Click or drag to resize

CSYSiScriptLevel Method

Checks to see if we are running a script and how many levels down (scripts can run scripts)

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2026.1.0.24
Syntax
public static int iScriptLevel()

public static int iScriptLevel()

Return Value

Type: Int32
0 - Not running a script >=1 - Scripting level
See Also