UNPKG

anomaly-packer

Version:

Anomaly Packer is a tool that helps in making of an addon for STALKER Anomaly with type-safe code using TypeScript

6 lines (4 loc) 160 B
/** @noSelfInFile */ declare namespace actor_menu { export function set_msg(type: 1 | 2 | 3, message: string, seconds?: number, color?: string): void }