C# Class WarTornLands.DialogSystem

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Datei anzeigen Open project: floAr/WarTornLands Class Usage Examples

Public Methods

Method Description
DialogSystem ( Microsoft.Xna.Framework.Game game ) : System
DrawText ( ) : void
EndDialog ( ) : void
Isdialogstarted ( ) : bool
NextText ( ) : void
SpeakWithPerson ( String entityname, Vector2 position, bool speakmodus, int textstelle ) : void
TestDialog ( object sender, EventArgs e ) : void

Method Details

DialogSystem() public method

public DialogSystem ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
return System

DrawText() public method

public DrawText ( ) : void
return void

EndDialog() public method

public EndDialog ( ) : void
return void

Isdialogstarted() public method

public Isdialogstarted ( ) : bool
return bool

NextText() public method

public NextText ( ) : void
return void

SpeakWithPerson() public method

public SpeakWithPerson ( String entityname, Vector2 position, bool speakmodus, int textstelle ) : void
entityname String
position Vector2
speakmodus bool
textstelle int
return void

TestDialog() public method

public TestDialog ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void