godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
fileClassesAsLazyImports
godot
api
register
Undocumented in source.
template
fileClassesAsLazyImports (
FileInfo
f
) {
template
classFrom
(string className)
;
alias
fileClassesAsLazyImports
=
staticMap
!(
classFrom
,
aliasSeqOf
!(
f
.
classes
))
;
}
Members
Aliases
fileClassesAsLazyImports
alias
fileClassesAsLazyImports
=
staticMap
!(
classFrom
,
aliasSeqOf
!(
f
.
classes
))
Undocumented in source.
Templates
classFrom
template
classFrom
(string className)
Undocumented in source.
Meta
Source
See Implementation
godot
api
register
enums
LoadDRuntime
functions
register
unregister
mixin templates
GodotNativeLibrary
static variables
_GODOT_library
templates
fileClassesAsLazyImports
variables
is_