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

Method uninit

source/game/StarPlayerDeployment.cpp:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void PlayerDeployment::uninit() {
67 m_scriptComponent.uninit();
68 m_scriptComponent.removeCallbacks("entity");
69 m_scriptComponent.removeCallbacks("player");
70 m_scriptComponent.removeCallbacks("status");
71 m_scriptComponent.removeCallbacks("config");
72 m_world = nullptr;
73}
74
75void PlayerDeployment::teleportOut() {
76 m_scriptComponent.invoke("teleportOut");

Callers

nothing calls this directly

Calls 1

removeCallbacksMethod · 0.80

Tested by

no test coverage detected