vo-radar-utils
Version:
radar abstract utils
30 lines (27 loc) • 644 B
TypeScript
/**
* Tag data type
*/
export declare interface Labe {
typeNmae: string;
value: string;
dir: number;
}
/**
* the return object of the instance
*/
export declare interface RadarType {
staticVal: { Exfil, itemsDefault, weapons },
setBodyAnimation: (a, b, v, t, s, u, i, o, l, m, n, c) => {},
eliminateChat: () => {},
appearChat: () => {},
transformCoincide: (a, s, l) => {},
personIcon: (a, s) => {},
getImgaeByIndex: (a, s) => {},
getCookie:(a, call) => {},
setCodeCookie:(a, s) => {}
}
/**
* Returns the created instance. Called by external custom
* templates.
*/
export declare function useRadar(): RadarType;