Interiors
Learn how to add an interior.
Interior(s)
Adding an Interior by Example
Global Interior
await InteriorSystem.add({
name: 'Diamond Resorts Casino',
uid: 'diamond-resort-casino',
outside: { x: 935.1909790039062, y: 46.17036819458008, z: 80.09584045410156 },
inside: { x: 1089.8856201171875, y: 206.2451629638672, z: -49.5 },
objects: [],
system: INTERIOR_SYSTEM.NONE,
isUnlocked: true,
});House Interior
Adding a House by Command
Last updated