allSites: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 8: Line 7:
|gr1= Broken Commands |GROUP1=
|gr1= Broken Commands |GROUP1=
|gr2= Sides |GROUP2=
|gr2= Sides |GROUP2=
____________________________________________________________________________________________


| Return all sites in map.
| Return all sites in map.
{{Warning | This command is considered deprecated and is no longer supported}} |DESCRIPTION=
{{Warning | This command is considered deprecated and is no longer supported}} |DESCRIPTION=
____________________________________________________________________________________________


| '''allSites''' |SYNTAX=
| '''allSites''' |SYNTAX=
Line 21: Line 18:
|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 01:03, 17 January 2021

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:
Broken CommandsSides

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