C# Class Gruppe22.Backend.TriggerTile

Inheritance: Tile
Mostra file Open project: propra13-orga/gruppe22 Class Usage Examples

Public Methods

Method Description
Save ( XmlWriter xmlw ) : void
TriggerTile ( object parent, Backend affected = null, int countdown = -1, string explanationEnabled = "", string explanationDisabled = "", bool enabled = true, int repeat = -1, bool alwaysShowEnabled = true, bool alwaysShowDisabled = false, string tileImage = "", bool reactToEnemies = false, bool reactToObjects = false, int reactToItem = -1 ) : System

Method Details

Save() public method

public Save ( XmlWriter xmlw ) : void
xmlw System.Xml.XmlWriter
return void

TriggerTile() public method

public TriggerTile ( object parent, Backend affected = null, int countdown = -1, string explanationEnabled = "", string explanationDisabled = "", bool enabled = true, int repeat = -1, bool alwaysShowEnabled = true, bool alwaysShowDisabled = false, string tileImage = "", bool reactToEnemies = false, bool reactToObjects = false, int reactToItem = -1 ) : System
parent object
affected Backend
countdown int
explanationEnabled string
explanationDisabled string
enabled bool
repeat int
alwaysShowEnabled bool
alwaysShowDisabled bool
tileImage string
reactToEnemies bool
reactToObjects bool
reactToItem int
return System