WakeupAt (System function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 8: Line 8:
<tr><th>%number</th><td>number</td></tr>
<tr><th>%number</th><td>number</td></tr>
<tr><th nowrap="true"><var>%(System)</var></th>
<tr><th nowrap="true"><var>%(System)</var></th>
<td>The class name in parentheses denotes a shared method. <var>WakeupAt</var> can also be invoked via a <var>System</var> object variable, which may be <var>Null</var>.</td></tr>
<td>The class name in parentheses denotes a [[Notation conventions for methods#Shared methods|shared]] method. <var>WakeupAt</var> can also be invoked via a <var>System</var> object variable, which may be <var>Null</var>.</td></tr>
<tr><th>timeInMilliseconds</th>
<tr><th>timeInMilliseconds</th>
<td>number</td></tr>
<td>number</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:System:WakeupAt footer}}
{{Template:System:WakeupAt footer}}

Revision as of 18:12, 25 June 2012

Wake up at a specific time in milliseconds (System class)

[Introduced in Sirius Mods 7.9]


This page is under construction.

Syntax

[%number =] %(System):WakeupAt( timeInMilliseconds)

Syntax terms

%numbernumber
%(System) The class name in parentheses denotes a shared method. WakeupAt can also be invoked via a System object variable, which may be Null.
timeInMilliseconds number

Usage notes

Examples

See also