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

Method currentPlayerWorld

source/test/StarTestUniverse.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50WorldId TestUniverse::currentPlayerWorld() const {
51 return m_client->clientContext()->playerWorldId();
52}
53
54void TestUniverse::update(unsigned times) {
55 for (unsigned i = 0; i < times; ++i) {

Callers 2

validateWorldFunction · 0.80
TESTFunction · 0.80

Calls 2

playerWorldIdMethod · 0.45
clientContextMethod · 0.45

Tested by

no test coverage detected