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

Jailbreak.JBTagPlayer

Extends
JBTag
Modifiers
notplaceable

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

Variables Summary
floatAdrenalinePrev
JBInfoArenaArena
JBInfoArenaArenaPending
JBInfoArenaArenaRequest
JBInfoArenaArenaRestart
boolbAdrenalineEnabledPrev
boolbCanBeBaseForPawns
boolbCreatedJailFightGun
boolbIsInScoreboard
boolbIsLlama
boolbReceivedPing
boolbRecoverSpree
boolbRestartedBefore
TCacheGetRestartCacheGetRestart
TCacheRateViewOnPlayerCacheRateViewOnPlayer
ControllerController
vectorDeviationPawn
vectorDirectionPawn
stringHashIdPlayer
intHealth
TInfoScoreInfoScore
JBInfoJailJail
array<float>ListDistanceObjective
array<TInfoLocation>ListInfoLocation
vectorLocationPawnBase
vectorLocationPawnLast
vectorLocationPawnPrev[2]
vectorLocationPawn[2]
JBTagPlayernextTag
GameObjectiveObjectiveGuessed
nameOrderNameFixed
PawnPawn
PawnPawnObjectiveGuessed
ERestartRestart
intScorePartialAttack
intScorePartialDefense
intScorePartialRelease
intSpree
nameTagRestart
floatTimeArenaRequest
intTimeElapsedConnect
intTimeElapsedDisconnect
floatTimeInfoLocation
floatTimeObjectiveGuessed
floatTimeRelease
floatTimeRestart
floatTimeUpdateLocation
floatVelocityPawn
floatVelocityPawnBase
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

Enumerations Summary
ERestart
Restart_Jail, Restart_Freedom, Restart_Arena,

Structures Summary
TCacheGetRestart
Time, Result
TCacheRateViewOnPlayer
Time, Result, LocationViewpoint
TInfoLocation
NavigationPoint, Probability
TInfoScore
Score, Deaths, GoalsScored, Kills, Suicides, FlakCount, ComboCount, HeadCount

Functions Summary
functionbool BelongsTo (Controller Controller))
functionfloat CalcOrientation (vector VectorInput))
function ClientSetArena (JBInfoArena ArenaNew))
function ClientSetJail (JBInfoJail JailNew))
functionvector ExtrapolateLocationPawn ()))
functionJBTagPlayer FindFor (PlayerReplicationInfo Keeper))
functionJBInfoJail FindJail ()))
functionJBInfoArena GetArena ()))
functionJBInfoArena GetArenaPending ()))
functionJBInfoArena GetArenaRequest ()))
functionfloat GetArenaRequestTime ()))
functionController GetController ()))
functionint GetHealth (optional bool bCached))
functionJBInfoJail GetJail ()))
functionvector GetLocationPawn ()))
functionGameObjective GetObjectiveGuessed ()))
functionPawn GetPawn ()))
functionPlayerReplicationInfo GetPlayerReplicationInfo ()))
functionERestart GetRestart ()))
functionTeamInfo GetTeam ()))
functionNavigationPoint GuessLocation (array<NavigationPoint> ListNavigationPoint))
functionGameObjective GuessObjective ()))
functionbool HasReceivedPing ()))
functionJBTag InternalGetFirst ()))
functionJBTag InternalGetNext ()))
function InternalSetFirst (JBTag TagFirst))
function InternalSetNext (JBTag TagNext))
functionbool IsFree ()))
functionbool IsInArena ()))
functionbool IsInJail ()))
functionbool IsStartPreferred (NavigationPoint NavigationPoint))
functionbool IsStartValid (NavigationPoint NavigationPoint))
function NotifyArenaEntered ()))
function NotifyArenaLeft (JBInfoArena ArenaPrev))
function NotifyJailClosed ()))
function NotifyJailEntered ()))
function NotifyJailLeft (JBInfoJail JailPrev))
function NotifyJailOpened ()))
function NotifyJailOpening ()))
function NotifyRestarted ()))
function NotifyRound ()))
event PostNetReceive ()))
functionfloat RateViewOnPlayer (vector LocationViewpoint))
function RecordLocation (optional NavigationPoint NavigationPoint))
function RecordLocationList (optional array<NavigationPoint> ListNavigationPoint))
function RecoverSpree ()))
function Register ()))
function RegisterLocal ()))
function RestartInArena (JBInfoArena Arena))
function RestartInFreedom (optional name TagPreferred))
function RestartInJail (optional name TagPreferred))
function RestartPlayer (ERestart RestartCurrent, optional name TagPreferred))
function SaveSpree ()))
function SetArenaPending (JBInfoArena NewArenaPending))
function SetArenaRequest (JBInfoArena NewArenaRequest))
function SetJailInventory ()))
functionJBTagPlayer SpawnFor (PlayerReplicationInfo Keeper))
event Tick (float TimeDelta))
event Timer ()))
function Unregister ()))
function UnsetJailInventory ()))
function UpdateJail ()))
function UpdateLocation ()))
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

