Toggle icon display
Toggles icons/text of all doors
Export
exports["doors_creator"]:toggleIconDisplay(newState)
Return
Name
Data Type
Description
newState
bool
true = display icon/text false = hide icon/display
Example
RegisterCommand("hideDoorsIcon", function()
exports["doors_creator"]:toggleIconDisplay(false)
end)
Last updated
Was this helpful?