godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
EditorFileSystemDirectory.findDirIndex
godot
editorfilesystemdirectory
EditorFileSystemDirectory
Returns the index of the directory with name
name
or
-1
if not found.
struct
EditorFileSystemDirectory
@
nogc
nothrow const
long
findDirIndex
(
StringArg0
)
(
in
StringArg0
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
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns the index of the directory with name name or -1 if not found.