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

Jailbreak.JBInteractionPanorama

Extends
Interaction
Modifiers
notplaceable

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- Jailbreak.JBInteractionPanorama

Variables Summary
boolbHideHudPrev
boolbPlayersOnlyPrev
boolbPressedShift
boolbShowInstructions
boolbTakeScreenshot
floatFOVAnglePrev
LevelInfoLevel
array<Actor>ListActorHidden
PawnPawnPlayerPrev
stringTextFov
stringTextInstructionsHidden
stringTextInstructions[17]
stringTextStatus
stringTextStatusCopy
stringTextStatusScreenshot
Inherited Variables from Engine.Interaction
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner

Enumerations Summary
Inherited Enumerations from Engine.Interactions
EInputAction, EInputKey, EStreamFinishReason

Functions Summary
function Cleanup ()))
function CopyPanorama ()))
functionJBPanorama FindPanorama ()))
event Initialized ()))
functionbool KeyEvent (out EInputKey InputKey, out EInputAction InputAction, float Delta))
event NotifyLevelChange ()))
functionJBPanorama PlacePanorama ()))
event PostRender (Canvas Canvas))
Inherited Functions from Engine.Interaction
ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, NotifyLevelChange, NotifyMusicChange, PostRender, PreRender, ScreenToWorld, SetFocus, StreamFinished, Tick, WorldToScreen
Inherited Functions from Engine.Interactions
GetFriendlyName


Variables Detail

bHideHudPrev Source code

var private bool bHideHudPrev;

bPlayersOnlyPrev Source code

var private bool bPlayersOnlyPrev;

bPressedShift Source code

var private bool bPressedShift;

bShowInstructions Source code

var private bool bShowInstructions;

bTakeScreenshot Source code

var private bool bTakeScreenshot;

FOVAnglePrev Source code

var private float FOVAnglePrev;

Level Source code

var private LevelInfo Level;

ListActorHidden Source code

var private array<Actor> ListActorHidden;

PawnPlayerPrev Source code

var private Pawn PawnPlayerPrev;

TextFov Source code

var localized string TextFov;

TextInstructionsHidden Source code

var localized string TextInstructionsHidden;

TextInstructions[17] Source code

var localized string TextInstructions[17];

TextStatus Source code

var private string TextStatus;

TextStatusCopy Source code

var localized string TextStatusCopy;

TextStatusScreenshot Source code

var localized string TextStatusScreenshot;


Functions Detail

Cleanup Source code

function Cleanup ( ) )

CopyPanorama Source code

function CopyPanorama ( ) )

FindPanorama Source code

function JBPanorama FindPanorama ( ) )

Initialized Source code

event Initialized ( ) )

KeyEvent Source code

function bool KeyEvent ( out EInputKey InputKey, out EInputAction InputAction, float Delta) )

NotifyLevelChange Source code

event NotifyLevelChange ( ) )

PlacePanorama Source code

function JBPanorama PlacePanorama ( ) )

PostRender Source code

event PostRender ( Canvas Canvas) )


Defaultproperties

defaultproperties
{
  bShowInstructions = True;


  TextInstructionsHidden = "Press Shift+H to show instructions.";


  TextInstructions[ 0] = "SCOREBOARD MAP PANORAMA ADJUSTMENT MODE";
  TextInstructions[ 1] = "";
  TextInstructions[ 2] = "";
  TextInstructions[ 3] = "STEP 1: Move the camera to a position where you have a nice view of the entire map.";
  TextInstructions[ 4] = "        Press Shift+GreyPlus and Shift+GreyMinus to zoom in or out, Shift+GreyStar to reset.";
  TextInstructions[ 5] = "";
  TextInstructions[ 6] = "STEP 2: Press Shift+S to take a screenshot of the map.";
  TextInstructions[ 7] = "        Press Shift+C to copy a pre-setup JBPanorama actor to the clipboard.";
  TextInstructions[ 8] = "";
  TextInstructions[ 9] = "STEP 3: Use the screenshot to make a texture showing a panorama of your map.";
  TextInstructions[10] = "        Import it into your map's MyLevel package.";
  TextInstructions[11] = "        Reload Jailbreak.u and paste the JBPanorama actor from the clipboard into your map.";
  TextInstructions[12] = "        Set its TexturePanorama property to the imported panorama texture.";
  TextInstructions[13] = "";
  TextInstructions[14] = "";
  TextInstructions[15] = "Press Shift+H to hide these instructions.";
  TextInstructions[16] = "Press Shift+X to exit adjustment mode.";


  TextStatusCopy       = "JBPanorama actor copied to the clipboard.";
  TextStatusScreenshot = "Screenshot saved to the last Shot?????.bmp file in your ScreenShots directory.";


  TextFov = "Field of View:";


  bVisible      = True;
  bRequiresTick = True;
}

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