C# Class SharpQuake.LoadMenu

Inheritance: MenuBase
Exibir arquivo Open project: Memorix101/SharpQuake

Protected Properties

Property Type Description
_FileNames string[]
_Loadable bool[]

Public Methods

Method Description
Draw ( ) : void
KeyEvent ( int key ) : void
LoadMenu ( ) : System
Show ( ) : void

Protected Methods

Method Description
ScanSaves ( ) : void

M_ScanSaves

Method Details

Draw() public method

public Draw ( ) : void
return void

KeyEvent() public method

public KeyEvent ( int key ) : void
key int
return void

LoadMenu() public method

public LoadMenu ( ) : System
return System

ScanSaves() protected method

M_ScanSaves
protected ScanSaves ( ) : void
return void

Show() public method

public Show ( ) : void
return void

Property Details

_FileNames protected_oe property

protected string[] _FileNames
return string[]

_Loadable protected_oe property

protected bool[] _Loadable
return bool[]