[This is preliminary documentation and is subject to change.]
Gets the action chunk with the specified world ID. If the action chunk cannot be found,
this method returns null.
Namespace: ClarionAssembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)
Syntax
C# |
---|
public static ActionChunk GetActionChunk( Guid worldID ) |
Parameters
- worldID
- Type: System..::..Guid
The world ID of the action chunk to get
Return Value
The action chunk with the specified world ID or null if the action chunk cannot be found
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | If the singleton world instance has not been initialized |