Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Movement.ElevatorVolume

Extends
PhysicsVolume
Modifiers
implements PathfindingObstacle native

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Brush
      |   
      +-- Engine.Volume
         |   
         +-- Engine.PhysicsVolume
            |   
            +-- Movement.ElevatorVolume

Variables Summary
Elevator
boolActive
Inherited Variables from Engine.PhysicsVolume
Active, bBounceVelocity, bDestructive, bDistanceFog, bMoveProjectiles, bNeutralZone, bNoInventory, bPainCausing, bWaterVolume, DamagePerSec, DamageType, DistanceFogColor, DistanceFogEnd, DistanceFogStart, EntryActor, EntrySound, ExitActor, ExitSound, FluidFriction, Gravity, GroundFriction, KBuoyancy, KExtraAngularDamping, KExtraLinearDamping, NextPhysicsVolume, PainTimer, Priority, TerminalVelocity, ViewFlash, ViewFog, ZoneVelocity
Inherited Variables from Engine.Volume
AssociatedActor, AssociatedActorTag, bReverseHavokTriangleWinding, DecoList, LocationName, LocationPriority

Functions Summary
functionbool canBePassed (name teamName))
function Trigger (Actor Other, Pawn EventInstigator))
Inherited Functions from Engine.PhysicsVolume
ActorEnteredVolume, ActorLeavingVolume, CausePainTo, PawnEnteredVolume, PawnLeavingVolume, PhysicsChangedFor, TimerPop, touch, Trigger
Inherited Functions from Engine.Volume
BeginState, DisplayDebug, Encompasses, PostBeginPlay, touch, untouch


Variables Detail

Elevator

Active Source code

var(Elevator) bool Active;


Functions Detail

canBePassed Source code

function bool canBePassed ( name teamName) )

Trigger Source code

function Trigger ( Actor Other, Pawn EventInstigator) )


Defaultproperties

defaultproperties
{
    Active = true


    

  	
	
	bUnlit = true
	bAcceptsProjectors = false
  
    Gravity = (X=0.0,Y=0.0,Z=0.0)
	FluidFriction=0
    TerminalVelocity=100000
    GroundFriction=0


	
	bHidden = false
	RenderMaterial = Material'FX.ElevatorShader'
	RenderMaterialWorldSize = (X=500,Y=500,Z=0)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:29.510 - Created with UnCodeX