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

Gets the goal chunk with the specified world ID. If the goal chunk cannot be found, this method returns null.

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

Syntax

C#
public static GoalChunk GetGoalChunk(
	Guid worldID
)

Parameters

worldID
Type: System..::..Guid
The world ID of the goal chunk to get

Return Value

The goal chunk with the specified world ID or null if the goal chunk cannot be found

Exceptions

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

See Also