WrenSupport.callPluginMethod

Call Plugin.<methodName>, a static method without arguments in Wren. For advanced users only.

class WrenSupport
@nogc nothrow
bool
callPluginMethod
(
const(char)* methodName
)

Return Value

Type: bool

true if no runtime or compile-time error.

Meta