Unravel Engine C++ Reference
Loading...
Searching...
No Matches
script_glue_common.h File Reference
#include <engine/ecs/ecs.h>
#include <engine/engine.h>
#include <dotnetpp/dotnetpp.h>
#include <logging/logging.h>
#include <hpp/type_name.hpp>

Go to the source code of this file.

Namespaces

namespace  unravel
 

Functions

auto unravel::get_entity_from_id (entt::entity id) -> entt::handle
 
void unravel::raise_invalid_entity_exception ()
 
template<typename T >
void unravel::raise_missing_component_exception ()
 
template<typename T >
auto unravel::safe_get_component (entt::entity id) -> T *