Click or drag to resize

TurnToActionArgs Constructor

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the TurnToActionArgs class

Namespace:  BSI.MACE.Scripting
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public TurnToActionArgs(
	double turnTo = 0,
	bool legOnly = false,
	IList<string> callsigns = null
)

Parameters

turnTo (Optional)
Type: SystemDouble

[Missing <param name="turnTo"/> documentation for "M:BSI.MACE.Scripting.TurnToActionArgs.#ctor(System.Double,System.Boolean,System.Collections.Generic.IList{System.String})"]

legOnly (Optional)
Type: SystemBoolean

[Missing <param name="legOnly"/> documentation for "M:BSI.MACE.Scripting.TurnToActionArgs.#ctor(System.Double,System.Boolean,System.Collections.Generic.IList{System.String})"]

callsigns (Optional)
Type: System.Collections.GenericIListString

[Missing <param name="callsigns"/> documentation for "M:BSI.MACE.Scripting.TurnToActionArgs.#ctor(System.Double,System.Boolean,System.Collections.Generic.IList{System.String})"]

See Also