Difference between revisions of "ISKernel:WaitFor (Top-Level Object)"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
== Forms == | == Forms == | ||
*[[DataType:int|int]] '''WaitFor''' | *[[DataType:int|int]] '''WaitFor''' | ||
Line 6: | Line 4: | ||
== Examples == | == Examples == | ||
+ | ;Example code | ||
+ | if !${WaitFor} | ||
+ | Call CastBuff "${CurrentBuff}" | ||
+ | == See Also == | ||
+ | *[[LavishScript:Top-Level Objects|Top-Level Objects]] | ||
+ | *[[IS:Kernel#Top-Level Objects|Kernel Top-Level Objects]] | ||
− | |||
− | |||
− | |||
{{TLO-Stub}} | {{TLO-Stub}} | ||
+ | |||
[[Category:Inner Space]] | [[Category:Inner Space]] | ||
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel]] |
− | [[Category:Inner Space | + | [[Category:Inner Space Kernel Top-Level Objects]] |
Latest revision as of 04:43, 19 October 2005
Forms
- int WaitFor
- The result of the last WaitFor command. 0 indicates a timeout occurred, and any value above 0 indicates the number of the argument containing the text found
Examples
- Example code
if !${WaitFor} Call CastBuff "${CurrentBuff}"
See Also