GET CUTSCENE TIME

From GTAMods Wiki
Revision as of 10:57, 3 May 2012 by Solom (talk | contribs) (New)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.