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

Gameplay.WaterVolume

Extends
PhysicsVolume

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Brush
      |   
      +-- Engine.Volume
         |   
         +-- Engine.PhysicsVolume
            |   
            +-- Gameplay.WaterVolume

Variables Summary
stringEntryActorName
stringEntrySoundName
stringExitSoundName
stringPawnEntryActorName
Inherited Variables from Engine.PhysicsVolume
BACKUP_bPainCausing, BACKUP_Gravity, bBounceVelocity, bDamagesVehicles, bDestructive, bDistanceFog, bMoveProjectiles, bNeutralZone, bNoDecals, bNoInventory, bPainCausing, bWaterVolume, DamagePerSec, DamageType, DistanceFogColor, DistanceFogEnd, DistanceFogStart, EntryActor, EntrySound, ExitActor, ExitSound, FluidFriction, Gravity, GroundFriction, KBuoyancy, KExtraAngularDamping, KExtraLinearDamping, NextPhysicsVolume, PainTimer, PawnEntryActor, Priority, TerminalVelocity, ViewFlash, ViewFog, VolumeEffect, ZoneVelocity
Inherited Variables from Engine.Volume
AssociatedActor, AssociatedActorTag, DecoList, LocationName, LocationPriority

Functions Summary
function PostBeginPlay ()
Inherited Functions from Engine.PhysicsVolume
ActorEnteredVolume, ActorLeavingVolume, BaseChange, CausePainTo, PawnEnteredVolume, PawnLeavingVolume, PhysicsChangedFor, PlayEntrySplash, PlayerPawnDiedInVolume, PlayExitSplash, PostBeginPlay, PreBeginPlay, Reset, TimerPop, touch, Trigger, untouch
Inherited Functions from Engine.Volume
BeginState, DisplayDebug, Encompasses, PostBeginPlay, touch, untouch


Variables Detail

EntryActorName Source code

var string EntryActorName;

EntrySoundName Source code

var string EntrySoundName;

ExitSoundName Source code

var string ExitSoundName;

PawnEntryActorName Source code

var string PawnEntryActorName;


Functions Detail

PostBeginPlay Source code

function PostBeginPlay ( )


Defaultproperties

defaultproperties
{
     EntrySoundName="PlayerSounds.FootstepWater1"
     ExitSoundName="GeneralImpacts.ImpactSplash2"
     EntryActorName="xGame.WaterSplash"
     PawnEntryActorName="xGame.WaterRing"
     FluidFriction=2.400000
     bWaterVolume=True
     bDistanceFog=True
     DistanceFogColor=(B=128,G=64,R=32,A=64)
     DistanceFogStart=8.000000
     DistanceFogEnd=2000.000000
     KExtraLinearDamping=2.500000
     KExtraAngularDamping=0.400000
     LocationName="under water"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:25.437 - Created with UnCodeX