Difference between revisions of "ISKernel:WaitFor (Top-Level Object)"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Description ==
 
 
 
== 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]]
  
== See Also ==
 
*[[LavishScript:Top-Level Objects|LavishScript Top-Level Objects]]
 
*[[IS:Session#Top-Level Objects|Inner Space Session Top-Level Objects]]
 
  
 
{{TLO-Stub}}
 
{{TLO-Stub}}
 +
 +
[[Category:Inner Space]]
 +
[[Category:Inner Space Kernel]]
 +
[[Category:Inner Space Kernel Top-Level Objects]]

Latest revision as of 04:43, 19 October 2005

Forms

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