GodotScript

Base class for D native scripts. Native script instances will be attached to a Godot (C++) object of Base class.

Alias This

owner

Members

Functions

as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
inout(To) as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
void* opCast()

HACK to work around evil bug in which cast(void*) invokes alias this https://issues.dlang.org/show_bug.cgi?id=6777

opCast
const(void*) opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(T other)
opEquals
bool opEquals(T other)

Variables

owner
Base owner;
Undocumented in source.

Meta