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

Jailbreak.JBTagObjective

Extends
JBTag
Modifiers
notplaceable

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Inventory
      |   
      +-- Jailbreak.JBTag
         |   
         +-- Jailbreak.JBTagObjective

Variables Summary
boolbJammedBlue
boolbJammedRed
JBTagObjectivenextTag
intnPlayersCurrent
intnPlayersDeployed
intnPlayersReleasable
floatRandomWeight
floatScaleDot
floatTimeCountJammed
floatTimeCountPlayersReleasable
floatTimeRandomWeight
Inherited Variables from Jailbreak.JBTag
bIsRegisteredOnClient, bIsRegisteredOnServer, Keeper, KeeperLocal
Inherited Variables from Engine.Inventory
AttachmentClass, bDisplayableInv, bDrawingFirstPerson, BobDamping, bTossedOut, Charge, GroupOffset, IconCoords, IconMaterial, InventoryGroup, ItemName, PickupClass, PlayerViewOffset, PlayerViewPivot, ThirdPersonActor

Functions Summary
functionint CountPlayersReleasable (optional bool bCached))
functionJBTagObjective FindFor (GameObjective Keeper))
functionbool GetJammed (byte TeamIndex))
functionGameObjective GetObjective ()))
functionfloat GetRandomWeight ()))
functionJBTag InternalGetFirst ()))
functionJBTag InternalGetNext ()))
function InternalSetFirst (JBTag TagFirst))
function InternalSetNext (JBTag TagNext))
functionbool IsJammed (byte TeamIndex, optional bool bCached))
function Register ()))
function SetJammed (byte TeamIndex, bool bJammed))
functionJBTagObjective SpawnFor (GameObjective Keeper))
event Timer ()))
Inherited Functions from Jailbreak.JBTag
BeginPlay, Destroyed, DestroyFor, GetGameReplicationInfo, InternalFindFor, InternalGetFirst, InternalGetNext, InternalSetFirst, InternalSetNext, InternalSpawnFor, PostNetReceive, Register, RegisterInInventory, RegisterInList, RegisterLocal, Unregister, UnregisterFromInventory, UnregisterFromList, UnregisterLocal
Inherited Functions from Engine.Inventory
AttachToPawn, Destroyed, DetachFromPawn, DropFrom, GetHumanReadableName, GiveTo, HandlePickupQuery, NextWeapon, OwnerEvent, PickupFunction, PrevWeapon, PrioritizeArmor, RecommendWeapon, RenderOverlays, SelectNext, SetOwnerDisplay, StaticItemName, TravelPostAccept, TravelPreAccept, updaterelative, Use, WeaponChange


Variables Detail

bJammedBlue Source code

var private bool bJammedBlue;

bJammedRed Source code

var private bool bJammedRed;

nextTag Source code

var JBTagObjective nextTag;

nPlayersCurrent Source code

var transient int nPlayersCurrent;

nPlayersDeployed Source code

var transient int nPlayersDeployed;

nPlayersReleasable Source code

var private int nPlayersReleasable;

RandomWeight Source code

var private float RandomWeight;

ScaleDot Source code

var float ScaleDot;

TimeCountJammed Source code

var private float TimeCountJammed;

TimeCountPlayersReleasable Source code

var private float TimeCountPlayersReleasable;

TimeRandomWeight Source code

var private float TimeRandomWeight;


Functions Detail

CountPlayersReleasable Source code

simulated function int CountPlayersReleasable ( optional bool bCached) )

FindFor Source code

static function JBTagObjective FindFor ( GameObjective Keeper) )

GetJammed Source code

simulated private function bool GetJammed ( byte TeamIndex) )

GetObjective Source code

simulated function GameObjective GetObjective ( ) )

GetRandomWeight Source code

function float GetRandomWeight ( ) )

InternalGetFirst Source code

protected simulated function JBTag InternalGetFirst ( ) )

InternalGetNext Source code

protected simulated function JBTag InternalGetNext ( ) )

InternalSetFirst Source code

protected simulated function InternalSetFirst ( JBTag TagFirst) )

InternalSetNext Source code

protected simulated function InternalSetNext ( JBTag TagNext) )

IsJammed Source code

simulated function bool IsJammed ( byte TeamIndex, optional bool bCached) )

Register Source code

function Register ( ) )

SetJammed Source code

simulated private function SetJammed ( byte TeamIndex, bool bJammed) )

SpawnFor Source code

static function JBTagObjective SpawnFor ( GameObjective Keeper) )

Timer Source code

event Timer ( ) )


Defaultproperties

defaultproperties
{
  RemoteRole = ROLE_SimulatedProxy;
}

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