UNPKG

sc4

Version:

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

11 lines (10 loc) 285 B
type PlopAllCommandOptions = { directory?: string; clear?: boolean; random?: string; bbox?: string; lots?: boolean; props?: boolean; }; export declare function plopAll(city: string, pattern: string[], options?: PlopAllCommandOptions): Promise<void>; export {};