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

Initializes a curiosity drive

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

Syntax

C#
protected CuriosityDrive(
	Guid agentID,
	CuriosityDrive..::..CuriosityDriveParameters pars,
	double initialDeficit,
	DeficitChangeProcessor deficitChangeMethod
)

Parameters

agentID
Type: System..::..Guid
The world ID of the agent to which this drive is being attached
pars
Type: Clarion.Framework..::..CuriosityDrive..::..CuriosityDriveParameters
The parameters class containing the local parameters for the drive
initialDeficit
Type: System..::..Double
The initial deficit for the drive
deficitChangeMethod
Type: Clarion.Framework.Templates..::..DeficitChangeProcessor
(optional) Used for specifying a user-defined method for changing the deficit

See Also