C# Class Gruppe22.Backend.TriggerTile

Inheritance: Tile
Afficher le fichier Open project: propra13-orga/gruppe22 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Save ( XmlWriter xmlw ) : void
xmlw System.Xml.XmlWriter
Résultat void

TriggerTile() public méthode

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
Résultat System