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

Method blueprintKnown

source/game/StarPlayer.cpp:1383–1388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1381}
1382
1383bool Player::blueprintKnown(ItemDescriptor const& descriptor) const {
1384 if (descriptor.isNull())
1385 return false;
1386
1387 return m_blueprints->isKnown(descriptor);
1388}
1389
1390bool Player::addCollectable(String const& collectionName, String const& collectableName) {
1391 if (m_log->addCollectable(collectionName, collectableName)) {

Callers 1

makePlayerCallbacksMethod · 0.80

Calls 2

isKnownMethod · 0.80
isNullMethod · 0.45

Tested by

no test coverage detected