godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
EditorFileSystemDirectory.findFileIndex
godot
editorfilesystemdirectory
EditorFileSystemDirectory
Returns the index of the file with name
name
or
-1
if not found.
struct
EditorFileSystemDirectory
@
nogc
nothrow const
long
findFileIndex
(
in
String
name
)
Meta
Source
See Implementation
godot
editorfilesystemdirectory
EditorFileSystemDirectory
aliases
BaseClasses
functions
findDirIndex
findFileIndex
getFile
getFileCount
getFileImportIsValid
getFilePath
getFileScriptClassExtends
getFileScriptClassName
getFileType
getName
getParent
getPath
getSubdir
getSubdirCount
opAssign
opEquals
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns the index of the file with name name or -1 if not found.