C# 클래스 Gruppe22.Backend.TriggerTile

상속: Tile
파일 보기 프로젝트 열기: propra13-orga/gruppe22 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Save() 공개 메소드

public Save ( XmlWriter xmlw ) : void
xmlw System.Xml.XmlWriter
리턴 void

TriggerTile() 공개 메소드

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
리턴 System