C# Class Tantric.Logic.UnitGoal

Afficher le fichier Open project: TheEtiologist/tantric Class Usage Examples

Méthodes publiques

Méthode Description
GetArgument ( int argumentNumber ) : Object
Satisfy ( ) : void
UnitGoal ( String name, System.Boolean exclusive ) : System
UnitGoal ( String name, List arguments, System.Boolean exclusive ) : System

Method Details

GetArgument() public méthode

public GetArgument ( int argumentNumber ) : Object
argumentNumber int
Résultat Object

Satisfy() public méthode

public Satisfy ( ) : void
Résultat void

UnitGoal() public méthode

public UnitGoal ( String name, System.Boolean exclusive ) : System
name String
exclusive System.Boolean
Résultat System

UnitGoal() public méthode

public UnitGoal ( String name, List arguments, System.Boolean exclusive ) : System
name String
arguments List
exclusive System.Boolean
Résultat System