@drincs/pixi-vn-ink
Version:
Pixi'VN gives you the ability to write your own narrative using Ink
8 lines (5 loc) • 473 B
TypeScript
import { PixiVNJsonValueGet, PixiVNJsonValueSet } from '@drincs/pixi-vn-json';
declare function getParam(list: any[], labelKey: string, paramNames: string[]): any[];
declare function getValue(key: string, paramNames: string[], defaultType?: "storage" | "tempstorage"): PixiVNJsonValueGet;
declare function getSetValue(key: string, paramNames: string[], value: any, defaultType?: "storage" | "tempstorage"): PixiVNJsonValueSet;
export { getParam, getSetValue, getValue };