godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
GodotClass
godot
api
traits
Get the Godot class of R (the class of the
owner
for D native scripts)
@
nogc
nothrow
template
GodotClass (
R
) {
alias
T
=
NonRef
!
R
;
alias
GodotClass
=
T
;
alias
GodotClass
=
typeof
(
T
.
owner
)
;
}
Members
Aliases
GodotClass
alias
GodotClass
=
typeof
(
T
.
owner
)
Undocumented in source.
GodotClass
alias
GodotClass
=
T
Undocumented in source.
T
alias
T
=
NonRef
!
R
Undocumented in source.
Meta
Source
See Implementation
godot
api
traits
enums
GodotBaseClass
functions
assumeNoGC
getDefaultValueFromAlias
getGDExtensionObject
getGodotObject
templates
GodotBaseClasses
GodotClass
NonRef
RefOrT
extends
extendsGodotBaseClass
from
godotDefaultInit
godotName
isGodotBaseClass
variables
dName
isGodotClass
Get the Godot class of R (the class of the owner for D native scripts)