deleteLocation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[cC]ommand[_ ][gG]roup:[_ ][^|]+\|\{*uc:{{PAGENAME}*]\]" 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"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma1 |Game name=
| arma1


|1.08|Game version=
|1.08


|arg= |Multiplayer Arguments=
|arg=


|eff= |Multiplayer Effects=
|eff=


|gr1= Locations |GROUP1=
|gr1= Locations


| Deletes scripted location. |DESCRIPTION=
| Deletes scripted location.


| [[deleteLocation]] location |SYNTAX=
| [[deleteLocation]] location


|p1= location: [[Location]] |PARAMETER1=
|p1= location: [[Location]]


| [[Nothing]] |RETURNVALUE=
| [[Nothing]]
   
   
|x1= <code>[[deleteLocation]] myLocation;</code> |EXAMPLE1=
|x1= <code>[[deleteLocation]] myLocation;</code>


|[[location]], [[text]]|SEEALSO=
|[[location]], [[text]]


}}
}}

Revision as of 01:28, 18 January 2021

Hover & click on the images for description

Description

Description:
Deletes scripted location.
Groups:
Locations

Syntax

Syntax:
deleteLocation location
Parameters:
location: Location
Return Value:
Nothing

Examples

Example 1:
deleteLocation myLocation;

Additional Information

See also:
locationtext

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

Bottom Section