Functions
5GetCoreGuiEnabled
(coreGuiType: CoreGuiType) → bool
| Field | XML type | Value |
|---|
Name | string | GetCoreGuiEnabled |
summary | string | Returns a boolean describing whether a CoreGuiType is currently being rendered. |
RegisterGetCore
(parameterName: string, getFunction: Function) → void
| Field | XML type | Value |
|---|
Name | string | RegisterGetCore |
RegisterSetCore
(parameterName: string, setFunction: Function) → void
| Field | XML type | Value |
|---|
Name | string | RegisterSetCore |
SetCore
(parameterName: string, value: Variant) → void
| Field | XML type | Value |
|---|
Name | string | SetCore |
SetCoreGuiEnabled
(coreGuiType: CoreGuiType, enabled: bool) → void
| Field | XML type | Value |
|---|
Name | string | SetCoreGuiEnabled |
summary | string | Will stop/begin certain core gui elements being rendered. See CoreGuiType for core guis that can be modified. |