Interface.ShowInfo Method

Simplexity

InterfaceShowInfo Method

Renders the information available to the player

Namespace:  Simplexity_Game
Assembly:  Simplexity_Game (in Simplexity_Game.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void ShowInfo(
	Player player
)
Public Sub ShowInfo ( 
	player As Player
)
public:
void ShowInfo(
	Player^ player
)
member ShowInfo : 
        player : Player -> unit 

Parameters

player
Type: Simplexity_GamePlayer

[Missing <param name="player"/> documentation for "M:Simplexity_Game.Interface.ShowInfo(Simplexity_Game.Player)"]

See Also