allSites: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (Switching to uniformed upper case for all *UAV* commands)
Line 15: Line 15:




|x1= <code>
|x1= <code>_allSites = [[allSites]];</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[deleteSite]], [[createSite]], [[allGroups]], [[allDead]], [[playableUnits]], [[switchableUnits]], [[vehicles]], [[allUnitsUav]], [[allCurators]], [[allDeadMen]] |= SEEALSO  
| [[deleteSite]], [[createSite]], [[allGroups]], [[allDead]], [[playableUnits]], [[switchableUnits]], [[vehicles]], [[allUnitsUAV]], [[allCurators]], [[allDeadMen]] |= SEEALSO  
|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  
____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 21:09, 6 July 2014

Hover & click on the images for description

Description

Description:
Return all sites in map.
Groups:
Uncategorised

Syntax

Syntax:
allSites
Return Value:
Array

Examples

Example 1:
_allSites = allSites;

Additional Information

See also:
deleteSitecreateSiteallGroupsallDeadplayableUnitsswitchableUnitsvehiclesallUnitsUAVallCuratorsallDeadMen

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section