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

Method podUuid

source/game/StarPlayerCompanions.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19Uuid Companion::podUuid() const {
20 return Uuid(m_json.getString("podUuid"));
21}
22
23Maybe<String> Companion::name() const {
24 return m_json.optString("name");

Callers 1

dismissRecruitMethod · 0.80

Calls 2

UuidClass · 0.85
getStringMethod · 0.80

Tested by

no test coverage detected