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

An entity that can measure the direction of an entity relative to another entity and apply the position the entity is looking at to a third entity.



KeyValues

- Trace distance (TraceDistance) <float>
The maximum distance that the trace can go. 0 = no limit.
- Trace Mask (Mask) <choices>
How the measurement tracing should act in regards to what it should collide with.
- Collision Group (CollisionGroup) <choices>
The collision group the measurement tracing should use.
- Trace Filter (damagefilter) <filterclass>
A filter to use for tracing.
- Trace Filter behavior (HitIfPassed) <choices>
What the filter should actually be used for.
- Additional trace from movement reference (TraceTargetReference) <choices>
Initiates another trace from the Movement Reference using the existing properties and adjusts the position to its end point. Only use this if the Movement Reference is different from the Measure Reference.

Inputs

- SetTraceFilter <target_destination>
Sets the entity to use as the trace filter. Pass in an empty string to clear the trace filter.