allSites: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
No edit summary
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 0.50


|0.50|Game version=
|gr1= Broken Commands
|gr2= Sides


|gr1= Broken Commands |GROUP1=
|descr= Return all sites in map.
|gr2= Sides |GROUP2=
{{Feature | Warning | This command is considered deprecated and is no longer supported}}
____________________________________________________________________________________________


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


| '''allSites''' |SYNTAX=
|r1= [[Array]]


| [[Array]] |RETURNVALUE=  
|x1= <sqf>_allSites = allSites;</sqf>


|seealso= [[deleteSite]] [[createSite]] [[allGroups]] [[allDead]] [[playableUnits]] [[switchableUnits]] [[vehicles]] [[allUnitsUAV]] [[allCurators]] [[allDeadMen]]
}}


|x1= <code>_allSites = [[allSites]];</code>|EXAMPLE1=  
{{Note
 
|user= killzone_kid
____________________________________________________________________________________________
|timestamp= 20220829214802
 
|text= Well, this command is not broken, it just doesn't have anything to return.
| [[deleteSite]], [[createSite]], [[allGroups]], [[allDead]], [[playableUnits]], [[switchableUnits]], [[vehicles]], [[allUnitsUAV]], [[allCurators]], [[allDeadMen]] |SEEALSO=
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma3|New_Scripting_Commands_List}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 23:48, 29 August 2022

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.