GET CUTSCENE TIME
Jump to navigation
Jump to search
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.