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) 531 B
/** @noSelfInFile */ declare namespace tasks_dominance { export function evaluate_smarts_squads(task_id: string, tbl: AnyTable, smart: se_smart_terrain, squad_def: AnyTable, faction_def: AnyTable): void export function evaluate_squads_smarts(task_id: string, scripted: AnyTable, smart: se_smart_terrain, smrt: se_smart_terrain): boolean export function is_legit_mutant_squad(squad: CseAlifeOnlineOfflineGroup): boolean export function postpone_for_next_frame(task_id: string, community: Community, lvl: number): boolean }