C# Class Tantric.Logic.Unit

Inheritance: Tantric.World.WorldObject
Afficher le fichier Open project: TheEtiologist/tantric

Méthodes publiques

Méthode Description
AddGoal ( UnitGoal goal ) : void
ContainsGoal ( String name ) : bool
GetGoal ( String name ) : UnitGoal
RemoveGoal ( String name ) : void
RemoveGoal ( UnitGoal goal ) : void

Méthodes protégées

Méthode Description
Unit ( String name, IGoalInterpreter interpreter ) : System

Method Details

AddGoal() public méthode

public AddGoal ( UnitGoal goal ) : void
goal UnitGoal
Résultat void

ContainsGoal() public méthode

public ContainsGoal ( String name ) : bool
name String
Résultat bool

GetGoal() public méthode

public GetGoal ( String name ) : UnitGoal
name String
Résultat UnitGoal

RemoveGoal() public méthode

public RemoveGoal ( String name ) : void
name String
Résultat void

RemoveGoal() public méthode

public RemoveGoal ( UnitGoal goal ) : void
goal UnitGoal
Résultat void

Unit() protected méthode

protected Unit ( String name, IGoalInterpreter interpreter ) : System
name String
interpreter IGoalInterpreter
Résultat System