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.

11 lines (8 loc) 403 B
/** @noSelfInFile */ import type { Section } from 'anomaly-packer' declare global { namespace tasks_fate { export function get_suitable_smart(min_distance: number, max_distance: number, task_id: string, var_: AnyTable): se_smart_terrain | undefined export function prepare_dead_squad(squad_section: Section.Item, spawn_smrt: se_smart_terrain, task_id: string, var_: AnyTable): boolean } }