Timer:LeftTillRealTimeLimitMS
From Data Realms Wiki
(Difference between revisions)
Beautifybot (Talk | contribs) m (updating function page) |
Beautifybot (Talk | contribs) m (updating function page) |
||
Line 5: | Line 5: | ||
|description = | |description = | ||
Returns how much time in ms that there is left till this Timer reaches a certain time limit previously set by SetRealTimeLimitMS. | Returns how much time in ms that there is left till this Timer reaches a certain time limit previously set by SetRealTimeLimitMS. | ||
- | + | }} | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | }} | + |
Latest revision as of 00:56, 28 June 2012
Function | |
---|---|
Syntax | LeftTillRealTimeLimitMS( * None. ) |
Description: | |
Returns how much time in ms that there is left till this Timer reaches a certain time limit previously set by SetRealTimeLimitMS. | |
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 | Placeholder! |
Code |
|
Output | Placeholder! |