Epok Engine

EPOK RUNTIME

epok::bp::PlaybackSubscription

Struct

Struct

A repeating marker listener lives in its graph frame, using the same external continuation slot as Delay/Wait.

Namespace
epok::bp
Header
playback_types.hpp
Include
#include "playback_types.hpp"
Module
playback-types
Source
runtime/playback_types.hpp:58
Inherits from
PlaybackWait

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

epok::bp::PlaybackSubscription& value = /* obtain a valid instance from your game */;

Fields and constants

Public methods