Example penthouse:
let phIntID = mp.game.interior.getInteriorAtCoords(976.636, 70.295, 115.164);
let phPropList = [
"Set_Pent_Tint_Shell",
"Set_Pent_Pattern_01",
"Set_Pent_Spa_Bar_Open",
"Set_Pent_Media_Bar_Open",
"Set_Pent_Dealer",
"Set_Pent_Arcade_Retro",
"Set_Pent_Bar_Clutter",
"Set_Pent_Clutter_01",
"set_pent_bar_light_01",
"set_pent_bar_party_0"
];
for (const propName of phPropList) {
mp.game.interior.enableInteriorProp(phIntID, propName);
mp.game.invoke("0x8D8338B92AD18ED6", phIntID, propName, 1); // _SET_INTERIOR_PROP_COLOR
}
mp.game.interior.refreshInterior(phIntID);