Skip to main content
The Deno 2 Release Candidate is here
Learn more
method RagfairPriceService.prototype.getWeaponPreset
import { RagfairPriceService } from "https://deno.land/x/sptaki@1.2.0/services/RagfairPriceService.d.ts";

Attempt to get the default preset for a weapon, failing that get the first preset in the array (assumes default = has encyclopedia entry)

Parameters

weapon: Item

weapon presets to choose from

Returns

{ isDefault: boolean; preset: IPreset; }

Default preset object