Epok Engine

EPOK RUNTIME

epok::ResourceLibrary::clear_skeletal_queries

Method · 1 overload

Method

Clears skeletal queries as part of the gameplay api module.

Belongs to
epok::ResourceLibrary
Header
gameplay_api.hpp
Overloads
1

Declaration

static
Declaration
static void clear_skeletal_queries()

Clears skeletal queries as part of the gameplay api module.

This overload takes no parameters.

Returns: Nothing (void).

Example

C++ example
#include "gameplay_api.hpp"

epok::ResourceLibrary::clear_skeletal_queries();

Why use it

It provides direct, allocation-conscious access to the gameplay api 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/gameplay_api.hpp:306

Related members