allSites: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3


|0.50|Game version=
|0.50


|gr1= Broken Commands |GROUP1=
|gr1= Broken Commands
|gr2= Sides |GROUP2=
|gr2= Sides


| 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}}


| '''allSites''' |SYNTAX=
| '''allSites'''


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




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




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

Revision as of 01:04, 18 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