This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 4rpl:commands:getgametickcount [2019/04/05 04:44] – 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]] for additional timer-based commands. | + | Also refer to [[GetGameUpdateCount]] and [[GetUnitUpdateCount]] for additional timer-based commands. |
| ===== Examples ===== | ===== Examples ===== | ||
| Line 14: | Line 15: | ||
| trace(GetGameTickCount) | trace(GetGameTickCount) | ||
| </ | </ | ||
| + | < | ||