UNPKG

anomaly-packer

Version:

Anomaly Packer is a utility package for STALKER Anomaly creators to help them develop addons at speed with TypeScript's type-safety and game-oriented build tools.

10 lines (8 loc) 263 B
/** @noSelfInFile */ declare namespace item_knife { export function can_loot(monster: string): boolean export function degradate(): void export function get_condition(): number export function is_axe(): boolean export function is_equipped(): boolean }