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

Gameplay.KarmaBoostVolume

Extends
PhysicsVolume

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

Variables Summary
KarmaBoostVolume
Array<class<Actor>>AffectedClasses
boolbBoostRelative
floatBoostForce
floatEntryAngleFactor
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 ActivateBoost (Actor Other))
event Touch (Actor Other))
function TryBoost (Actor Other))
event UnTouch (Actor Other))
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

KarmaBoostVolume

AffectedClasses Source code

var(KarmaBoostVolume) Array<class<Actor>> AffectedClasses;

bBoostRelative Source code

var(KarmaBoostVolume) bool bBoostRelative;

BoostForce Source code

var(KarmaBoostVolume) float BoostForce;

EntryAngleFactor Source code

var(KarmaBoostVolume) float EntryAngleFactor;


Functions Detail

ActivateBoost Source code

simulated function ActivateBoost ( Actor Other) )

Touch Source code

simulated event Touch ( Actor Other) )

TryBoost Source code

simulated function TryBoost ( Actor Other) )

UnTouch Source code

simulated event UnTouch ( Actor Other) )


Defaultproperties

defaultproperties
{
    bDirectional=True
    EntryAngleFactor=0.70
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:12.494 - Created with UnCodeX