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

JBToolbox2.JBKickerTriggerable

Extends
xKicker
Modifiers
placeable

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Triggers
      |   
      +-- XGame.xKicker
         |   
         +-- JBToolbox2.JBKickerTriggerable

Variables Summary
VolumeAssociatedVolume
boolbEnabled
xKicker
boolbInitiallyEnabled
boolbMirrorKickIfBehind
boolbOnlyKickIfInFront
intKickDamage
class<DamageType>KickDamageType
class<Actor>KickEffectClass
colorKickScreenFlash
SoundKickSound
Inherited Variables from XGame.xKicker
bKillVelocity, bRandomize, KickedClasses, KickVelocity

Functions Summary
function CheckTouching ()))
event PostTouch (Actor Other))
function Reset ()))
event Touch (Actor Other))
event Trigger (Actor Other, Pawn EventInstigator))
TriggerControl
event Trigger (Actor Other, Pawn EventInstigator))
TriggerToggle
event Untrigger (Actor Other, Pawn EventInstigator))
TriggerControl
Inherited Functions from XGame.xKicker
PostTouch, Touch

States Summary
Initializing Source code
auto state Initializing
TriggerControl Source code
state TriggerControl extends Initializing
Trigger, Untrigger
TriggerToggle Source code
state TriggerToggle extends Initializing
Trigger


Variables Detail

AssociatedVolume Source code

var Volume AssociatedVolume;

bEnabled Source code

var bool bEnabled;

xKicker

bInitiallyEnabled Source code

var(xKicker) bool bInitiallyEnabled;

bMirrorKickIfBehind Source code

var(xKicker) bool bMirrorKickIfBehind;

bOnlyKickIfInFront Source code

var(xKicker) bool bOnlyKickIfInFront;

KickDamage Source code

var(xKicker) int KickDamage;

KickDamageType Source code

var(xKicker) class<DamageType> KickDamageType;

KickEffectClass Source code

var(xKicker) class<Actor> KickEffectClass;

KickScreenFlash Source code

var(xKicker) color KickScreenFlash;

KickSound Source code

var(xKicker) Sound KickSound;


Functions Detail

CheckTouching Source code

function CheckTouching ( ) )

PostTouch Source code

event PostTouch ( Actor Other) )

Reset Source code

function Reset ( ) )

Touch Source code

event Touch ( Actor Other) )

Trigger TriggerControl Source code

event Trigger ( Actor Other, Pawn EventInstigator) )

Trigger TriggerToggle Source code

event Trigger ( Actor Other, Pawn EventInstigator) )

Untrigger TriggerControl Source code

event Untrigger ( Actor Other, Pawn EventInstigator) )


Defaultproperties

defaultproperties
{
  bDirectional      = True
  bInitiallyEnabled = True
  DrawScale         = 0.5
  Texture           = Texture'JBKickerTriggerable'
}

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