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.
8 lines (6 loc) • 444 B
TypeScript
/** @noSelfInFile */
declare namespace ka_dialog {
export function add_dialog(p_id: string | number, id: string | number, phrase_id: string, cond?: string | string[], act?: string | string[]): CPhraseScript | undefined
export function add_script_dialog(p_id: string | number, id: string | number, phrase_id: string, cond?: string | string[], act?: string | string[]): void
export function set_saved_dialog(dialog: CPhraseDialog): void
}