godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
GDScript._new
godot
gdscript
GDScript
Construct a new instance of GDScript. Note: use
memnew!GDScript
instead.
GDScript
_new
()
struct
GDScript
@
nogc
nothrow static
GDScript
_new
(
)
Variant
_new
(VarArgs varArgs)
Meta
Source
See Implementation
godot
gdscript
GDScript
aliases
BaseClasses
functions
getAsByteCode
opAssign
opEquals
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Construct a new instance of GDScript. Note: use memnew!GDScript instead.