setInteriorFurnitureEnabled | Multi Theft Auto: Wiki Skip to content

setInteriorFurnitureEnabled

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function toggles furniture generation in interiors with the specified room ID.

Syntax

setInteriorFurnitureEnabled ( )

Code Examples

client
-- Disable furnishing for all rooms
for i = 0, 4 do
setInteriorFurnitureEnabled(i, false)
end

See Also

World Functions