MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / contextShutdown

Method contextShutdown

source/game/scripting/StarLuaComponents.hpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242
243template <typename Base>
244void LuaStorableComponent<Base>::contextShutdown() {
245 m_storage = Base::context()->template getPath<JsonObject>("storage");
246 Base::contextShutdown();
247}
248
249template <typename Base>
250LuaUpdatableComponent<Base>::LuaUpdatableComponent() {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected