C# Class SunsetHigh.NotificationPanel

Inheritance: TextPanel
Datei anzeigen Open project: ErraticUnicorn/MOSH

Public Methods

Method Description
pushNotification ( string notification ) : void
reset ( ) : void
setMessage ( string message ) : void
update ( float elapsed ) : void

Private Methods

Method Description
NotificationPanel ( ) : System
inventoryEventListener ( object sender, InventoryEventArgs e ) : void
questEventListener ( object sender, QuestEventArgs e ) : void

Method Details

pushNotification() public method

public pushNotification ( string notification ) : void
notification string
return void

reset() public method

public reset ( ) : void
return void

setMessage() public method

public setMessage ( string message ) : void
message string
return void

update() public method

public update ( float elapsed ) : void
elapsed float
return void