godot-dlang ~master (2023-06-12T16:03:25Z)
Dub
Repo
memnew
godot
api
script
Allocate a new T and attach it to a new Godot object.
RefOrT
!
T
memnew
()
RefOrT
!
T
memnew
(
T
)
(
)
if
(
extendsGodotBaseClass
!
T
)
RefOrT
!
T
memnew
()
Meta
Source
See Implementation
godot
api
script
classes
GodotScript
functions
createFunc
destroyFunc
finalize
initialize
isNull
memdelete
memnew
static functions
___binding_create_callback
___binding_free_callback
___binding_reference_callback
static variables
_instanceCallbacks
Allocate a new T and attach it to a new Godot object.