Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
Difference between revisions of "Legacy:LiftCenter (UT)"
From Unreal Wiki, The Unreal Engine Documentation Site
(UT only. In UT200x, JumpSpot is a subclass of NavigationPoint->JumpDest) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{classbox| [[Legacy:UT|UT]] :: [[Legacy:Actor (UT)|Actor (UT)]] >> [[Legacy:NavigationPoint (UT)|NavigationPoint (UT)]] >> LiftCenter}} | {{classbox| [[Legacy:UT|UT]] :: [[Legacy:Actor (UT)|Actor (UT)]] >> [[Legacy:NavigationPoint (UT)|NavigationPoint (UT)]] >> LiftCenter}} | ||
− | A LiftCenter actor tells | + | A LiftCenter actor tells the bots where to go to before riding a lift or after riding a lift. See also: |
− | + | * [[Legacy:Pathing Lifts|Pathing Lifts]] for full details on how to use | |
− | + | * [[Legacy:NavigationPoint (UT)|NavigationPoint (UT)]] for a summary of pathnode classes | |
+ | * [[Legacy:Bot Pathing|Bot Pathing]] for further pathnoding topics | ||
==Properties== | ==Properties== | ||
Line 9: | Line 10: | ||
===LiftCenter Group=== | ===LiftCenter Group=== | ||
; name LiftTag : Ties this to other lift pathnodes. | ; name LiftTag : Ties this to other lift pathnodes. | ||
− | ; name LiftTrigger : | + | ; name LiftTrigger : |
− | ; vector MaxZDiffAdd : Added threshold for Z difference between pawn and lift, for lifts which are at the end of a ramp or stairs. | + | ; 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 : | + | ; vector MaxDist2D : |
===Hidden=== | ===Hidden=== | ||
Line 18: | Line 19: | ||
; [[Legacy:Trigger|Trigger]] RecommendedTrigger : | ; [[Legacy:Trigger|Trigger]] RecommendedTrigger : | ||
− | ==Known Subclasses== | + | ==Known Subclasses == |
These are used in a similar fashion with [[Legacy:LiftExit (UT)|LiftExit (UT)]] to create different types of path. | These are used in a similar fashion with [[Legacy:LiftExit (UT)|LiftExit (UT)]] to create different types of path. | ||
− | * [[Legacy:JumpSpot | + | * [[Legacy:JumpSpot|JumpSpot]] |
* [[Legacy:PainPath|PainPath]] | * [[Legacy:PainPath|PainPath]] | ||
* [[Legacy:TranslocDest|TranslocDest]] | * [[Legacy:TranslocDest|TranslocDest]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Legacy Class (UT)|{{PAGENAME}}]] | [[Category:Legacy Class (UT)|{{PAGENAME}}]] |
Revision as of 12:11, 12 September 2006
A LiftCenter actor tells the bots where to go to before riding a lift or after riding a lift. See also:
- Pathing Lifts for full details on how to use
- NavigationPoint (UT) for a summary of pathnode classes
- Bot Pathing for further pathnoding topics
Properties
LiftCenter Group
- name LiftTag
- Ties this to other lift pathnodes.
- name LiftTrigger
- 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.