Click or drag to resize

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

Namespace:  BSI.MACE.Scripting
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public ProceedToWaypointActionArgs(
	ulong wpIndex = 0,
	bool adjToIntent = false,
	bool adjSpeed = false,
	bool legOnly = false,
	double speed = 0,
	IList<string> callsigns = null
)

Parameters

wpIndex (Optional)
Type: SystemUInt64

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

adjToIntent (Optional)
Type: SystemBoolean

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

adjSpeed (Optional)
Type: SystemBoolean

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

legOnly (Optional)
Type: SystemBoolean

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

speed (Optional)
Type: SystemDouble

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

callsigns (Optional)
Type: System.Collections.GenericIListString

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

See Also