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

Initializes a new instance of the Drive class

Namespace: Clarion.Framework.Templates
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
protected Drive(
	Guid agentID,
	Drive..::..DriveParameters p,
	double initialDeficit,
	DeficitChangeProcessor dcp
)

Parameters

agentID
Type: System..::..Guid
The world ID of the agent to which this drive is being attached
p
Type: Clarion.Framework.Templates..::..Drive..::..DriveParameters
initialDeficit
Type: System..::..Double
dcp
Type: Clarion.Framework.Templates..::..DeficitChangeProcessor

See Also