godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
GodotClass
godot
d
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
d
traits
enums
GodotBaseClass
functions
getDefaultValueFromAlias
getGDNativeObject
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)