C# Class SharpMod.Menu.SimpleMenuExtender

Datei anzeigen Open project: txdv/sharpmod

Public Methods

Method Description
Show ( this menu, Player player ) : void
Show ( this menu, Player player, byte displayTime ) : void
Show ( this menu, Player player, int displayTime ) : void

Method Details

Show() public static method

public static Show ( this menu, Player player ) : void
menu this
player Player
return void

Show() public static method

public static Show ( this menu, Player player, byte displayTime ) : void
menu this
player Player
displayTime byte
return void

Show() public static method

public static Show ( this menu, Player player, int displayTime ) : void
menu this
player Player
displayTime int
return void