C# Class SharpQuake.LoadMenu

Inheritance: MenuBase
Afficher le fichier Open project: Memorix101/SharpQuake

Protected Properties

Свойство Type Description
_FileNames string[]
_Loadable bool[]

Méthodes publiques

Méthode Description
Draw ( ) : void
KeyEvent ( int key ) : void
LoadMenu ( ) : System
Show ( ) : void

Méthodes protégées

Méthode Description
ScanSaves ( ) : void

M_ScanSaves

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

KeyEvent() public méthode

public KeyEvent ( int key ) : void
key int
Résultat void

LoadMenu() public méthode

public LoadMenu ( ) : System
Résultat System

ScanSaves() protected méthode

M_ScanSaves
protected ScanSaves ( ) : void
Résultat void

Show() public méthode

public Show ( ) : void
Résultat void

Property Details

_FileNames protected_oe property

protected string[] _FileNames
Résultat string[]

_Loadable protected_oe property

protected bool[] _Loadable
Résultat bool[]