Epok Engine

EPOK RUNTIME

epok::timeline::reset_scene

Function · 1 overload

Function

Resets scene as part of fixed-step simulation time and frame timing.

Belongs to
epok::timeline
Header
timeline_service.hpp
Overloads
1

Declaration

Declaration
inline void reset_scene()

Resets scene as part of fixed-step simulation time and frame timing.

This overload takes no parameters.

Returns: Nothing (void).

Example

C++ example
#include "timeline_service.hpp"

epok::timeline::reset_scene();

Why use it

It provides direct, allocation-conscious access to fixed-step simulation time and frame timing. No exception-based error path is implied by the signature.

Trade-offs and warnings

Call it only in the lifecycle phase described by the module. Validate indices, capacities and object state before use.

Declared in runtime/timeline_service.hpp:51

Related members