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

Gets a thread-safe "read-only" list of the meta info for the specified agent.

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

Syntax

C#
public static IEnumerable<Tuple<Agent..::..InternalWorldObjectContainers, IWorldObject>> GetAgentMetaInfo(
	Agent agent
)

Parameters

agent
Type: Clarion.Framework..::..Agent
The agent whose meta info you wish to get

Return Value

A "read-only" list of the meta info for the specified agent

Remarks

Note
Manipulating the list returned by this method has no effect on the world itself or the agent's meta info.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionIf the singleton world instance has not been initialized

See Also