UNPKG

sc4

Version:

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

12 lines (11 loc) 309 B
import type { word } from 'sc4/types'; import type Stream from './stream.js'; import { kFileType } from './symbols.js'; export default class TerrainFlags { static [kFileType]: 2324817888; major: word; raw: Uint16Array; parse(rs: Stream): this; toBuffer(): Uint8Array; clear(): null; }