Epok Engine

EPOK RUNTIME

epok::native_music::Op::Right

Enum value

Enum value

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

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

Declaration

Declaration
Right = 6

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

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

Example

C++ example
#include "native_music_data.hpp"

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

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