Difference between revisions of "CutsceneCmdWaitForMessage"
From Headbone Creative
(Adding API information and categories) |
(Changed category) |
||
(One intermediate revision by one user not shown) | |||
Line 2: | Line 2: | ||
== Public Variables == | == Public Variables == | ||
− | === message: string === | + | === message : string === |
This is the message that the cutscene waits for. It depends on the [[Messenger]] system. The message must be sent with 0 parameters. | This is the message that the cutscene waits for. It depends on the [[Messenger]] system. The message must be sent with 0 parameters. | ||
[[Category:API]] | [[Category:API]] | ||
[[Category:Cutscene Framework]] | [[Category:Cutscene Framework]] | ||
− | [[Category: | + | [[Category:Integration Scripts]] |
Latest revision as of 22:31, 21 April 2013
This will simply wait for a message to be received before reporting the scene to be complete.
[edit] Public Variables
[edit] message : string
This is the message that the cutscene waits for. It depends on the Messenger system. The message must be sent with 0 parameters.