Timer:LeftTillRealTimeLimitS
From Data Realms Wiki
Revision as of 00:46, 28 June 2012 by Beautifybot (Talk | contribs)
Function | |
---|---|
Syntax | LeftTillRealTimeLimitS( * None. ) |
Description: | |
Returns how much time in ms that there is left till this Timer reaches a certain time limit previously set by SetRealTimeLimitS. | |
Returns | A unsigned long with the real time left till the passed in value, or negative if this Timer is already past that point in time. |
Example | |
---|---|
Description | This will gib the object this script is attached to after 5 seconds have passed. |
Code |
|
Output | nil |