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

JBScreen.JBScreenMapPanorama

Extends
JBScreenMap
Modifiers
placeable showcategories ( Movement )

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- JBScreen.JBScreen
         |   
         +-- JBScreen.JBScreenMap
            |   
            +-- JBScreen.JBScreenMapPanorama

Variables Summary
CoordsCoordsPanorama
vectorRepLocation
rotatorRepRotation
floatScaleDepth
JBScreenMapPanorama
floatFieldOfView
Inherited Variables from JBScreen.JBScreenMap
bInitializationSuccessful, bShowInArena, bShowInFreedom, bShowInJail, bShowTeamBlue, bShowTeamRed, IconMaterial[2], IconPulseRate, SizeIconMaterial[2], TextError
Inherited Variables from JBScreen.JBScreen
bEnabled, Build, ColorWhite, RefreshRate, ScriptedTexture, SizeMaterialBackground, SizeScriptedTexture

Functions Summary
functionvector CalcLocation (vector LocationWorld))
event PostBeginPlay ()))
functionbool PrepareCoords ()))
Inherited Functions from JBScreen.JBScreenMap
CalcLocation, DrawIcon, IsIconDisplayed, PostNetBeginPlay, PrepareCoords, PrepareMaterial, RenderTexture, UpdatePrecacheMaterials
Inherited Functions from JBScreen.JBScreen
PostNetBeginPlay, PrepareMaterial, RenderTexture, Reset, Timer, UpdatePrecacheMaterials


Variables Detail

CoordsPanorama Source code

var private Coords CoordsPanorama;

RepLocation Source code

var private vector RepLocation;

RepRotation Source code

var private rotator RepRotation;

ScaleDepth Source code

var private float ScaleDepth;

JBScreenMapPanorama

FieldOfView Source code

var(JBScreenMapPanorama) float FieldOfView;


Functions Detail

CalcLocation Source code

simulated function vector CalcLocation ( vector LocationWorld) )

PostBeginPlay Source code

event PostBeginPlay ( ) )

PrepareCoords Source code

simulated protected function bool PrepareCoords ( ) )


Defaultproperties

defaultproperties
{


  FieldOfView = 90.0;


  bDirectional = True;
  }

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