RestoreAllGameBuildings: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0161|1.6.0|22420|This function cancels RemoveAllGameBuildings efffect}} {{Note|This function can destroy some scripted buildings if the building pool does not have enough free space for game buildings.}} ==Syntax== <syntaxhighlight lang="lua">nil restoreAllGameBuildings ( )</syntaxhighlight> ===Returns=== Nothing ==See Also== {{Building functions}}")
(No difference)

Revision as of 15:10, 25 May 2024

ADDED/UPDATED IN VERSION 1.6.0 r22420:
This function cancels RemoveAllGameBuildings efffect
[[{{{image}}}|link=|]] Note: This function can destroy some scripted buildings if the building pool does not have enough free space for game buildings.

Syntax

nil restoreAllGameBuildings ( )


Returns

Nothing

See Also