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

KFMod.KFTeamProgressVolume

Extends
PhysicsVolume

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Brush
      |   
      +-- Engine.Volume
         |   
         +-- Engine.PhysicsVolume
            |   
            +-- KFMod.KFTeamProgressVolume

Variables Summary
intNumTouching
array<PlayerStart>PSList
KFTeamProgressVolume
boolbDisableAfterTriggered
boolbOff
boolbRepawnDeadPlayers
boolbTeleportWhenAbsent
boolbTimeOut
floatPlayerThreshold
intTimeOutSeconds
EVolTriggerActVolumeTriggerAction
Inherited Variables from Engine.PhysicsVolume
BACKUP_bPainCausing, BACKUP_Gravity, bBounceVelocity, bDamagesVehicles, bDestructive, bDistanceFog, bIsAKFOverrideVolume, bMoveProjectiles, bNeutralZone, bNewKFColorCorrection, bNoDecals, bNoInventory, bNoKFColorCorrection, bPainCausing, bWaterVolume, DamagePerSec, DamageType, DistanceFogColor, DistanceFogEnd, DistanceFogStart, EntryActor, EntrySound, ExitActor, ExitSound, FluidFriction, Gravity, GroundFriction, KBuoyancy, KExtraAngularDamping, KExtraLinearDamping, KFOverlayColor, NextPhysicsVolume, PainTimer, PawnEntryActor, Priority, TerminalVelocity, ViewFlash, ViewFog, VolumeEffect, ZoneVelocity
Inherited Variables from Engine.Volume
AssociatedActor, AssociatedActorTag, DecoList, LocationName, LocationPriority

Enumerations Summary
EVolTriggerAct
VTR_ToggleDisabled, VTR_Untrigger, VTR_TurnOff, VTR_TurnOn, VTR_FinishEvent

Functions Summary
function CheckActivity ()))
functionint CountAlivePlayers ()))
function FinishedEvent ()))
event PawnEnteredVolume (Pawn Other))
event PawnLeavingVolume (Pawn P))
functionPlayerStart PickRandomSpawnPoint ()))
function PlayerPawnDiedInVolume (Pawn Other))
function PostBeginPlay ()))
function Timer ()))
function Trigger (actor Other, pawn EventInstigator ))
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

States Summary
TimingOut Source code
state TimingOut


Variables Detail

NumTouching Source code

var int NumTouching;

PSList Source code

var array<PlayerStart> PSList;

KFTeamProgressVolume

bDisableAfterTriggered Source code

var(KFTeamProgressVolume) bool bDisableAfterTriggered;

bOff Source code

var(KFTeamProgressVolume) bool bOff;

bRepawnDeadPlayers Source code

var(KFTeamProgressVolume) bool bRepawnDeadPlayers;

bTeleportWhenAbsent Source code

var(KFTeamProgressVolume) bool bTeleportWhenAbsent;

bTimeOut Source code

var(KFTeamProgressVolume) bool bTimeOut;

PlayerThreshold Source code

var(KFTeamProgressVolume) float PlayerThreshold;

TimeOutSeconds Source code

var(KFTeamProgressVolume) int TimeOutSeconds;

VolumeTriggerAction Source code

var(KFTeamProgressVolume) EVolTriggerAct VolumeTriggerAction;


Enumerations Detail

EVolTriggerAct Source code

enum EVolTriggerAct
{
VTR_ToggleDisabled, VTR_Untrigger, VTR_TurnOff, VTR_TurnOn, VTR_FinishEvent
};


Functions Detail

CheckActivity Source code

function CheckActivity ( ) )

CountAlivePlayers Source code

function int CountAlivePlayers ( ) )

FinishedEvent Source code

function FinishedEvent ( ) )

PawnEnteredVolume Source code

simulated event PawnEnteredVolume ( Pawn Other) )

PawnLeavingVolume Source code

simulated event PawnLeavingVolume ( Pawn P) )

PickRandomSpawnPoint Source code

function PlayerStart PickRandomSpawnPoint ( ) )

PlayerPawnDiedInVolume Source code

function PlayerPawnDiedInVolume ( Pawn Other) )

PostBeginPlay Source code

simulated function PostBeginPlay ( ) )

Timer Source code

function Timer ( ) )

Trigger Source code

function Trigger ( actor Other, pawn EventInstigator ) )


Defaultproperties

defaultproperties
{
     bDisableAfterTriggered=True
     TimeOutSeconds=60
     PlayerThreshold=0.750000
     bStatic=False
     RemoteRole=ROLE_None
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:47.692 - Created with UnCodeX