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

Resets the goal structure and then sets the specified goal in the goal structure with the specified activation

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

Syntax

C#
public void SetResetGoal(
	GoalChunk g,
	double activation
)

Parameters

g
Type: Clarion.Framework..::..GoalChunk
The goal to be set in the goal structure
activation
Type: System..::..Double
The activation for the goal that is being set

See Also