[This is preliminary documentation and is subject to change.]
Initializes a new sensory information object for the specified agent at the specified time stamp.
Namespace: ClarionAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public static SensoryInformation NewSensoryInformation( Agent agent, long timeStamp ) |
Parameters
- agent
- Type: Clarion.Framework..::..Agent
The agent for whom the sensory information is intended
- timeStamp
- Type: System..::..Int64
The long value of the time stamp for the sensory information object to be generated
Return Value
The sensory information object for the specified agent generated by this method
Remarks
![]() |
---|
The sensory information object generated by this method can only be "perceived" by the agent specified. The reason for this is because
the sensory information object that is returned can contain both external as well as internal, agent specific, sensory information.
In fact, during the initialization process, this method will actually pre-populate the sensory information object with the agent's internal
information. This includes the following:
|