logic_eventlistener
logic_eventlistener is a point entity available
with any version of Mapbase.An entity that can listen to events fired from code and fire an output when it happens.
KeyValues
- Event Name (EventName) <string>
The name of the event that you want to listen for.
The name of the event that you want to listen for.
- Start Disabled (StartDisabled) <choices>
None
None
Inputs
- Enable
<void>
Enables this entity.
Enables this entity.
- Disable
<void>
Disables this entity.
Disables this entity.
- Toggle
<void>
Toggles this entity.
Toggles this entity.
Outputs
- OnEventFired
<void>
Fires when the event has been detected.
Fires when the event has been detected.
