RemoveAllGameBuildings: Difference between revisions

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


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

Revision as of 08:37, 5 September 2024

ADDED/UPDATED IN VERSION 1.6.0 r22420:
This function is used to remove all world buildings and frees building pool.
[[{{{image}}}|link=|]] Note: This function does not affect buildings created using the createBuilding function

Syntax

nil removeAllGameBuildings ( )


Returns

Nothing


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

Before submitting check out Editing Guidelines Script Examples.


See Also