Click or drag to resize
GameGetCurrentZone Method
Gets a Zone object representing the current zone. Returns null if the current level is not a zone.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Zone GetCurrentZone()

Return Value

Type: Zone
Current Zone or null
See Also