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

Gets any internal descriptive (IWorldObject) items for the specified Agent..::..InternalWorldObjectContainers

Namespace: Clarion.Framework
Assembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)

Syntax

C#
public IEnumerable<IWorldObject> GetInternals(
	Agent..::..InternalWorldObjectContainers container,
	params Agent..::..InternalWorldObjectContainers[] additionalContainers
)

Parameters

container
Type: Clarion.Framework..::..Agent..::..InternalWorldObjectContainers
A container from which to get internal descriptive items
additionalContainers
Type: array<Clarion.Framework..::..Agent..::..InternalWorldObjectContainers>[]()[][]
(optional) Any additional containers that may be desired from which to get internal descriptive items

Return Value

The internal descriptive items located in the specified internals container(s)

See Also