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

Method uninit

source/game/scripting/StarLuaComponents.hpp:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310
311template <typename Base>
312void LuaWorldComponent<Base>::uninit() {
313 Base::uninit();
314 Base::removeCallbacks("world");
315}
316
317template <typename Base>
318LuaMessageHandlingComponent<Base>::LuaMessageHandlingComponent() {

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected