MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / Clear

Method Clear

src/Core/Script/GameObject.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 void GameObjectDatabase::Clear()
86 {
87 allDefinitions.clear();
88 allRequires.clear();
89 }
90
91 // GameObject
92 GameObject::GameObject(Triggers::TriggerManager& triggers, sol::state_view lua,

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected