RestoreAllGameBuildings
Jump to navigation
Jump to search
| This function is deprecated. This means that its use is discouraged and that it might not exist in future versions. | |
Please use restoreGameWorld instead. See this pull request. |
Syntax
nil restoreAllGameBuildings ( )
Returns
This function does not return any value.
Example
This example restores game buildings.
addEventHandler("onClientResourceStop", resourceRoot, function()
restoreAllGameBuildings()
end)
See Also