allSites: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "{{Feature | Warning | " to "{{Feature|warning|")
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:


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


|s1= '''allSites'''
|s1= '''allSites'''
Line 20: Line 20:


{{Note
{{Note
|user= killzone_kid
|user= Killzone_Kid
|timestamp= 20220829214802
|timestamp= 20220829214802
|text= Well, this command is not broken, it just doesn't have anything to return.
|text= Well, this command is not broken, it just doesn't have anything to return.
}}
}}

Latest revision as of 22:46, 16 May 2024

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:
deleteSite createSite allGroups allDead playableUnits switchableUnits vehicles allUnitsUAV allCurators allDeadMen

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
Killzone_Kid - c
Posted on Aug 29, 2022 - 21:48 (UTC)
Well, this command is not broken, it just doesn't have anything to return.