Epok Engine

EPOK RUNTIME

epok::scene_loading

Function · 1 overload

Function

Performs `scene loading` as part of the epok module.

Belongs to
epok
Header
epok.hpp
Overloads
1

Declaration

Declaration
bool scene_loading()

Performs `scene loading` as part of the epok module.

This overload takes no parameters.

Returns: bool. Check the value before continuing when it represents success, availability or a resource handle.

Example

C++ example
#include "epok.hpp"

auto result = epok::scene_loading();

Why use it

The boolean result makes success, availability or state explicit without exceptions.

Trade-offs and warnings

Check the return value; `false` is part of normal control flow for many PSX resource operations.

Declared in runtime/epok.hpp:199

Related members