Epok Engine

EPOK RUNTIME

epok::hud_stats

Variable

Variable

Exposes `hud_stats` on the `epok` namespace for native text data and HUD text components.

Belongs to
epok
Header
text.hpp

Declaration

Declaration
HudStats hud_stats

Exposes `hud_stats` on the `epok` namespace for native text data and HUD text components.

Type
HudStats
Storage
Namespace scope

Example

C++ example
#include "text.hpp"

auto value = epok::hud_stats;

When it helps

Use this member when you need direct access to the state represented by its declared type.

Trade-offs and warnings

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/text.hpp:28