godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
EditorInterface.selectFile
godot
editorinterface
EditorInterface
Selects the file, with the path provided by
file
, in the FileSystem dock.
struct
EditorInterface
@
nogc
nothrow
void
selectFile
(
in
String
file
)
Meta
Source
See Implementation
godot
editorinterface
EditorInterface
aliases
BaseClasses
functions
editNode
editResource
getBaseControl
getCurrentPath
getEditedSceneRoot
getEditorScale
getEditorSettings
getEditorViewport
getFileSystemDock
getInspector
getOpenScenes
getPlayingScene
getResourceFilesystem
getResourcePreviewer
getScriptEditor
getSelectedPath
getSelection
inspectObject
isDistractionFreeModeEnabled
isPlayingScene
isPluginEnabled
makeMeshPreviews
opAssign
opEquals
openSceneFromPath
playCurrentScene
playCustomScene
playMainScene
reloadSceneFromPath
saveScene
saveSceneAs
selectFile
setDistractionFreeMode
setMainScreenEditor
setPluginEnabled
stopPlayingScene
toHash
properties
distractionFreeMode
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Selects the file, with the path provided by file, in the FileSystem dock.