C# Class LogicSpawn.GTARPG.Core.RPGKeyHandler

Inheritance: LogicSpawn.GTARPG.Core.KeyHandlerScript
Mostrar archivo Open project: logicspawn/GTARPG

Private Properties

Property Type Description
CloseViewMenu void
ControllerSupport void
EndDialogFix void
Interact void
LoadGame void
NewGame void
SaveGame void
ShowCharacterMenu void
ShowHelp void
ShowInventory void
ShowMenu void
ShowQuestLog void
SpawnCar void
ToggleUI void
UseSkillB void
UseSkillCaps void
UseSkillT void
UseSkillU void
UseSkillY void

Public Methods

Method Description
RPGKeyHandler ( ) : System

Protected Methods

Method Description
Init ( ) : void

Private Methods

Method Description
CloseViewMenu ( ) : void
ControllerSupport ( object sender, EventArgs e ) : void
EndDialogFix ( ) : void
Interact ( ) : void
LoadGame ( ) : void
NewGame ( ) : void
SaveGame ( ) : void
ShowCharacterMenu ( ) : void
ShowHelp ( ) : void
ShowInventory ( ) : void
ShowMenu ( ) : void
ShowQuestLog ( ) : void
SpawnCar ( ) : void
ToggleUI ( ) : void
UseSkillB ( ) : void
UseSkillCaps ( ) : void
UseSkillT ( ) : void
UseSkillU ( ) : void
UseSkillY ( ) : void

Method Details

Init() protected method

protected Init ( ) : void
return void

RPGKeyHandler() public method

public RPGKeyHandler ( ) : System
return System