This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
4rpl:commands:getgametickcount [2019/04/05 04:43] – Karsten75 | 4rpl:commands:getgametickcount [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
+ | < | ||
- | ====== | + | ====== |
GetGameTickCount | GetGameTickCount | ||
Line 8: | Line 9: | ||
It only ever goes up through a mission. Ideally, it increases at 30 fps. | It only ever goes up through a mission. Ideally, it increases at 30 fps. | ||
- | Also refer to [[getgameupdatecount[[ and getgametickcount | + | Also refer to [[GetGameUpdateCount]] and [[GetUnitUpdateCount]] |
===== Examples ===== | ===== Examples ===== | ||
Line 14: | Line 15: | ||
trace(GetGameTickCount) | trace(GetGameTickCount) | ||
</ | </ | ||
+ | < | ||