point_entity_finder is a point entity available with any version of Mapbase.

An entity that will find an entity and pass it along as the !Caller with the OutEntity output. Requires using !Caller as the parameter on the input.



KeyValues

- Filter Name (filtername) <filterclass>
Filter to use to narrow set of findable entities. See filter_activator_name for more explanation.
- Reference Entity (referencename) <target_destination>
Name of the entity to use when evaluating criteria. For example, when using 'Nearest', this is the entity that distance will be measured from. If left blank will use the point_entity_finder.
- Search Method (Method) <choices>
None

Inputs

- FindEntity <void>
Find an entity that meets the specified criteria. Will fire OutEntity if found and pass the entity as !Caller.

Outputs

- OnFoundEntity <void>
Fired when FindEntity is input and an entity was found. Passes the found entity as !Caller.