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

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

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(
	Guid agentID
)

Parameters

agentID
Type: System..::..Guid
The world ID for the agent whose meta info you wish to get

Return Value

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

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