Timer

From SwinGame

Timer is a pointer to a data structure which contains the timer data.

  • Basic
    • paused (Boolean) - true if the timer is paused
    • started (Boolean) - true if the timer is started
  • Internal
    • startTicks (UInt32)
    • pausedTicks (UInt32)
Warning: Avoid modifying ANY value in the timer
Note: This is new in version 1.1

Where is it: SGSDK_CORE

Also See