C# Class Codebreak.Service.World.Game.Map.MapCell

Show file Open project: hussein-aitlahcen/codebreak Class Usage Examples

Public Properties

Property Type Description
Id int
InteractiveObjectId int
LineOfSight bool

Public Methods

Method Description
ApplyActions ( CharacterEntity character ) : void

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

SatisfyConditions ( CharacterEntity character ) : bool

Method Details

ApplyActions() public method

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

MapCell() public method

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

SatisfyConditions() public method

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

Property Details

Id public property

public int Id
return int

InteractiveObjectId public property

public int InteractiveObjectId
return int

LineOfSight public property

public bool LineOfSight
return bool