[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.FrameworkAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
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
![]() |
---|
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