allSites: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 91542 by killzone_kid on 2015-08-26T11:22:49Z)
m (template:command argument fix)
Line 13: Line 13:
| '''allSites''' |= Syntax
| '''allSites''' |= Syntax


| [[Array]] |= RETURNVALUE
| [[Array]] |RETURNVALUE=  




|x1= <code>_allSites = [[allSites]];</code>|= EXAMPLE1
|x1= <code>_allSites = [[allSites]];</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 11:28, 7 April 2019

Hover & click on the images for description

Description

Description:
Return all sites in map.
This command is considered deprecated and is no longer supported
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