UNPKG

sc4

Version:

A command line utility for automating SimCity 4 modding tasks & modifying savegames

13 lines (12 loc) 350 B
import type { dword, word } from 'sc4/types'; import { kFileType } from './symbols.js'; import type Stream from './stream.js'; export default class cSTETerrainView3D { static [kFileType]: 3384299024; crc: dword; mem: dword; version: word; grid: boolean; parse(rs: Stream): void; toBuffer(): Uint8Array<ArrayBufferLike>; }