C# Class RangeDisplay.Framework.HudMessageManager

Manages displaying messages in the game hud.
Datei anzeigen Open project: Pathoschild/smapi-mod-dump

Public Methods

Method Description
AddHudMessage ( RangeItem item ) : void

Adds a message to the hud based on the item.

AddHudMessage ( string message ) : void

Adds the given message to the hud.

Method Details

AddHudMessage() public method

Adds a message to the hud based on the item.
public AddHudMessage ( RangeItem item ) : void
item RangeItem The item to create the message for.
return void

AddHudMessage() public method

Adds the given message to the hud.
public AddHudMessage ( string message ) : void
message string The message to show.
return void