Epok Engine

EPOK RUNTIME

epok::native_music::Op::Group

Enum value

Enum value

Named value `Group` in `epok::native_music::Op`.

Belongs to
epok::native_music::Op
Header
native_music_data.hpp

Declaration

Declaration
Group = 0

Named value `Group` in `epok::native_music::Op`.

Type
epok::native_music::Op
Value
0
Storage
Per instance

Example

C++ example
#include "native_music_data.hpp"

auto value = epok::native_music::Op::Group;

When it helps

Use this named value instead of a raw number so intent stays visible in game code and debugger output.

Trade-offs and warnings

Treat the numeric value as an implementation detail unless a file or hardware format explicitly requires it.

Declared in runtime/native_music_data.hpp:7