Timer:SetSimTimeLimitS
From Data Realms Wiki
(Difference between revisions)
Revision as of 00:46, 28 June 2012
Function | |
---|---|
Syntax | SetSimTimeLimitS( * A positive double with the new sim time limit relative to the start time. ) |
Description: | |
Sets the sim time limit value of this Timer, RELATVE to the start time. This is when the timer is supposed to show that it has 'expired' or reached whatever time limit it is supposed to keep track of. | |
Returns | None. |
Example | |
---|---|
Description | This will gib the object this script is attached to after 5 seconds have passed. |
Code |
|
Output | nil |