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) • 338 B
TypeScript
/** @noSelfInFile */
declare namespace gamemode_agony {
export function is_bleeding(flags: AnyTable): boolean
export function is_emission_active(flags: AnyTable): boolean
export function is_health_critical(flags: AnyTable): boolean
export function is_in_combat(flags: AnyTable): boolean
export function on_game_start(): void
}