Module godot.d.bind

Templates for binding Godot C++ classes to use from D

The binding generator will implement these templates for the classes in Godot's API JSON.

Functions

NameDescription
callv(method, self, args) Variant call, for virtual and vararg methods.
ptrcall(method, self, args) Direct pointer call through MethodBind.

Structs

NameDescription
GodotMethod Definition of a method from API JSON.
GodotVarArgs Type to mark varargs GodotMethod.

Aliases

NameTypeDescription
tempType Dest temporary var if conversion is needed