I'm a doctor, not a mechanic

Legacy:LiftCenter (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 15:23, 12 September 2006 by 192.251.69.13 (Talk)

Jump to: navigation, search
UT :: Actor (UT) >> NavigationPoint (UT) >> LiftCenter

A LiftCenter actor tells AI agents (bots, etc) where to go while riding a lift.

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. (UT only?)
vector MaxDist2D 
(UT only?)

Hidden

float LastTriggerTime 
vector LiftOffset 
Trigger RecommendedTrigger  

Known Subclasses (UT)

These are used in a similar fashion with LiftExit (UT) to create different types of path.

Related Topics