EngineSingleton.getSingleton

Returns a global singleton with given name. Often used for plugins, e.g. GodotPayment on Android.

struct EngineSingleton
@nogc nothrow const
getSingleton
(
in String name
)

Meta