| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Info
|
+-- JBScreen.JBScreen
|
+-- JBScreen.JBScreenMap
|
+-- JBScreen.JBScreenMapFlat
| Variables Summary | |
|---|---|
| JBScreenMapFlat | |
| TCoordBounds | CoordBounds |
| TCoordCustom | CoordCustom |
| ECoordPlane | CoordPlane |
| 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 | ||
|---|---|---|
![]() | vector | CalcLocation (vector LocationWorld)) |
![]() | bool | 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 |
|---|
| Enumerations Detail |
|---|
CoordPlane_ViewTop, CoordPlane_ViewFront, CoordPlane_ViewSide, CoordPlane_Custom,};
| Structures Detail |
|---|
var(JBScreenMapFlat) float Bottom;};
var(JBScreenMapFlat) float Left;
var(JBScreenMapFlat) float Right;
var(JBScreenMapFlat) float Top;
var(JBScreenMapFlat) vector LocationOrigin;};
var(JBScreenMapFlat) vector VectorAxisHorizontal;
var(JBScreenMapFlat) vector VectorAxisVertical;
| Functions Detail |
|---|
CalcLocation Source code
PrepareCoords Source code| Defaultproperties |
|---|
defaultproperties
{
CoordPlane = CoordPlane_ViewTop;
CoordBounds = (Top=8192,Left=-8192,Right=8192,Bottom=-8192);
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||