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

Method companions

source/game/StarPlayer.cpp:1426–1428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424}
1425
1426PlayerCompanionsPtr Player::companions() const {
1427 return m_companions;
1428}
1429
1430PlayerLogPtr Player::log() const {
1431 return m_log;

Callers 3

updateMethod · 0.80
dismissRecruitMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected