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
| Name | Description |
|---|---|
callv(method, self, args)
|
Variant call, for virtual and vararg methods. |
ptrcall(method, self, args)
|
Direct pointer call through MethodBind. |
Structs
| Name | Description |
|---|---|
GodotMethod
|
Definition of a method from API JSON. |
GodotVarArgs
|
Type to mark varargs GodotMethod. |
Aliases
| Name | Type | Description |
|---|---|---|
tempType
|
Dest
|
temporary var if conversion is needed |