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

Method isTreasurePool

source/game/scripting/StarRootLuaBindings.cpp:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423bool LuaBindings::RootCallbacks::isTreasurePool(Root* root, String const& pool) {
424 return root->treasureDatabase()->isTreasurePool(pool);
425}
426
427JsonArray LuaBindings::RootCallbacks::createTreasure(
428 Root* root, String const& pool, float level, Maybe<uint64_t> seed) {

Callers

nothing calls this directly

Calls 1

treasureDatabaseMethod · 0.80

Tested by

no test coverage detected