Updated Schemas

This commit is contained in:
Ben C 2024-03-18 00:03:39 +00:00
parent a7c1af8357
commit 4406258739

View File

@ -1342,7 +1342,7 @@
}, },
"keepLoaded": { "keepLoaded": {
"type": "boolean", "type": "boolean",
"description": "Should this detail stay loaded even if you're outside the sector (good for very large props)" "description": "Should this detail stay loaded (visible and collideable) even if you're outside the sector (good for very large props)?\nAlso makes this detail visible on the map.\nMost logic/behavior scripts will still only work inside the sector, as most of those scripts break if a sector is not provided."
}, },
"hasPhysics": { "hasPhysics": {
"type": "boolean", "type": "boolean",