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

Method commandProcessor

source/frontend/StarMainInterface.cpp:984–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982}
983
984ClientCommandProcessorPtr MainInterface::commandProcessor() const {
985 return m_clientCommandProcessor;
986}
987
988// For when the player swaps characters. We need to completely reload ScriptPanes,
989// because a lot of ScriptPanes do not expect the character to suddenly change and may break or spill data over.

Callers 1

makeChatCallbacksMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected