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

UE2:Actor enums (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:ENetRole (U2))
Jump to: navigation, search
U2 Object >> Actor (enums)
Actor enums in other games:
RTNP, U1, UT, U2XMP, UE2Runtime, UT2003, UT2004, UDK
Other member categories for this class:
events, instance functions, internal variables, native functions, properties

Enums[edit]

EDetailMode[edit]

DM_Low 
DM_High 
DM_SuperHigh 

EDoubleClickDir[edit]

DCLICK_None 
DCLICK_Left 
DCLICK_Right 
DCLICK_Forward 
DCLICK_Back 
DCLICK_Active 
DCLICK_Done 

EDrawType[edit]

DT_None 
DT_Sprite 
DT_Mesh 
DT_Brush 
DT_StaticMesh 
DT_AntiPortal 
DT_FluidSurface 
DT_Custom 

EFilterState[edit]

FS_Maybe 
FS_Yes 
FS_No 

EForceType[edit]

FT_None 
FT_DragAlong 

eKillZType[edit]

KILLZ_None 
KILLZ_Lava 
KILLZ_Suicide 
KILLZ_Shrinkage 

ELightEffect[edit]

LE_None 
LE_TorchWaver 
LE_FireWaver 
LE_WateryShimmer 
LE_Searchlight 
LE_SlowWave 
LE_FastWave 
LE_CloudCast 
LE_StaticSpot 
LE_Shock 
LE_Disco 
LE_Warp 
LE_Spotlight 
LE_NonIncidence 
LE_Shell 
LE_OmniBumpMap 
LE_Interference 
LE_Cylinder 
LE_Rotor 
LE_Sunlight 
LE_QuadraticNonIncidence 

ELightType[edit]

LT_None 
LT_Steady 
LT_Pulse 
LT_Blink 
LT_Flicker 
LT_Strobe 
LT_BackdropLight 
LT_SubtlePulse 
LT_TexturePaletteOnce 
LT_TexturePaletteLoop 
LT_FadeOut 

EMusicTransition[edit]

MTRAN_None 
MTRAN_Instant 
MTRAN_Segue 
MTRAN_Fade 
MTRAN_FastFade 
MTRAN_SlowFade 

ENetRole[edit]

ROLE_None 
No role at all.
ROLE_DumbProxy 
Dumb proxy of this actor.
ROLE_SimulatedProxy 
Locally simulated proxy of this actor.
ROLE_AutonomousProxy 
Locally autonomous proxy of this actor.
ROLE_Authority 
Authoritative control over the actor.

EPhysics[edit]

PHYS_None 
PHYS_Walking 
PHYS_Falling 
PHYS_Swimming 
PHYS_Flying 
PHYS_Rotating 
PHYS_Projectile 
PHYS_Interpolating 
PHYS_MovingBrush 
PHYS_Spider 
PHYS_Trailer 
PHYS_Ladder 
PHYS_RootMotion 
PHYS_Karma 
PHYS_KarmaRagDoll 

ERenderStyle[edit]

STY_None 
STY_Normal 
STY_Masked 
STY_Translucent 
STY_Modulated 
STY_Alpha 
STY_Additive 
STY_Subtractive 

ESoundOcclusion[edit]

OCCLUSION_Default 
OCCLUSION_None 
OCCLUSION_BSP 
OCCLUSION_StaticMeshes 

ESoundSlot[edit]

SLOT_None 
SLOT_Misc 
SLOT_Pain 
SLOT_Interact 
SLOT_Ambient 
SLOT_Talk 
SLOT_Interface 

ETravelType[edit]

TRAVEL_Absolute 
Absolute URL.
TRAVEL_Partial 
Partial (carry name, reset server).
TRAVEL_Relative 
Relative URL.