Difference between revisions of "Obj.Exit"

From OpenEUO
Jump to: navigation, search
(Created page with " Obj.Exit () Only applicable to a script using objects, Obj.Exit posts a message to the script's event queue requesting termination of Obj.Loop. Obj.Loop")
 
 
Line 1: Line 1:
 
  Obj.Exit ()
 
  Obj.Exit ()
  
Only applicable to a script using objects, Obj.Exit posts a message to the script's event queue requesting termination of Obj.Loop.
+
Only applicable to a script using objects, Obj.Exit posts a message to the script's event queue requesting termination of the preceding Obj.Loop call.
  
 
[[Obj.Loop]]
 
[[Obj.Loop]]

Latest revision as of 18:52, 7 October 2010

Obj.Exit ()

Only applicable to a script using objects, Obj.Exit posts a message to the script's event queue requesting termination of the preceding Obj.Loop call.

Obj.Loop