Difference between revisions of "CutsceneCmdWaitForMessage"
From Headbone Creative
(Adding API information and categories) |
m |
||
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. | ||
Revision as of 16:48, 15 April 2013
This will simply wait for a message to be received before reporting the scene to be complete.
Public Variables
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.