GET CUTSCENE TIME

From GTAMods Wiki
Jump to navigation Jump to search
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.