Difference between revisions of "GET CUTSCENE TIME"
Jump to navigation
Jump to search
(New) |
(No difference)
|
Latest revision as of 10:57, 3 May 2012
| Number of parameters: 0 | ||
|---|---|---|
| Return value: | ||
| Type | Description | |
| integer | time (in ms) | |
Returns the total running time of the cutscene
Code example:
if (GET_CUTSCENE_TIME() >= 30000)
In this example of the code, time has 30 seconds.