Class for handling Discord RPC
Static variables
staticread onlyonDisconnect:FlxTypedSignal<(Int, ConstCharStar) ‑> Void> = new FlxTypedSignal<Int -> ConstCharStar>()
Signal for when the Discord RPC disconnects.
staticread onlyonError:FlxTypedSignal<(Int, String) ‑> Void> = new FlxTypedSignal<Int -> String>()
Signal for when the Discord RPC gives an error.
staticread onlyonReady:FlxTypedSignal<RawConstPointer<DiscordUser> ‑> Void> = new FlxTypedSignal<RawConstPointer<DiscordUser>>()
Signal for when the Discord RPC is ready.