Epok Engine

EPOK RUNTIME

epok::reset_motion_interpolation

Function · 1 overload

Function

Call after an intentional teleport/cut to snap visual position history.

Belongs to
epok
Header
epok.hpp
Overloads
1

Declaration

Declaration
void reset_motion_interpolation()

Call after an intentional teleport/cut to snap visual position history.

This overload takes no parameters.

Returns: Nothing (void).

Example

C++ example
#include "epok.hpp"

epok::reset_motion_interpolation();

Why use it

It provides direct, allocation-conscious access to the epok module. 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/epok.hpp:211

Related members