Improve margins and some file formatting
This commit is contained in:
parent
956ce21547
commit
bbf1851477
|
|
@ -6356,13 +6356,13 @@ declare class GuiService extends Instance
|
||||||
SpecialKeyPressed: RBXScriptSignal<EnumSpecialKey, string>
|
SpecialKeyPressed: RBXScriptSignal<EnumSpecialKey, string>
|
||||||
TouchControlsEnabled: boolean
|
TouchControlsEnabled: boolean
|
||||||
UiMessageChanged: RBXScriptSignal<EnumUiMessageType, string>
|
UiMessageChanged: RBXScriptSignal<EnumUiMessageType, string>
|
||||||
|
|
||||||
EscapeKeyPressed: RBXScriptSignal<>
|
EscapeKeyPressed: RBXScriptSignal<>
|
||||||
BrowserWindowClosed: RBXScriptSignal<>
|
BrowserWindowClosed: RBXScriptSignal<>
|
||||||
IsWindows: boolean
|
IsWindows: boolean
|
||||||
IsModalDialog: boolean
|
IsModalDialog: boolean
|
||||||
UseLuaChat: boolean
|
UseLuaChat: boolean
|
||||||
|
|
||||||
function AddCenterDialog(self, dialog: Instance, centerDialogType: EnumCenterDialogType, showFunction: ((...any) -> ...any), hideFunction: ((...any) -> ...any)): nil
|
function AddCenterDialog(self, dialog: Instance, centerDialogType: EnumCenterDialogType, showFunction: ((...any) -> ...any), hideFunction: ((...any) -> ...any)): nil
|
||||||
function AddKey(self, key: string): nil
|
function AddKey(self, key: string): nil
|
||||||
function AddSelectionParent(self, selectionName: string, selectionParent: Instance): nil
|
function AddSelectionParent(self, selectionName: string, selectionParent: Instance): nil
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue