adventuregamestudio / ags-manual

AGS documentation.
https://adventuregamestudio.github.io/ags-manual/
MIT License
28 stars 9 forks source link

Document GetTimerPos in Globalfunctions_General #269

Open ericoporto opened 1 day ago

ericoporto commented 1 day ago

https://github.com/adventuregamestudio/ags-manual/wiki/Globalfunctions_General#settimer

The requested timer must be a valid timer between 1 and MAX_TIMERS.

/// Returns the specified timer's time value; returns 0 if timer is not running, and 1 if it's expiring.
import int  GetTimerPos(int timerID);

Needs a See also to SetTimer.