Unravel Engine C++ Reference
Loading...
Searching...
No Matches
script_component.cpp File Reference

Go to the source code of this file.

Classes

struct  unravel::mono_saver< Archive, T >
 
struct  unravel::mono_saver< Archive, entt::entity >
 
struct  unravel::mono_saver< Archive, asset_handle< T > >
 
struct  unravel::mono_loader< Archive, T >
 
struct  unravel::mono_loader< Archive, entt::entity >
 
struct  unravel::mono_loader< Archive, asset_handle< T > >
 

Namespaces

namespace  unravel
 

Functions

 unravel::REFLECT (script_component)
 
 unravel::SAVE (script_component::script_object)
 
 unravel::SAVE_INSTANTIATE (script_component::script_object, ser20::oarchive_associative_t)
 
 unravel::SAVE_INSTANTIATE (script_component::script_object, ser20::oarchive_binary_t)
 
 unravel::LOAD (script_component::script_object)
 
 unravel::LOAD_INSTANTIATE (script_component::script_object, ser20::iarchive_associative_t)
 
 unravel::LOAD_INSTANTIATE (script_component::script_object, ser20::iarchive_binary_t)
 
 unravel::SAVE (script_component)
 
 unravel::SAVE_INSTANTIATE (script_component, ser20::oarchive_associative_t)
 
 unravel::SAVE_INSTANTIATE (script_component, ser20::oarchive_binary_t)
 
 unravel::LOAD (script_component)
 
 unravel::LOAD_INSTANTIATE (script_component, ser20::iarchive_associative_t)
 
 unravel::LOAD_INSTANTIATE (script_component, ser20::iarchive_binary_t)
 
auto unravel::save_to_stream (std::ostream &stream, entt::const_handle e, const script_component::script_object &obj) -> bool
 
auto unravel::load_from_stream (std::istream &stream, entt::handle e, script_component::script_object &obj) -> bool
 

Variable Documentation

◆ script_objects

std::vector<script_component::script_object> script_objects

Definition at line 34 of file script_component.cpp.