There is no spoon
UE2:Door (U2)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> NavigationPoint >> Door |
Contents
- Package:
- Engine
- Direct subclass:
- AutoDoor
- This class in other games:
- UT, UT2003, UT2004, U2XMP, UE2Runtime
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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 | Texture'Engine.S_Door' |
Functions
Events
PostBeginPlay
event PostBeginPlay ()
Overrides: NavigationPoint.PostBeginPlay
SpecialHandling
Overrides: Actor.SpecialHandling
SuggestMovePreparation
Overrides: NavigationPoint.SuggestMovePreparation
Other instance functions
MoverClosed
function MoverClosed ()
Overrides: NavigationPoint.MoverClosed
MoverOpened
function MoverOpened ()
Overrides: NavigationPoint.MoverOpened
ProceedWithMove
Overrides: NavigationPoint.ProceedWithMove