extends BasePlayerGui
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | StarterGui |
ExplorerOrder | string | 3 |
ExplorerImageIndex | string | 46 |
Properties
4ResetPlayerGuiOnSpawn
bool| Field | XML type | Value |
|---|---|---|
Name | string | ResetPlayerGuiOnSpawn |
ProcessUserInput
bool| Field | XML type | Value |
|---|---|---|
Name | string | ProcessUserInput |
ScreenOrientation
ScreenOrientation| Field | XML type | Value |
|---|---|---|
Name | string | ScreenOrientation |
ShowDevelopmentGui
bool| Field | XML type | Value |
|---|---|---|
Name | string | ShowDevelopmentGui |
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. |
Yield functions
1GetCore
(parameterName: string) → Variant| Field | XML type | Value |
|---|---|---|
Name | string | GetCore |
Events
1CoreGuiChangedSignal
(coreGuiType: CoreGuiType, enabled: bool) → void| Field | XML type | Value |
|---|---|---|
Name | string | CoreGuiChangedSignal |