For the complete documentation index, see llms.txt. This page is also available as Markdown.
Refresh database
Useful to refresh Doors Creator after you manually create something in the database
Export
exports["doors_creator"]:refreshDatabase()
Example
RegisterCommand("refreshDoorsCreator", function(playerId) -- Only server console can use the commandif(playerIdandplayerId>0) thenreturnendexports["doors_creator"]:refreshDatabase()end)