C# Class Tantric.Logic.UnitGoal

Mostra file Open project: TheEtiologist/tantric Class Usage Examples

Public Methods

Method 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 method

public GetArgument ( int argumentNumber ) : Object
argumentNumber int
return Object

Satisfy() public method

public Satisfy ( ) : void
return void

UnitGoal() public method

public UnitGoal ( String name, System.Boolean exclusive ) : System
name String
exclusive System.Boolean
return System

UnitGoal() public method

public UnitGoal ( String name, List arguments, System.Boolean exclusive ) : System
name String
arguments List
exclusive System.Boolean
return System