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

Method giveBlueprint

source/frontend/StarAiInterface.cpp:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void AiInterface::giveBlueprint(String const& blueprintName) {
399 m_client->mainPlayer()->addBlueprint(ItemDescriptor(blueprintName));
400}
401
402}

Callers

nothing calls this directly

Calls 3

ItemDescriptorClass · 0.85
addBlueprintMethod · 0.80
mainPlayerMethod · 0.80

Tested by

no test coverage detected