[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: ClarionAssembly: 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
![]() |
---|
Manipulating the list returned by this method has no effect on the world itself or the agent's meta info. |
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | If the singleton world instance has not been initialized |