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.

8 lines (6 loc) 218 B
/** @noSelfInFile */ declare namespace xr_weapon_jam { export function npc_on_update(npc: CGameObject): void export function on_game_start(): void export function print_dbg(frmt: string, ...args: any[]): void }