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.
11 lines (8 loc) • 336 B
TypeScript
/** @noSelfInFile */
import type { Section } from 'anomaly-packer'
declare global {
namespace xr_hear {
export function hear_callback(obj: CGameObject, who_id: number, sound_type: number, sound_position: vector, sound_power: number): void
export function reset_hear_callback(st: AnyTable, section: Section.Item): void
}
}