When it helps
Use this member when you need direct access to the state represented by its declared type.
EPOK RUNTIME
Variable
Exposes `bars` on the `epok::debug_hud` namespace for native HUD layout, drawing and focus navigation.
const unsigned int barsExposes `bars` on the `epok::debug_hud` namespace for native HUD layout, drawing and focus navigation.
#include "debug_hud.hpp"
auto value = epok::debug_hud::bars;Use this member when you need direct access to the state represented by its declared type.
Direct field access has no validation step. Keep the owning object alive, respect units and ranges, and do not mutate state while hardware or another subsystem is consuming it.
Declared in runtime/debug_hud.hpp:16