| IPhysicalEntityControllerEmployTactic Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Have the entity perform the specified tactic
Namespace:
BSI.MACE.AI
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax bool EmployTactic(
IScriptControllerTacticEnum tactic
)
Function EmployTactic (
tactic As IScriptControllerTacticEnum
) As Boolean
Parameters
- tactic
- Type: BSI.MACE.ScriptingIScriptControllerTacticEnum
Identifies the tactic to perform
Return Value
Type:
BooleanTrue if the tactic can be performed, False if the entity is unable to perform the specified tactic
See Also