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