Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE1:PathNodeIterator (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:10, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
RTNP Object >> Actor >> PathNodeIterator

Contents

Package: 
UPak
Direct subclass:
PawnPathNodeIterator

PathNodeIterator.uc $Author: Deb $ $Date: 4/23/99 12:13p $ $Revision: 1 $

[edit] Properties

[edit] NodeCost

Type: int


[edit] NodeCount

Type: int


[edit] NodeIndex

Type: int


[edit] NodePath

Type: NavigationPoint

Array size: 64 (64 )


[edit] NodeStart

Type: Object.Vector


[edit] Default values

Property Value
bHidden True
bMovable False

[edit] Instance functions

[edit] BuildPath

intrinsic final function BuildPath (Object.Vector Start, Object.Vector End)


[edit] GetCurrent

intrinsic final function NavigationPoint GetCurrent ()


[edit] GetFirst

intrinsic final function NavigationPoint GetFirst ()


[edit] GetLast

intrinsic final function NavigationPoint GetLast ()


[edit] GetLastVisible

intrinsic final function NavigationPoint GetLastVisible ()


[edit] GetNext

intrinsic final function NavigationPoint GetNext ()


[edit] GetPrevious

intrinsic final function NavigationPoint GetPrevious ()