Click or drag to resize

TurnLeftRightActionArgs 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 TurnLeftRightActionArgs class

Namespace:  BSI.MACE.Scripting
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public TurnLeftRightActionArgs(
	double adj_deg = 0,
	IPhysicalEntity relEntity = null,
	bool shortTurn = false,
	IList<string> callsigns = null
)

Parameters

adj_deg (Optional)
Type: SystemDouble

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

relEntity (Optional)
Type: BSI.MACEIPhysicalEntity

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

shortTurn (Optional)
Type: SystemBoolean

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

callsigns (Optional)
Type: System.Collections.GenericIListString

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

See Also