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) 244 B
/** @noSelfInFile */ declare namespace pda_actor { export const manual_control: boolean export const printd: (e: number, optionalMessage?: string) => void export function on_game_start(): void export function refresh_strings(): void }