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

Jailbreak.JBCameraArena

Extends
JBCamera
Modifiers
notplaceable

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Keypoint
      |   
      +-- Jailbreak.JBCamera
         |   
         +-- Jailbreak.JBCameraArena

Variables Summary
JBInfoArenaArena
JBTagPlayerTagPlayerFollowed
JBTagPlayerTagPlayerOpponent
Inherited Variables from Jailbreak.JBCamera
bHasCamManager, bIsActiveLocal, bWidescreen, CamController, CameraEffectMotionBlur, CamManager, Caption, ClassCamController, FieldOfView, ListInfoViewer, MotionBlur, Overlay, Switching, TagSwitch, TimeUpdateMovement

Enumerations Summary
Inherited Enumerations from Jailbreak.JBCamera
EOverlayStyle

Structures Summary
Inherited Structures from Jailbreak.JBCamera
TInfoCaption, TInfoOverlay, TInfoSwitching, TInfoViewer

Functions Summary
function DeactivateFor (Controller Controller))
Active
functionbool IsViewerAllowed (Controller Controller))
event Tick (float TimeDelta))
Active
Inherited Functions from Jailbreak.JBCamera
ActivateFor, ActivateForLocal, AutoSwitchBest, AutoSwitchTimed, DeactivateFor, DeactivateForAll, DeactivateForLocal, Destroyed, FindCameraEffect, HasViewers, InitCameraArray, IsViewer, IsViewerAllowed, PostBeginPlay, RateCurrentView, RemoveCameraEffect, RenderOverlayCaption, RenderOverlayMaterial, RenderOverlays, SetInitialState, SwitchTo, SwitchToNext, SwitchToPrev, Tick, Trigger, TriggerForController, TriggerSwitch, UnTrigger, UpdateLocal, UpdateMovement, UpdatePrecacheMaterials

States Summary
Active Source code
auto state Active
DeactivateFor, Tick
Deactivate Source code
state Deactivate
Finished Source code
state Finished


Variables Detail

Arena Source code

var JBInfoArena Arena;

TagPlayerFollowed Source code

var JBTagPlayer TagPlayerFollowed;

TagPlayerOpponent Source code

var JBTagPlayer TagPlayerOpponent;


Functions Detail

DeactivateFor Active Source code

function DeactivateFor ( Controller Controller) )

IsViewerAllowed Source code

function bool IsViewerAllowed ( Controller Controller) )

Tick Active Source code

simulated event Tick ( float TimeDelta) )


Defaultproperties

defaultproperties
{
  ClassCamController = Class'JBCamControllerArena';


  Caption   = (Text="Arena Live Feed",Position=0.9);
  Switching = (bAllowAuto=False,bAllowManual=False,bAllowTimed=False,bAllowTriggered=False);


  bNoDelete = False;
}

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