Returns the total number of ticks that have elapsed in the game so far.

Format: GameTime

Arguments:

Return type: int

Error conditions: none

Example:

trigger1 = (GameTime % 27) = 0
; Triggers every 27th game tick.