LiftCenter (UT)
A LiftCenter actor tells AI agents (bots, etc) where to go while riding a lift.
For the UT200x version of this actor, see LiftCenter.
Properties
LiftCenter Group
- name LiftTag
- Ties this to other lift pathnodes.
- name LiftTrigger
- Indicates to AI which Trigger actor will activate this Lift.
- vector MaxZDiffAdd
- Added threshold for Z difference between pawn and lift, for lifts which are at the end of a ramp or stairs.
- vector MaxDist2D
Hidden
- float LastTriggerTime
- vector LiftOffset
- Trigger RecommendedTrigger
Known Subclasses
These are used in a similar fashion with LiftExit (UT) to create different types of path.
- JumpSpot (UT)
- PainPath?
- TranslocDest
Related Topics
- LiftExit (UT) - The companion actor to this.
- Pathing Lifts for full details on how to use
- NavigationPoint (UT) for a summary of pathnode classes
- Bot Pathing for further path network topics