Class NetworkStats

Inheritance Relationships

Base Type

Class Documentation

class NetworkStats : public Blam::DebugUI::ImGUIDrawingGroup

Class for the Network Stats dialog.

This dialog was implemented by Vertigo, who managed to brave the depths of the massive single function to draw all ImGUI data. What a soldier.

This dialog currently shows the connection state to the local socket.

Public Functions

NetworkStats()
~NetworkStats()
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.