AIDef:Action/ExitGame: Difference between revisions

no edit summary
imported>Leoetlino
mNo edit summary
imported>Leoetlino
No edit summary
 
Line 9: Line 9:
* If ShowLogo is 1, createTitleStageBinder (0x71007B8BEC) is called with parameters (false, false).
* If ShowLogo is 1, createTitleStageBinder (0x71007B8BEC) is called with parameters (false, false).
* If ShowLogo is 0, <code>createTitleStageBinder(false, true)</code>
* If ShowLogo is 0, <code>createTitleStageBinder(false, true)</code>
* In all other cases, some string is requested from the actor of the AI action and EventMgr before calling <code>createTitleStageBinder(false, true)</code>
* In all other cases, the current event flow name is requested from EventMgr (for unused debug code) before calling <code>createTitleStageBinder(false, true)</code>


Used by Demo006_0 (Game Over demo) and Demo985_0 (E3 Thanks screen demo).
Used by Demo006_0 (Game Over demo) and Demo985_0 (E3 Thanks screen demo).
Anonymous user