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

Method npcConfig

source/game/scripting/StarRootLuaBindings.cpp:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313Json LuaBindings::RootCallbacks::npcConfig(Root* root, String const& arg1) {
314 return root->npcDatabase()->buildConfig(arg1);
315}
316
317float LuaBindings::RootCallbacks::projectileGravityMultiplier(Root* root, String const& arg1) {
318 auto projectileDatabase = root->projectileDatabase();

Callers

nothing calls this directly

Calls 2

buildConfigMethod · 0.80
npcDatabaseMethod · 0.80

Tested by

no test coverage detected