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

Gets the external action that was chosen based on the time stamp for the related sensory information

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

Syntax

C#
public ExternalActionChunk GetChosenExternalAction(
	long siTimeStamp
)

Parameters

siTimeStamp
Type: System..::..Int64
The time stamp associated with the sensory information that was perceived (and which leads to an external action being chosen)

Return Value

The external action that was chosen based on the related sensory information

Remarks

Note
If the agent chooses an action type other than ExternalActionChunk, then this method will return the special (reserved) DO_NOTHING action

Examples

See the "examples" section for the Agent class

See Also