EditorFileSystemDirectory

A directory for the resource filesystem.

A more generalized, low-level variation of the directory concept.

Members

Aliases

BaseClasses
alias BaseClasses = AliasSeq!(typeof(_GODOT_base), typeof(_GODOT_base).BaseClasses)
Undocumented in source.

Functions

findDirIndex
long findDirIndex(StringArg0 name)

Returns the index of the directory with name name or -1 if not found.

findFileIndex
long findFileIndex(StringArg0 name)

Returns the index of the file with name name or -1 if not found.

getFile
String getFile(long idx)

Returns the name of the file at index idx.

getFileCount
long getFileCount()

Returns the number of files in this directory.

getFileImportIsValid
bool getFileImportIsValid(long idx)

Returns true if the file at index idx imported properly.

getFilePath
String getFilePath(long idx)

Returns the path to the file at index idx.

getFileScriptClassExtends
String getFileScriptClassExtends(long idx)
getFileScriptClassName
String getFileScriptClassName(long idx)
getFileType
String getFileType(long idx)

Returns the file extension of the file at index idx.

getName
String getName()

Returns the name of this directory.

getParent
EditorFileSystemDirectory getParent()

Returns the parent directory for this directory or null if called on a directory at res:// or user://.

getPath
String getPath()

Returns the path to this directory.

getSubdir
EditorFileSystemDirectory getSubdir(long idx)

Returns the subdirectory at index idx.

getSubdirCount
long getSubdirCount()

Returns the number of subdirectories in this directory.

opAssign
EditorFileSystemDirectory opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(EditorFileSystemDirectory other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Static functions

_new
EditorFileSystemDirectory _new()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

_classBinding
struct _classBinding
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_GODOT_internal_name
enum string _GODOT_internal_name;
Undocumented in source.

Mixed In Members

From mixin baseCasts

as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
ToRef as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(ToRef)
Undocumented in source.
opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta