RestoreAllGameBuildings: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
Line 9: Line 9:
===Returns===
===Returns===
Nothing
Nothing
==Example==
{{Needs Example}}


==See Also==
==See Also==
{{Building functions}}
{{Building functions}}

Latest revision as of 08:39, 5 September 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

Example

Accessories-text-editor.png Script Example Missing Function RestoreAllGameBuildings needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.


See Also