Difference between revisions of "GET CUTSCENE TIME"

From GTAMods Wiki
Jump to navigation Jump to search
(New)
 
(No difference)

Latest revision as of 10:57, 3 May 2012

GET_CUTSCENE_TIME
Number of parameters: 0
Return value:
TypeDescription
integertime (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.