godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
GodotClass
godot
d
meta
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
meta
enums
GodotBaseClass
functions
getGDNativeObject
getGodotObject
templates
GodotBaseClasses
GodotClass
NonRef
RefOrT
extends
extendsGodotBaseClass
godotDefaultInit
godotName
isGodotBaseClass
variables
dName
isGodotClass
Get the Godot class of R (the class of the owner for D native scripts)