Brunot
Loading...
Searching...
No Matches
ScriptHolder.cpp File Reference

Component that holds all the scripts that a entity will have. More...

#include "ScriptHolder.h"
#include <ranges>
#include <sol/sol.hpp>
#include "System/Editor.h"
#include "System/ScriptingManager.h"
#include "Framework/Entity.h"
Include dependency graph for ScriptHolder.cpp:

Functions

auto to_json (json &j, const ScriptHolder &n) ->void
auto from_json (const json &j, ScriptHolder &n) ->void

Detailed Description

Component that holds all the scripts that a entity will have.

Author
Aidan Hartman (aidan.nosp@m..har.nosp@m.tman@.nosp@m.digi.nosp@m.pen.e.nosp@m.du)
Date
2026 / 08 / 18

Function Documentation

◆ from_json()

auto from_json ( const json & j,
ScriptHolder & n )->void

◆ to_json()

auto to_json ( json & j,
const ScriptHolder & n )->void