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

Method update

source/test/StarTestUniverse.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void TestUniverse::update(unsigned times) {
55 for (unsigned i = 0; i < times; ++i) {
56 m_client->update(0.016f);
57 Thread::sleep(16);
58 }
59}
60
61List<Drawable> TestUniverse::currentClientDrawables() {
62 WorldRenderData renderData;

Callers 3

TESTFunction · 0.45
validateWorldFunction · 0.45
warpPlayerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected