Epok Engine

EPOK RUNTIME

epok::TweenLoop::None

Enum value

Enum value

Named value `None` in `epok::TweenLoop`.

Belongs to
epok::TweenLoop
Header
utility.hpp

Declaration

Declaration
None = 0

Named value `None` in `epok::TweenLoop`.

Type
epok::TweenLoop
Value
0
Storage
Per instance

Example

C++ example
#include "utility.hpp"

auto value = epok::TweenLoop::None;

When it helps

Use this named value instead of a raw number so intent stays visible in game code and debugger output.

Trade-offs and warnings

Treat the numeric value as an implementation detail unless a file or hardware format explicitly requires it.

Declared in runtime/utility.hpp:16