gta.getBuildings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|endpoint = client | |endpoint = client | ||
|type = function | |type = function | ||
|name = | |name = getBuildings | ||
|usage = fetch all building handles | |usage = fetch all building handles | ||
|parameters = void | |parameters = void |
Latest revision as of 23:54, 11 June 2022
Function
Client Only
Online and Offline
Available since Client 1.0.0
array getBuildings(void)
The getBuildings function is used to fetch all building handles.
Parameters
void | This function doesn't take any parameters. |
Return
array | An array of all buildings with syntax array<int index, Building building> .
|
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Client Related
getBuildingCount
getBuildings
gta.createBuilding
gta.swapNearestBuildingModel
gta.undoBuildingSwaps