UNPKG

anomaly-packer

Version:

Anomaly Packer is a tool that helps in making of an addon for STALKER Anomaly with type-safe code using TypeScript

7 lines (5 loc) 224 B
/** @noSelfInFile */ declare namespace xr_sound { export function get_safe_sound_object(path: string): TODO export function set_sound_play(npc_id: number, sound: string, faction?: Faction, point?: vector): void }