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.

13 lines (11 loc) 415 B
/** @noSelfInFile */ declare namespace warfare_factions { export const all_factions: AnyTable export const faction_information: AnyTable export const faction_timers: AnyTable export const factions: AnyTable export const factions_p: AnyTable export const printd: (e: number, optionalMessage?: string) => void export function update(): void export function update_faction(faction: Community): void }