C# Class LogicSpawn.GTARPG.Core.RPGInit

Inheritance: UpdateScript
Mostrar archivo Open project: logicspawn/GTARPG

Public Properties

Property Type Description
Enabled bool

Public Methods

Method Description
FriendlyName ( ) : string
HKLM_GetString ( string path, string key ) : string
IsNet45OrNewer ( ) : bool
RPGInit ( ) : System
Update ( ) : void

Protected Methods

Method Description
Start ( ) : void

Private Methods

Method Description
CheckStatus ( string &missing ) : bool
GetMD5Hash ( string filePath ) : string
OnKeyDown ( object sender, KeyEventArgs keyEventArgs ) : void
PlayAnyway ( ) : void
StartRPGMode ( ) : void

Method Details

FriendlyName() public method

public FriendlyName ( ) : string
return string

HKLM_GetString() public method

public HKLM_GetString ( string path, string key ) : string
path string
key string
return string

IsNet45OrNewer() public static method

public static IsNet45OrNewer ( ) : bool
return bool

RPGInit() public method

public RPGInit ( ) : System
return System

Start() protected method

protected Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Enabled public_oe static_oe property

public static bool Enabled
return bool