C# Class LogicSpawn.GTARPG.Core.RPGInit

Inheritance: UpdateScript
Afficher le fichier Open project: logicspawn/GTARPG

Méthodes publiques

Свойство Type Description
Enabled bool

Méthodes publiques

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

Méthodes protégées

Méthode Description
Start ( ) : void

Private Methods

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

Method Details

FriendlyName() public méthode

public FriendlyName ( ) : string
Résultat string

HKLM_GetString() public méthode

public HKLM_GetString ( string path, string key ) : string
path string
key string
Résultat string

IsNet45OrNewer() public static méthode

public static IsNet45OrNewer ( ) : bool
Résultat bool

RPGInit() public méthode

public RPGInit ( ) : System
Résultat System

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Enabled public_oe static_oe property

public static bool Enabled
Résultat bool