Module script_editor

Procs

proc getDragDataFw(self: ScriptEditor; point: Vector2; fromm: Object): Variant {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc canDropDataFw(self: ScriptEditor; point: Vector2; data: Variant; fromm: Object): bool {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc dropDataFw(self: ScriptEditor; point: Vector2; data: Variant; fromm: Object) {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc getCurrentScript(self: ScriptEditor): Script {.
gcsafe, locks: 0, raises: [Exception], tags: [RootEffect]
.}
proc getOpenScripts(self: ScriptEditor): Array {.
gcsafe, locks: 0, raises: [], tags: []
.}
proc openScriptCreateDialog(self: ScriptEditor; baseName: string; basePath: string) {.
gcsafe, locks: 0, raises: [], tags: []
.}

Methods

method fileDialogAction(self: ScriptEditor; arg0: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method tabChanged(self: ScriptEditor; arg0: int64) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method closeCurrentTab(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method closeDiscardCurrentTab(self: ScriptEditor; arg0: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method closeDocsTab(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method closeAllTabs(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method closeOtherTabs(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method openRecentScript(self: ScriptEditor; arg0: int64) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method editorPlay(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method editorPause(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method editorStop(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method addCallback(self: ScriptEditor; arg0: Object; arg1: string;
                  arg2: PoolStringArray) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method reloadScripts(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method resaveScripts(self: ScriptEditor; arg0: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method resSavedCallback(self: ScriptEditor; arg0: Resource) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method gotoScriptLine(self: ScriptEditor; arg0: Reference; arg1: int64) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method gotoScriptLine2(self: ScriptEditor; arg0: int64) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method helpSearch(self: ScriptEditor; arg0: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method helpIndex(self: ScriptEditor; arg0: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method saveHistory(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method copyScriptPath(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method breaked(self: ScriptEditor; arg0: bool; arg1: bool) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method showDebugger(self: ScriptEditor; arg0: bool) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method getDebugTooltip(self: ScriptEditor; arg0: string; arg1: Object): string {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method autosaveScripts(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method editorSettingsChanged(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method updateScriptNames(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method treeChanged(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method membersOverviewSelected(self: ScriptEditor; arg0: int64) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method helpOverviewSelected(self: ScriptEditor; arg0: int64) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method scriptSelected(self: ScriptEditor; arg0: int64) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method scriptCreated(self: ScriptEditor; arg0: Script) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method scriptSplitDragged(self: ScriptEditor; arg0: float64) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method helpClassOpen(self: ScriptEditor; arg0: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method helpClassGoto(self: ScriptEditor; arg0: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method requestHelp(self: ScriptEditor; arg0: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method historyForward(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method historyBack(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method liveAutoReloadRunningScripts(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method unhandledInput(self: ScriptEditor; event: InputEvent) {.
gcsafe, locks: 0, raises: [], tags: []
.}
method scriptListGuiInput(self: ScriptEditor; arg0: InputEvent) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method toggleMembersOverviewAlphaSort(self: ScriptEditor; arg0: bool) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method updateMembersOverview(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method scriptChanged(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method updateRecentScripts(self: ScriptEditor) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method onFindInFilesRequested(self: ScriptEditor; arg0: string) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method startFindInFiles(self: ScriptEditor; arg0: bool) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method onFindInFilesResultSelected(self: ScriptEditor; arg0: string; arg1: int64;
                                  arg2: int64; arg3: int64) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}
method onFindInFilesModifiedFiles(self: ScriptEditor; arg0: PoolStringArray) {.
gcsafe, locks: 0, base, raises: [], tags: []
.}