godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
ProjectInfo
godotutil
classes
struct
ProjectInfo {
FileInfo
[]
files
;
bool
hasEntryPoint
();
const
(
string
)[]
allClasses
();
string
toCsv
();
static
ProjectInfo
fromCsv
(string csv);
}
Members
Functions
allClasses
const
(
string
)[]
allClasses
()
Undocumented in source. Be warned that the author may not have intended to support it.
hasEntryPoint
bool
hasEntryPoint
()
the project has a GodotNativeLibrary mixin in one of its files
toCsv
string
toCsv
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
fromCsv
ProjectInfo
fromCsv
(string csv)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
files
FileInfo
[]
files
;
Undocumented in source.
Meta
Source
See Implementation
godotutil
classes
structs
FileInfo
ProjectInfo