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

Method time

source/game/scripting/StarWorldLuaBindings.cpp:1043–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1041 }
1042
1043 double WorldCallbacks::time(World* world) {
1044 return world->epochTime();
1045 }
1046
1047 uint64_t WorldCallbacks::day(World* world) {
1048 return world->day();

Callers

nothing calls this directly

Calls 1

epochTimeMethod · 0.45

Tested by

no test coverage detected