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

UE2:Door (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT2004 Object >> Actor >> NavigationPoint >> Door
Package: 
Engine
Direct subclass:
AutoDoor
This class in other games:
UT, UT2003, U2XMP, U2, UE2Runtime

null

Properties

Property group 'Door'

bBlockedWhenClosed

Type: bool

don't even try to go through this path if door is closed

bInitiallyClosed

Type: bool

if true, means that the initial position of the mover blocks navigation

Default value: True

DoorTag

Type: name

tag of mover associated with this node

DoorTrigger

Type: name

recommended trigger to use (if door is triggerable)

Internal variables

bDoorOpen

Type: bool


bTempNoCollide

Type: bool

used during path building

MyDoor

Type: Mover


RecommendedTrigger

Type: Actor


Default values

Property Value
bSpecialMove True
ExtraCost 100
RemoteRole ROLE_None
Texture S_Door

Functions

Events

PostBeginPlay

event PostBeginPlay ()

Overrides: NavigationPoint.PostBeginPlay


SpecialHandling

event Actor SpecialHandling (Pawn Other)

Overrides: Actor.SpecialHandling


SuggestMovePreparation

event bool SuggestMovePreparation (Pawn Other)

Overrides: NavigationPoint.SuggestMovePreparation


Other instance functions

MoverClosed

function MoverClosed ()

Overrides: NavigationPoint.MoverClosed


MoverOpened

function MoverOpened ()

Overrides: NavigationPoint.MoverOpened


ProceedWithMove

function bool ProceedWithMove (Pawn Other)

Overrides: NavigationPoint.ProceedWithMove