Class DiscordRPCTester

Inheritance Relationships

Base Type

Class Documentation

class DiscordRPCTester : public Blam::DebugUI::ImGUIDrawingGroup

Class for the Discord Rich Presence test dialog.

Discord Rich Presence was another very early implementation that didn’t make a ton of sense - but also wasn’t as “cobbled together” as some of the other old code was. Plus, it actually does something. Incredible.

The dialog allows all data relating to the Discord game status to be configured.

Public Functions

DiscordRPCTester()

Empty constructor.

~DiscordRPCTester()

Empty destructor.

void Draw()

Draws the contents of the group.

The specific functionality will vary for each drawing group, but in general it will call the needed ImGUI functions to draw onscreen. This function is called on the render loop every frame, for every object in the draw list.