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

JBScreen.JBScreenMapFlat

Extends
JBScreenMap
Modifiers
placeable

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

Variables Summary
JBScreenMapFlat
TCoordBoundsCoordBounds
TCoordCustomCoordCustom
ECoordPlaneCoordPlane
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

Enumerations Summary
ECoordPlane
CoordPlane_ViewTop, CoordPlane_ViewFront, CoordPlane_ViewSide, CoordPlane_Custom,

Structures Summary
TCoordBounds
Top, Left, Right, Bottom
TCoordCustom
LocationOrigin, VectorAxisHorizontal, VectorAxisVertical

Functions Summary
functionvector CalcLocation (vector LocationWorld))
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

JBScreenMapFlat

CoordBounds Source code

var(JBScreenMapFlat) TCoordBounds CoordBounds;

CoordCustom Source code

var(JBScreenMapFlat) TCoordCustom CoordCustom;

CoordPlane Source code

var(JBScreenMapFlat) ECoordPlane CoordPlane;


Enumerations Detail

ECoordPlane Source code

enum ECoordPlane
{
CoordPlane_ViewTop, CoordPlane_ViewFront, CoordPlane_ViewSide, CoordPlane_Custom,
};


Structures Detail

TCoordBounds Source code

struct TCoordBounds
{
var(JBScreenMapFlat) float Bottom;
var(JBScreenMapFlat) float Left;
var(JBScreenMapFlat) float Right;
var(JBScreenMapFlat) float Top;
};


TCoordCustom Source code

struct TCoordCustom
{
var(JBScreenMapFlat) vector LocationOrigin;
var(JBScreenMapFlat) vector VectorAxisHorizontal;
var(JBScreenMapFlat) vector VectorAxisVertical;
};



Functions Detail

CalcLocation Source code

simulated function vector CalcLocation ( vector LocationWorld) )

PrepareCoords Source code

simulated protected function bool PrepareCoords ( ) )


Defaultproperties

defaultproperties
{


  CoordPlane = CoordPlane_ViewTop;
  CoordBounds = (Top=8192,Left=-8192,Right=8192,Bottom=-8192);
  }

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