AdrenalinePrev Source code

var private float AdrenalinePrev;

Arena Source code

var private JBInfoArena Arena;

ArenaPending Source code

var private JBInfoArena ArenaPending;

ArenaRequest Source code

var private JBInfoArena ArenaRequest;

ArenaRestart Source code

var private JBInfoArena ArenaRestart;

bAdrenalineEnabledPrev Source code

var private bool bAdrenalineEnabledPrev;

bCanBeBaseForPawns Source code

var private bool bCanBeBaseForPawns;

bCreatedJailFightGun Source code

var private bool bCreatedJailFightGun;

bIsInScoreboard Source code

var transient bool bIsInScoreboard;

bIsLlama Source code

var private bool bIsLlama;

bReceivedPing Source code

var private bool bReceivedPing;

bRecoverSpree Source code

var private bool bRecoverSpree;

bRestartedBefore Source code

var private bool bRestartedBefore;

CacheGetRestart Source code

var private transient TCacheGetRestart CacheGetRestart;

CacheRateViewOnPlayer Source code

var private transient TCacheRateViewOnPlayer CacheRateViewOnPlayer;

Controller Source code

var private Controller Controller;

DeviationPawn Source code

var private vector DeviationPawn;

DirectionPawn Source code

var private vector DirectionPawn;

HashIdPlayer Source code

var private string HashIdPlayer;

Health Source code

var private int Health;

InfoScore Source code

var private TInfoScore InfoScore;

Jail Source code

var private JBInfoJail Jail;

ListDistanceObjective Source code

var private array<float> ListDistanceObjective;

ListInfoLocation Source code

var private array<TInfoLocation> ListInfoLocation;

LocationPawnBase Source code

var private vector LocationPawnBase;

LocationPawnLast Source code

var private vector LocationPawnLast;

LocationPawnPrev[2] Source code

var private vector LocationPawnPrev[2];

LocationPawn[2] Source code

var private vector LocationPawn[2];

nextTag Source code

var JBTagPlayer nextTag;

ObjectiveGuessed Source code

var private GameObjective ObjectiveGuessed;

OrderNameFixed Source code

var name OrderNameFixed;

Pawn Source code

var private Pawn Pawn;

PawnObjectiveGuessed Source code

var private Pawn PawnObjectiveGuessed;

Restart Source code

var private ERestart Restart;

ScorePartialAttack Source code

var int ScorePartialAttack;

ScorePartialDefense Source code

var int ScorePartialDefense;

ScorePartialRelease Source code

var int ScorePartialRelease;

Spree Source code

var private int Spree;

TagRestart Source code

var private transient name TagRestart;

TimeArenaRequest Source code

var private float TimeArenaRequest;

TimeElapsedConnect Source code

var private int TimeElapsedConnect;

TimeElapsedDisconnect Source code

var private int TimeElapsedDisconnect;

TimeInfoLocation Source code

var private float TimeInfoLocation;

TimeObjectiveGuessed Source code

var private float TimeObjectiveGuessed;

TimeRelease Source code

var private float TimeRelease;

TimeRestart Source code

var float TimeRestart;

TimeUpdateLocation Source code

var private float TimeUpdateLocation;

VelocityPawn Source code

var private float VelocityPawn;

VelocityPawnBase Source code

var private float VelocityPawnBase;


Enumerations Detail

ERestart Source code

enum ERestart
{
Restart_Jail, Restart_Freedom, Restart_Arena,
};


Structures Detail

TCacheGetRestart Source code

struct TCacheGetRestart
{
var ERestart Result;
var float Time;
};


TCacheRateViewOnPlayer Source code

struct TCacheRateViewOnPlayer
{
var vector LocationViewpoint;
var float Result;
var float Time;
};


TInfoLocation Source code

struct TInfoLocation
{
var NavigationPoint NavigationPoint;
var float Probability;
};


TInfoScore Source code

struct TInfoScore
{
var int ComboCount;
var float Deaths;
var int FlakCount;
var int GoalsScored;
var int HeadCount;
var int Kills;
var float Score;
var int Suicides;
};



Functions Detail

BelongsTo Source code

function bool BelongsTo ( Controller Controller) )

CalcOrientation Source code

simulated function float CalcOrientation ( vector VectorInput) )

ClientSetArena Source code

simulated function ClientSetArena ( JBInfoArena ArenaNew) )

