Difference between revisions of "InitEvents"

From Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{command header|Obsolete}}
 
{{command header|Obsolete}}
  
{{body|initEvents|The ''initEvents'' command initializes all event commands. If it is not run once per script, none of the event commands will function. You should only call [[initEvents]] once per script.}}  
+
{{body|initEvents|The ''initEvents'' command initializes all event commands. If it is not run once per script, none of the event commands will function. You should only call ''initEvents'' once per script.}}  
  
  
Line 7: Line 7:
  
  
{{footer}}
+
=See Also=
 +
{{Obsolete}}

Latest revision as of 13:20, 13 September 2007


Synopsis

initEvents

Description

The initEvents command initializes all event commands. If it is not run once per script, none of the event commands will function. You should only call initEvents once per script.


Note: It should be noted that InitEvents is no longer required on current releases of EasyUO. The first time you use an event Macro it will automatically initialize. If it is used now it hurts nothing. But serves no purpose either


See Also

Obsolete

  • Obsolete commands that are only used for backward compatibility.
deleteVar Sets a variable to an empty string
initEvents Initializes all event commands