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.

7 lines (5 loc) 191 B
/** @noSelfInFile */ declare namespace global_position { export const level_offsets: AnyTable export function from(object_or_position: vector | CseAbstract, level_id?: number): vector }