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

UE2:DoorTrigger (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

(Redirected from UE2:EDirection (U2XMP))
Jump to: navigation, search
U2XMP Object >> Actor >> Triggers >> Trigger >> DoorTrigger

Contents

Package: 
U2

DoorTrigger.uc $Author: Mbaldwin $ $Date: 2/21/02 8:37p $ $Revision: 2 $

[edit] Properties

[edit] Property group 'DoorTrigger'

[edit] Direction

Type: EDirection


[edit] Enums

[edit] EDirection

DIR_Forward 
Moves to keyframe 1, then back to 0
DIR_Backward 
Moves to keyframe 2, then back to 0

[edit] Instance functions

[edit] MoveDoor

function MoveDoor (DoorMover DMover, Actor Other)


[edit] TriggerActors

protected function TriggerActors (Actor TriggerSrc, class<ActorTriggerClass, Actor Other, Pawn Instigator, name TriggerEvent, bool bTriggerNPCs)

Overrides: Triggers.TriggerActors