deleteLocation: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Delete a location. |= Description
| Deletes scripted location. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>deleteLocation myLocation</pre> |= Example 1
|x1= <code>[[deleteLocation]] myLocation;</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 18:18, 9 December 2018

-wrong parameter ("Arma") defined!-1.08
Hover & click on the images for description

Description

Description:
Deletes scripted location.
Groups:
Uncategorised

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

Notes

Bottom Section