Skip to content

allnet_indicator

Anthony Samms edited this page Jun 2, 2026 · 1 revision

AllNetIcon draws the online/offline status indicator using the OVERLAY::ALLNET_INDICATOR sprite. The online state is determined at construction from config.

AllNetIcon

AllNetIcon();

Reads fake_online from the config to set the initial online state.

Update and Draw

void update(double current_ms);

No-op.

void draw(float x = 0, float y = 0);

Draws the indicator at (x, y). Selects frame 2 when online and frame 0 when offline.

Clone this wiki locally