MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / RegisterCommands

Method RegisterCommands

PanzerChasm/commands_processor.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{}
19
20void CommandsProcessor::RegisterCommands( CommandsMapConstWeakPtr commands )
21{
22 commands_maps_.emplace_back( std::move( commands ) );
23}
24
25void CommandsProcessor::ProcessCommand( const char* const command_string )
26{

Callers 3

HostMethod · 0.80
ClientMethod · 0.80
ServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected