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

Method CreateMainOptions

engine/Poseidon/World/WorldImpl.cpp:266–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266void World::CreateMainOptions()
267{
268 if (!_options)
269 {
270 _options = CreateMainOptionsUI();
271 if (GEngine)
272 {
273 GEngine->ReinitCounters();
274 }
275 }
276}
277
278void World::CreateEndOptions(int mode)
279{

Callers

nothing calls this directly

Calls 2

CreateMainOptionsUIFunction · 0.85
ReinitCountersMethod · 0.80

Tested by

no test coverage detected