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

Method forceRegions

source/game/StarWorldClient.cpp:2170–2172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2168}
2169
2170List<PhysicsForceRegion> WorldClient::forceRegions() const {
2171 return m_forceRegions;
2172}
2173
2174Json WorldClient::getProperty(String const& propertyName, Json const& def) const {
2175 if (!inWorld())

Callers 1

renderCollisionDebugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected