C# 클래스 Codebreak.Service.World.Game.Map.MapCell

파일 보기 프로젝트 열기: hussein-aitlahcen/codebreak 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Id int
InteractiveObjectId int
LineOfSight bool

공개 메소드들

메소드 설명
ApplyActions ( CharacterEntity character ) : void

MapCell ( MapInstance map, int id, byte data, MapTriggerDAO trigger = null ) : System

SatisfyConditions ( CharacterEntity character ) : bool

메소드 상세

ApplyActions() 공개 메소드

public ApplyActions ( CharacterEntity character ) : void
character Codebreak.Service.World.Game.Entity.CharacterEntity
리턴 void

MapCell() 공개 메소드

public MapCell ( MapInstance map, int id, byte data, MapTriggerDAO trigger = null ) : System
map MapInstance
id int
data byte
trigger MapTriggerDAO
리턴 System

SatisfyConditions() 공개 메소드

public SatisfyConditions ( CharacterEntity character ) : bool
character Codebreak.Service.World.Game.Entity.CharacterEntity
리턴 bool

프로퍼티 상세

Id 공개적으로 프로퍼티

public int Id
리턴 int

InteractiveObjectId 공개적으로 프로퍼티

public int InteractiveObjectId
리턴 int

LineOfSight 공개적으로 프로퍼티

public bool LineOfSight
리턴 bool