I don't need to test my programs. I have an error-correcting modem.

Difference between revisions of "Legacy:TranslocDest"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m
 
Line 4: Line 4:
  
 
In conjunction with TranslocDest, you would use [[Legacy:TranslocStart|TranslocStart]] for the start, and normal lift exits at both ends. Think of TranslocDesc and TransLocStart as jumpspots (liftcenters).
 
In conjunction with TranslocDest, you would use [[Legacy:TranslocStart|TranslocStart]] for the start, and normal lift exits at both ends. Think of TranslocDesc and TransLocStart as jumpspots (liftcenters).
 
In UT200x, a [[Legacy:JumpSpot|JumpSpot]] is used with the Property <tt>bOnlyTranslocator</tt> set to true.
 
  
 
[[Category:Legacy Class (UT)|{{PAGENAME}}]]
 
[[Category:Legacy Class (UT)|{{PAGENAME}}]]

Revision as of 01:08, 23 May 2003

UT :: Actor (UT) >> NavigationPoint (UT) >> LiftCenter >> TranslocDest (Package: Botpack)

This works just like a LiftCenter except that this actor is used when you want the bots to specifically use the translocator.

In conjunction with TranslocDest, you would use TranslocStart for the start, and normal lift exits at both ends. Think of TranslocDesc and TransLocStart as jumpspots (liftcenters).