MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Register

Method Register

engine/Poseidon/UI/Multiplayer/MultiplayerModule.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7{
8
9void MultiplayerModule::Register()
10{
11 GameModuleRegistry::Register(
12 {GameModuleId::Multiplayer, "Multiplayer", IDC_MAIN_MULTIPLAYER, CreateDisplayMultiplayer});
13}
14
15} // namespace Poseidon

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.85

Tested by

no test coverage detected