sc4
Version:
A command line utility for automating SimCity 4 modding tasks & modifying savegames
7 lines (6 loc) • 412 B
TypeScript
import type { uint32 } from 'sc4/types';
export declare function getClassType(object: object): number;
export declare function isArrayType(object: object): boolean;
export declare function getTypeLabel(value: uint32): string | undefined;
export declare function readRecordsAsBuffers(buffer: Uint8Array): Uint8Array[];
export declare function removePointers(record: Uint8Array, replace?: Uint8Array): Uint8Array;