C# Class SharpMod.PlayerMenuExtender

Datei anzeigen Open project: txdv/sharpmod

Public Methods

Method Description
SelectMenu ( this player, int index ) : void
ShowMenu ( this player, IMenu menu ) : void
ShowMenu ( this player, IMenu menu, byte displayTime ) : void
ShowMenu ( this player, short keys, byte displaytime, byte multipart, string text ) : void
ShowMenu ( this player, short keys, byte displaytime, string text ) : void
ShowMenu ( this player, short keys, char displaytime, byte multipart, string text ) : void
ShowMenu ( this player, short keys, char displaytime, string text ) : void

Private Methods

Method Description
PlayerMenuExtender ( ) : System

Method Details

SelectMenu() public static method

public static SelectMenu ( this player, int index ) : void
player this
index int
return void

ShowMenu() public static method

public static ShowMenu ( this player, IMenu menu ) : void
player this
menu IMenu
return void

ShowMenu() public static method

public static ShowMenu ( this player, IMenu menu, byte displayTime ) : void
player this
menu IMenu
displayTime byte
return void

ShowMenu() public static method

public static ShowMenu ( this player, short keys, byte displaytime, byte multipart, string text ) : void
player this
keys short
displaytime byte
multipart byte
text string
return void

ShowMenu() public static method

public static ShowMenu ( this player, short keys, byte displaytime, string text ) : void
player this
keys short
displaytime byte
text string
return void

ShowMenu() public static method

public static ShowMenu ( this player, short keys, char displaytime, byte multipart, string text ) : void
player this
keys short
displaytime char
multipart byte
text string
return void

ShowMenu() public static method

public static ShowMenu ( this player, short keys, char displaytime, string text ) : void
player this
keys short
displaytime char
text string
return void