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.
13 lines (11 loc) • 441 B
TypeScript
/** @noSelfInFile */
declare namespace sim_squad_bounty {
export function attack(state: string): void
export function check_close_squads(sq: CseAlifeOnlineOfflineGroup): boolean
export function get_active_squads(): AnyTable
export function on_game_start(): void
export function spawn_timer(): boolean
export function state_timer(): boolean
export function tbl_size(tbl: AnyTable): number
export function try_spawn(): void
}