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.
- Start Disabled (StartDisabled) <choices>
None

Inputs

- Enable <void>
Enables this entity.
- Disable <void>
Disables this entity.
- Toggle <void>
Toggles this entity.

Outputs

- OnEventFired <void>
Fires when the event has been detected.