|
Unravel Engine C++ Reference
|
#include <engine/scripting/ecs/components/script_component.h>#include <reflection/reflection.h>#include <serialization/serialization.h>Go to the source code of this file.
Namespaces | |
| namespace | unravel |
Functions | |
| unravel::SAVE_EXTERN (script_component) | |
| unravel::LOAD_EXTERN (script_component) | |
| unravel::REFLECT_EXTERN (script_component) | |
| unravel::LOAD_EXTERN (script_component::script_object) | |
| unravel::SAVE_EXTERN (script_component::script_object) | |
| 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 |