MCPcopy Create free account
hub / github.com/MihailRis/voxelcore / ScriptComponents

Method ScriptComponents

src/objects/Entities.hpp:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 std::vector<std::unique_ptr<UserComponent>> components;
89
90 ScriptComponents() = default;
91
92 ScriptComponents(ScriptComponents&& other)
93 : components(std::move(other.components)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected