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) 258 B
/** @noSelfInFile */ declare namespace ui_extra { export function clear_hud(): void export function get_protection(hit_type: number): number export function on_game_start(): void export function update(): void export function update_hud(): void }