Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 |
// ============================================================================ // JBGUIUserKeyBinding // Copyright 2003 by Mychaeel <mychaeel@planetjailbreak.com> // $Id: JBGUIUserKeyBinding.uc,v 1.4 2004/04/28 11:59:04 mychaeel Exp $ // // Adds Jailbreak-specific key bindings to the standard key binder dialog. // ============================================================================ class JBGUIUserKeyBinding extends GUIUserKeyBinding notplaceable; // ============================================================================ // Defaults // ============================================================================ defaultproperties { KeyData[0] = (KeyLabel="Jailbreak",bIsSection=True); KeyData[1] = (KeyLabel="Auto Team Tactics",Alias="TeamTactics Auto"); KeyData[2] = (KeyLabel="Make Bots More Aggressive",Alias="TeamTactics Up"); KeyData[3] = (KeyLabel="Make Bots More Defensive",Alias="TeamTactics Down"); KeyData[4] = (KeyLabel="View Arena Live Feed",Alias="ArenaCam"); KeyData[5] = (KeyLabel="View Teammate",Alias="ViewTeamFree"); } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |