Difference between revisions of "CutsceneCmdWaitForMessage"
From Headbone Creative
(Initial page) |
(Adding API information and categories) |
||
Line 1: | Line 1: | ||
This will simply wait for a message to be received before reporting the scene to be complete. | 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. | ||
+ | |||
+ | [[Category:API]] | ||
[[Category:Cutscene Framework]] | [[Category:Cutscene Framework]] | ||
+ | [[Category:Premium Scripts]] |
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.