Jailbreak.JBInteractionPanorama
- Extends
 - Interaction
 
- Modifiers
 - notplaceable 
 
Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- Jailbreak.JBInteractionPanorama
	| Inherited Functions from Engine.Interaction | 
	| ConsoleCommand, Initialize, Initialized, KeyEvent, KeyType, Message, NotifyLevelChange, NotifyMusicChange, PostRender, PreRender, ScreenToWorld, SetFocus, StreamFinished, Tick, WorldToScreen | 
var private bool bHideHudPrev;
var private bool bPlayersOnlyPrev;
var private bool bPressedShift;
var private bool bShowInstructions;
var private bool bTakeScreenshot;
var private float FOVAnglePrev;
var private array<
Actor> ListActorHidden;
 
var private 
Pawn PawnPlayerPrev;
 
var localized string TextFov;
TextInstructionsHidden Source code
var localized string TextInstructionsHidden;
var localized string TextInstructions[17];
var private string TextStatus;
var localized string TextStatusCopy;
var localized string TextStatusScreenshot;
 function  Cleanup ( ) )
 function  CopyPanorama ( ) )
 event  Initialized ( ) )
 event  NotifyLevelChange ( ) )
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;
}
 | 
 
Creation time: Do 14.8.2014 09:58:11.247 - Created with 
UnCodeX