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.

9 lines (7 loc) 299 B
/** @noSelfInFile */ declare namespace ui_enemy_health { export function cs_remove(): void export function hbar(bi: string, id: number): boolean export function on_game_start(): void export function on_hit(obj: CGameObject, power: number, dir: vector, who: CGameObject, bi: number): void }