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

The Agent type exposes the following members.

Properties

  Name Description
Public property ACS
Gets the agent's ACS
Public property AsDeclarativeChunk
Gets the declarative chunk representation of the agent
Public property AsDimensionValuePair
Gets the dimension-value pair representation of the agent
Public property AverageResponseTime
Gets the agent's average response time
Public property CurrentGoal
Gets the current goal for the agent (of null if no goal is set in the goal structure)
Public property Static member GlobalParameters
Gets the global parameters for the Agent class
Public property IsAlive
Specifies whether the agent is alive
Public property IsDying
Specifies whether the agent is in the process of dying
Public property MCS
Gets the agent's MCS
Public property MS
Gets the agent's MS
Public property NACS
Gets the agent's NACS
Public property Name
Gets the name of the agent
Public property Parameters
Gets the local parameters class instance for this agent
Public property WorldID
Gets the world ID of the agent

Explicit Interface Implementations

See Also