UNPKG

sc4

Version:

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

8 lines (7 loc) 254 B
import { Vector3, type Lot, type LotObject } from 'sc4/core'; type GetOrientedPositionOptions = { lotObject: LotObject; lot: Lot; }; export default function getOrientedPosition({ lotObject, lot }: GetOrientedPositionOptions): Vector3; export {};