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

Method orbitWarpAction

source/game/StarClientContext.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52Maybe<pair<WarpAction, WarpMode>> ClientContext::orbitWarpAction() const {
53 return m_orbitWarpActionNetState.get();
54}
55
56WorldId ClientContext::playerWorldId() const {
57 return m_playerWorldIdNetState.get();

Callers 2

canBeamDownMethod · 0.45
resolveWarpActionMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected