EPOK RUNTIME
epok::HudStats
Struct
Struct
Struct declared by the text module for native text data and HUD text components.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "text.hpp"
epok::HudStats& value = /* obtain a valid instance from your game */;Fields and constants
droppedExposes `dropped` on `epok::HudStats` for native text data and HUD text components.FieldglyphsExposes `glyphs` on `epok::HudStats` for native text data and HUD text components.FieldimagesExposes `images` on `epok::HudStats` for native text data and HUD text components.FieldrectanglesExposes `rectangles` on `epok::HudStats` for native text data and HUD text components.FieldtextsExposes `texts` on `epok::HudStats` for native text data and HUD text components.Field