Epok Engine

EPOK RUNTIME

epok::music_data_owner

Variable

Variable

Geometry reads and XA share the physical controller and ISO parser.

Belongs to
epok
Header
music.hpp

Declaration

Declaration
bool music_data_owner

Geometry reads and XA share the physical controller and ISO parser.

Type
bool
Storage
Namespace scope

Example

C++ example
#include "music.hpp"

auto value = epok::music_data_owner;

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/music.hpp:22