logic_register_activator
logic_register_activator is a point entity available
with any version of Mapbase.Stores an entity and sends messages with it as the activator Useful for keeping track of entities with mangled names due to template spawners and instances.
Inputs
- Toggle
<void>
Toggle between enabled and disabled.
Toggle between enabled and disabled.
- FireRegisteredAsActivator1
<void>
Start a message from this entity using the matching OnRegisteredActivating - but the activator is the registered entity.
Start a message from this entity using the matching OnRegisteredActivating - but the activator is the registered entity.
- FireRegisteredAsActivator2
<void>
Start a message from this entity using the matching OnRegisteredActivating - but the activator is the registered entity.
Start a message from this entity using the matching OnRegisteredActivating - but the activator is the registered entity.
- FireRegisteredAsActivator3
<void>
Start a message from this entity using the matching OnRegisteredActivating - but the activator is the registered entity.
Start a message from this entity using the matching OnRegisteredActivating - but the activator is the registered entity.
- FireRegisteredAsActivator4
<void>
Start a message from this entity using the matching OnRegisteredActivating - but the activator is the registered entity.
Start a message from this entity using the matching OnRegisteredActivating - but the activator is the registered entity.
- RegisterEntity
<target_destination>
Stores an entity to later be used as an activator.
Stores an entity to later be used as an activator.
Outputs
- OnRegisteredActivate1
<void>
Fired to send a message using the registered as the activator.
Fired to send a message using the registered as the activator.
- OnRegisteredActivate2
<void>
Fired to send a message using the registered as the activator.
Fired to send a message using the registered as the activator.
- OnRegisteredActivate3
<void>
Fired to send a message using the registered as the activator.
Fired to send a message using the registered as the activator.
- OnRegisteredActivate4
<void>
Fired to send a message using the registered as the activator.
Fired to send a message using the registered as the activator.