ClientSetJail Source code

simulated function ClientSetJail ( JBInfoJail JailNew) )

ExtrapolateLocationPawn Source code

private simulated function vector ExtrapolateLocationPawn ( ) )

FindFor Source code

static function JBTagPlayer FindFor ( PlayerReplicationInfo Keeper) )

FindJail Source code

function JBInfoJail FindJail ( ) )

GetArena Source code

simulated function JBInfoArena GetArena ( ) )

GetArenaPending Source code

simulated function JBInfoArena GetArenaPending ( ) )

GetArenaRequest Source code

function JBInfoArena GetArenaRequest ( ) )

GetArenaRequestTime Source code

function float GetArenaRequestTime ( ) )

GetController Source code

simulated function Controller GetController ( ) )

GetHealth Source code

simulated function int GetHealth ( optional bool bCached) )

GetJail Source code

simulated function JBInfoJail GetJail ( ) )

GetLocationPawn Source code

simulated function vector GetLocationPawn ( ) )

GetObjectiveGuessed Source code

simulated function GameObjective GetObjectiveGuessed ( ) )

GetPawn Source code

simulated function Pawn GetPawn ( ) )

GetPlayerReplicationInfo Source code

simulated function PlayerReplicationInfo GetPlayerReplicationInfo ( ) )

GetRestart Source code

private function ERestart GetRestart ( ) )

GetTeam Source code

simulated function TeamInfo GetTeam ( ) )

GuessLocation Source code

function NavigationPoint GuessLocation ( array<NavigationPoint> ListNavigationPoint) )

GuessObjective Source code

function GameObjective GuessObjective ( ) )

HasReceivedPing Source code

simulated function bool HasReceivedPing ( ) )

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) )

IsFree Source code

simulated function bool IsFree ( ) )

IsInArena Source code

simulated function bool IsInArena ( ) )

IsInJail Source code

simulated function bool IsInJail ( ) )

IsStartPreferred Source code

function bool IsStartPreferred ( NavigationPoint NavigationPoint) )

IsStartValid Source code

function bool IsStartValid ( NavigationPoint NavigationPoint) )

NotifyArenaEntered Source code

function NotifyArenaEntered ( ) )

NotifyArenaLeft Source code

function NotifyArenaLeft ( JBInfoArena ArenaPrev) )

NotifyJailClosed Source code

function NotifyJailClosed ( ) )

NotifyJailEntered Source code

function NotifyJailEntered ( ) )

NotifyJailLeft Source code

function NotifyJailLeft ( JBInfoJail JailPrev) )

NotifyJailOpened Source code

function NotifyJailOpened ( ) )

NotifyJailOpening Source code

function NotifyJailOpening ( ) )

NotifyRestarted Source code

function NotifyRestarted ( ) )

NotifyRound Source code

function NotifyRound ( ) )

PostNetReceive Source code

simulated event PostNetReceive ( ) )

RateViewOnPlayer Source code

simulated function float RateViewOnPlayer ( vector LocationViewpoint) )

RecordLocation Source code

function RecordLocation ( optional NavigationPoint NavigationPoint) )

RecordLocationList Source code

function RecordLocationList ( optional array<NavigationPoint> ListNavigationPoint) )

RecoverSpree Source code

function RecoverSpree ( ) )

Register Source code

function Register ( ) )

RegisterLocal Source code

protected simulated function RegisterLocal ( ) )

RestartInArena Source code

function RestartInArena ( JBInfoArena Arena) )

RestartInFreedom Source code

function RestartInFreedom ( optional name TagPreferred) )

RestartInJail Source code

function RestartInJail ( optional name TagPreferred) )

RestartPlayer Source code

private function RestartPlayer ( ERestart RestartCurrent, optional name TagPreferred) )

SaveSpree Source code

function SaveSpree ( ) )

SetArenaPending Source code

function SetArenaPending ( JBInfoArena NewArenaPending) )

SetArenaRequest Source code

function SetArenaRequest ( JBInfoArena NewArenaRequest) )

SetJailInventory Source code

function SetJailInventory ( ) )

SpawnFor Source code

static function JBTagPlayer SpawnFor ( PlayerReplicationInfo Keeper) )

Tick Source code

event Tick ( float TimeDelta) )

Timer Source code

event Timer ( ) )

Unregister Source code

function Unregister ( ) )

UnsetJailInventory Source code

function UnsetJailInventory ( ) )

UpdateJail Source code

private function UpdateJail ( ) )

UpdateLocation Source code

private function UpdateLocation ( ) )


Defaultproperties

defaultproperties
{
  Restart = Restart_Jail;
  MessageClass = class'JBLocalMessage';


  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.162 - Created with UnCodeX