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

Method anchorCount

source/game/objects/StarLoungeableObject.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44size_t LoungeableObject::anchorCount() const {
45 return m_sitPositions.size();
46}
47
48LoungeAnchorConstPtr LoungeableObject::loungeAnchor(size_t positionIndex) const {
49 if (positionIndex >= m_sitPositions.size())

Callers 3

loungeableQueryMethod · 0.45
loungeableOccupiedMethod · 0.45
loungeableAnchorCountMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected