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) 268 B
/** @noSelfInFile */ declare namespace tasks_veh_destroy { export function load_state(md: AnyTable): void export function on_game_start(): void export function save_state(md: AnyTable): void export function vehicle_on_death_callback(obj: CGameObject): void }