setDirection: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "<sqf>([^↵][^\/]*↵[^\/]*)<\/sqf>" to "<sqf> $1 </sqf>")
mNo edit summary
 
Line 23: Line 23:


|p1= location: [[Location]]
|p1= location: [[Location]]
|p2= direction: [[Number]]
|p2= direction: [[Number]] in range 0..360


|r1= [[Nothing]]
|r1= [[Nothing]]

Latest revision as of 06:58, 1 January 2026

Hover & click on the images for description

Description

Description:
Sets the orientation of a location. The location's area and map icon (if its type uses an icon) will be rotated to this orientation.
Groups:
Locations

Syntax

Syntax:
location setDirection direction
Parameters:
location: Location
direction: Number in range 0..360
Return Value:
Nothing

Examples

Example 1:
_location = createLocation ["VegetationPalm", getPos player, 200, 200]; _location setText "Benargee's Palm Tree"; _location setDirection 45;

Additional Information

See also:
createLocation setText direction

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note