Difference between revisions of "MC-Basic:EVENTOFF"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(6 intermediate revisions by 3 users not shown)
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Write-Only
+
Write only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:EVENTLIST|EVENTLIST]]
+
* [[MC-Basic:EVENTLIST|EVENTLIST]]
* [[Axystems:MC-Basic:EVENTON|EVENTON]]
+
* [[MC-Basic:EVENTON|EVENTON]]
* [[Axystems:MC-Basic:ONEVENT|ONEVENT]]
+
* [[MC-Basic:ONEVENT|ONEVENT]]
 
 
  
 +
[[Category:MC-Basic:Event Control|EVENTOFF]]
 
}}
 
}}

Latest revision as of 09:15, 22 May 2014

This command disables the specified event. An event that is disabled does not respond when the event condition is met.

Syntax

Eventoff <event>

Availability

All versions

Range

An existing event

Scope

Task or Terminal

Limitations

Write only

Examples

Eventoff EV1

See Also