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

Method projectileConfig

source/game/scripting/StarRootLuaBindings.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322Json LuaBindings::RootCallbacks::projectileConfig(Root* root, String const& arg1) {
323 auto projectileDatabase = root->projectileDatabase();
324 return projectileDatabase->projectileConfig(arg1);
325}
326
327JsonArray LuaBindings::RootCallbacks::recipesForItem(Root* root, String const& arg1) {
328 auto recipes = root->itemDatabase()->recipesForOutputItem(arg1);

Callers

nothing calls this directly

Calls 1

projectileDatabaseMethod · 0.80

Tested by

no test coverage detected