User Tools

Site Tools


4rpl:commands:getunitupdatecount

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
4rpl:commands:getunitupdatecount [2019/04/04 18:37] – external edit 127.0.0.14rpl:commands:getunitupdatecount [2021/01/16 21:31] – [Description] Karsten75
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
 +<=[[4rpl:start| Index]]
  
-====== GETUNITUPDATECOUNT ======+====== GetUnitUpdateCount ======
 GetUnitUpdateCount GetUnitUpdateCount
  
Line 7: Line 8:
 Pushes the unit's update count to the stack. The update count for a unit starts at 0 when the unit is first created. It is incremented once for each frame that the game executes. Pushes the unit's update count to the stack. The update count for a unit starts at 0 when the unit is first created. It is incremented once for each frame that the game executes.
 It does not increment when the game is paused. It only ever goes up through a mission. It does not increment when the game is paused. It only ever goes up through a mission.
-Ideally, it increases at 30 fps.+Ideally, it increases at 30 UPS((updates per second)). 
 +When used in the console,  GetUnitUpdateCount will also work. It will start at 0 when you first run the script in the console. 
 + 
 + Also refer to [[GetGameUpdateCount]] and [[GetGameTickCount]] for additional timer-based commands.
  
 ===== Examples ===== ===== Examples =====
Line 13: Line 17:
 trace(GetUnitUpdateCount) trace(GetUnitUpdateCount)
 </code> </code>
 +<=[[4rpl:start| Index]]
  
4rpl/commands/getunitupdatecount.txt · Last modified: 2023/08/21 13:13 by Vertu