Timer

From Eternity Wiki
Revision as of 03:05, 10 May 2026 by Printz (talk | contribs) (Created page with "{{ACSFunction|description=Returns the level time, in tics. |usage=''int'' '''Timer'''() |return=Time since level start, in tics. |id=ACC internal}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Returns the level time, in tics.

Usage[edit]

int Timer()

Parameters[edit]

No parameters.

Return value[edit]

Time since level start, in tics.

Examples[edit]

No examples given.

Notes[edit]

No particular notes.

This function's identification in zspecial.acs is: ACC internal.

See also[edit]