| IPhysicalEntityControllerRallyTo Method |
Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements. [This is preliminary documentation and is subject to change.]
Instruct the entity to rally to the specified position.
Namespace:
BSI.MACE.AI
Assembly:
BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax bool RallyTo(
IGeoPoint position
)
Function RallyTo (
position As IGeoPoint
) As Boolean
Parameters
- position
- Type: BSI.MACEIGeoPoint
Location to rally
Return Value
Type:
BooleanTrue if the entity can rally at the specified position, False if not
See Also