ExecutionEnvironment
constExecutionEnvironment:object
Defined in: client/api.d.ts:2128
Runtime-side flags exposed as the global ExecutionEnvironment.
Type Declaration
Section titled “Type Declaration”isClient
Section titled “isClient”
readonlyisClient:boolean
True in the sandboxed client scripting runtime.
isServer
Section titled “isServer”
readonlyisServer:boolean
True in the authoritative server scripting runtime.
