GodotMethod.source

Formats whole method including function signature and body with implementation. e.g.:

Array slice(in long begin, in long end, in long step, in bool deep) const { if (!GDNativeGDNativeClassBinding.method_slice) GDNativeClassBinding.slice = _godot_api.get_method_bind("Class", "Method", 42); return callBuiltinMethod!(Array)(cast(GDNativePtrBuiltInMethod) GDNativeClassBinding.slice.mb, cast(void*) &_godot_object, cast() begin, cast() end, cast() step, cast() deep); }

class GodotMethod
const
@serdeIgnore
string
source
()

Meta