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.

12 lines (10 loc) 487 B
/** @noSelfInFile */ declare namespace logic_enforcer { export function actor_on_update(): void export function assign(id: number, ini_filename: string, logic_name: string, section_name: string, tags: AnyTable): void export function load_state(m_data: AnyTable): void export function on_game_start(): void export function printl(frmt: string, ...args: any[]): void export function remove(id: number, tag: string): void export function save_state(m_data: AnyTable): void }