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

Method anchorCount

source/game/StarVehicle.cpp:449–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449size_t Vehicle::anchorCount() const {
450 return m_loungePositions.size();
451}
452
453LoungeAnchorConstPtr Vehicle::loungeAnchor(size_t positionIndex) const {
454 auto const& positionConfig = m_loungePositions.valueAt(positionIndex);

Callers 2

loungeMethod · 0.45
makeNpcCallbacksMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected