Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Interactions | +-- Engine.Interaction | +-- Jailbreak.JBInteractionKeys
Variables Summary | |
---|---|
string | AutoBoundKeys |
array<TBinding> | Bindings |
byte | bIsBoundToNextWeapon[256] |
byte | bIsBoundToPrevWeapon[256] |
TDialog | Dialog |
int | iBindingByKey[256] |
array<string> | TextDescription |
string | TextDialogBottomP |
string | TextDialogBottomS |
string | TextDialogClose |
string | TextDialogTitle |
string | TextDialogTopP |
string | TextDialogTopS |
float | TimeFadeoutDialog |
Inherited Variables from Engine.Interaction |
---|
bActive, bNativeEvents, bRequiresTick, bVisible, Master, ViewportOwner |
Enumerations Summary |
---|
Inherited Enumerations from Engine.Interactions |
---|
EInputAction, EInputKey, EStreamFinishReason |
Structures Summary | ||
---|---|---|
TBinding Alias, iKeyPreferred, bIsBoundAuto, bIsBoundConfig, iKeyAuto | ||
TDialog MaterialFrame, Margins, FontTitle, FontText, FontKey, FontClose, ColorTextTitle, ColorTextKey, ColorText, ColorTextClose, OffsetTextTitle, OffsetTextClose, GUIFontTitle, GUIFontKey, GUIFontText, GUIFontClose |
Functions Summary | ||
---|---|---|
string | GetAutoBoundKeys ())) | |
string | GetKeyForCommand (string Command, optional string Fallback)) | |
JBTagClient | GetTagClientLocal ())) | |
Initialized ())) | ||
bool | KeyEvent (out EInputKey InputKey, out EInputAction InputAction, float Delta)) | |
NotifyLevelChange ())) | ||
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 |
---|
Structures Detail |
---|
var string Alias;};
var private bool bIsBoundAuto;
var private bool bIsBoundConfig;
var private int iKeyAuto;
var byte iKeyPreferred;
var Color ColorText;};
var Color ColorTextClose;
var Color ColorTextKey;
var Color ColorTextTitle;
var string FontClose;
var string FontKey;
var string FontText;
var string FontTitle;
var private GUIFont GUIFontClose;
var private GUIFont GUIFontKey;
var private GUIFont GUIFontText;
var private GUIFont GUIFontTitle;
var vector Margins;
var Material MaterialFrame;
var vector OffsetTextClose;
var vector OffsetTextTitle;
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { Bindings[0] = (Alias="TeamTactics Up",iKeyPreferred=107); Bindings[1] = (Alias="TeamTactics Down",iKeyPreferred=109); Bindings[2] = (Alias="TeamTactics Auto",iKeyPreferred=111); Bindings[3] = (Alias="ArenaCam",iKeyPreferred=106); Bindings[4] = (Alias="ViewTeamFree",iKeyPreferred=110); Dialog = (MaterialFrame=Texture'2K4Menus.Display99',Margins=(X=30,Y=44),FontTitle="UT2DefaultFont",FontText="UT2SmallFont",FontKey="UT2SmallFont",FontClose="UT2SmallFont",ColorTextTitle=(R=255,G=210,B=0),ColorText=(R=255,G=255,B=255),ColorTextKey=(R=255,G=210,B=0),ColorTextClose=(R=255,G=210,B=0),OffsetTextTitle=(Y=16),OffsetTextClose=(Y=-16)); TextDialogTitle = "Temporary Key Bindings"; TextDialogTopS = "Jailbreak has temporarily bound the following key for you:"; TextDialogTopP = "Jailbreak has temporarily bound the following keys for you:"; TextDialogBottomS = "Use the key binder to permanently bind a key to this function."; TextDialogBottomP = "Use the key binder to permanently bind keys to these functions."; TextDialogClose = "Press FIRE to close, ALT-FIRE to close permanently"; TextDescription[0] = "Sets team tactics to a more aggressive stance."; TextDescription[1] = "Sets team tactics to a more defensive stance."; TextDescription[2] = "Returns to auto-selection of team tactics."; TextDescription[3] = "Activates the Arena Live Feed."; TextDescription[4] = "View your teammates who battle in freedom."; } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |