RestoreAllGameBuildings: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
Line 1: Line 1:
__NOTOC__  
__NOTOC__  
{{Client function}}
{{Client function}}
{{New feature/item|3.0161|1.6.0|22420|This function cancels [[removeAllGameBuildings]] efffect}}
{{New feature/item|3.0161|1.6.0|22420|This function cancels [[removeAllGameBuildings]] effect}}
{{Note|This function can destroy some scripted buildings if the building pool does not have enough free space for game buildings.}}
{{Note|This function can destroy some scripted buildings if the building pool does not have enough free space for game buildings.}}
==Syntax==  
==Syntax==  

Latest revision as of 15:11, 25 May 2024

ADDED/UPDATED IN VERSION 1.6.0 r22420:
This function cancels removeAllGameBuildings effect
[[{{{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