A list of all Actions, Conditions and Expressions supported in this addon.
General
-
Actions
Add waypoint at ({0}, {1}, {2})
Add a waypoint at the given X, Y, Z position.
Clear all waypoints
Remove all waypoints.
Start path
Start moving along the path.
Stop path
Stop and reset to path start.
Pause path
Pause movement.
Resume path
Resume after pause.
Set speed to {0}
Set movement speed in units per second.
Set loop mode to {0}
Set what happens when the path ends.
Set follow mode to {0}
Set the interpolation type.
Set enabled to {0}
Enable or disable the behavior.
Collect waypoints from {0} (sorted by numeric tag)
Collect waypoints from all instances of a named object, sorted by their numeric tag (1, 2, 3...).
Tick (call every tick)
Update path movement. Call this every tick from the event sheet.
-
Conditions
Is moving
True when actively moving along the path.
Is enabled
True when the behavior is enabled.
On waypoint reached
Triggered when the object reaches a waypoint.
On path complete
Triggered when the object finishes the path.
-
Expressions
Speed
Current movement speed.
Progress
Progress along the path from 0 to 1.
WaypointIndex
Index of the last reached waypoint.
WaypointCount
Total number of waypoints.
CurrentZ
Current Z position.