point_event 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

- Key Name 01 (KeyName01) <string>
A keyvalue name to search for in detected events. If an event contains this key, then this entity will fire its respective OutValue output with the value.
- Key Name 02 (KeyName02) <string>
A keyvalue name to search for in detected events. If an event contains this key, then this entity will fire its respective OutValue output with the value.
- Key Name 03 (KeyName03) <string>
A keyvalue name to search for in detected events. If an event contains this key, then this entity will fire its respective OutValue output with the value.
- Key Name 04 (KeyName04) <string>
A keyvalue name to search for in detected events. If an event contains this key, then this entity will fire its respective OutValue output with the value.
- Key Name 05 (KeyName05) <string>
A keyvalue name to search for in detected events. If an event contains this key, then this entity will fire its respective OutValue output with the value.
- Key Name 06 (KeyName06) <string>
A keyvalue name to search for in detected events. If an event contains this key, then this entity will fire its respective OutValue output with the value.
- Key Name 07 (KeyName07) <string>
A keyvalue name to search for in detected events. If an event contains this key, then this entity will fire its respective OutValue output with the value.
- Key Name 08 (KeyName08) <string>
A keyvalue name to search for in detected events. If an event contains this key, then this entity will fire its respective OutValue output with the value.

Inputs

- SetAllEvents <string>
Sets all events using the keyvalue's : format. Pass nothing to clear all events.
- AddEvent <string>
Adds an event to this entity.

Outputs

- OutEventName <string>
Outputs the detected event's name in case this entity is listening for multiple events.
- OutValue01 <string>
Passes the value found in its respective keyname when an event is fired.
- OutValue02 <string>
Passes the value found in its respective keyname when an event is fired.
- OutValue03 <string>
Passes the value found in its respective keyname when an event is fired.
- OutValue04 <string>
Passes the value found in its respective keyname when an event is fired.
- OutValue05 <string>
Passes the value found in its respective keyname when an event is fired.
- OutValue06 <string>
Passes the value found in its respective keyname when an event is fired.
- OutValue07 <string>
Passes the value found in its respective keyname when an event is fired.
- OutValue08 <string>
Passes the value found in its respective keyname when an event is fired.