Epok Engine

EPOK RUNTIME

epok::instrument::BankView

Struct

Struct

Struct declared by the instrument-bank module for the instrument bank module.

Namespace
epok::instrument
Header
instrument_bank.hpp
Include
#include "instrument_bank.hpp"
Module
instrument-bank
Source
runtime/instrument_bank.hpp:57

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 "instrument_bank.hpp"

epok::instrument::BankView& value = /* obtain a valid instance from your game */;

Fields and constants

Public methods