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.

11 lines (9 loc) 412 B
/** @noSelfInFile */ declare namespace xr_patch { export function is_far(squad: CseAlifeOnlineOfflineGroup): boolean export function is_online(squad: CseAlifeOnlineOfflineGroup): boolean export function on_game_start(): void export function print_debug(fmt: string, ...args: any[]): void export function queue_squad(squad: CseAlifeOnlineOfflineGroup): void export function switch_distance(): void }