I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Difference between revisions of "Legacy:TranslocDest"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(One intermediate revision by one other user not shown)
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 instead of TranslocStart/Dest.
  
 
[[Category:Legacy Class (UT)|{{PAGENAME}}]]
 
[[Category:Legacy Class (UT)|{{PAGENAME}}]]

Revision as of 12:26, 1 December 2014

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).

In UT200x, a JumpSpot is used with the Property bOnlyTranslocator set to true instead of TranslocStart/Dest.