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

Afficher le fichier Open project: hussein-aitlahcen/codebreak Class Usage Examples

Méthodes publiques

Свойство Type Description
Id int
InteractiveObjectId int
LineOfSight bool

Méthodes publiques

Méthode Description
ApplyActions ( CharacterEntity character ) : void

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

SatisfyConditions ( CharacterEntity character ) : bool

Method Details

ApplyActions() public méthode

public ApplyActions ( CharacterEntity character ) : void
character Codebreak.Service.World.Game.Entity.CharacterEntity
Résultat void

MapCell() public méthode

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

SatisfyConditions() public méthode

public SatisfyConditions ( CharacterEntity character ) : bool
character Codebreak.Service.World.Game.Entity.CharacterEntity
Résultat bool

Property Details

Id public_oe property

public int Id
Résultat int

InteractiveObjectId public_oe property

public int InteractiveObjectId
Résultat int

LineOfSight public_oe property

public bool LineOfSight
Résultat bool