Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
398
void AiInterface::giveBlueprint(String const& blueprintName) {
399
m_client->mainPlayer()->addBlueprint(ItemDescriptor(blueprintName));
400
}
401
402
}
Callers
nothing calls this directly
Calls
3
ItemDescriptor
Class · 0.85
addBlueprint
Method · 0.80
mainPlayer
Method · 0.80
Tested by
no test coverage detected