UNPKG

sc4

Version:

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

12 lines (11 loc) 338 B
import type Stream from './stream.js'; import { kFileType } from './symbols.js'; export default class LText { static [kFileType]: 539399691; value: string; encoding: number; constructor(value?: string, encoding?: number); toString(): string; parse(rs: Stream): void; toBuffer(): Uint8Array<ArrayBufferLike>; }