setCompassOscillation: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|s([0-9])\= '''([^' ]+)'''([^ ]+) " to "|s$1= $2$3 ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 3: | Line 3: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 0.50 | |version1= 0.50 | ||
|eff= local | |||
|gr1= Interaction | |gr1= Interaction | ||
|descr= This command sets random heading on the player's compass (both | |descr= This command sets random heading on the player's compass (both in map and in 3D view) with given frequency, which is also randomised. | ||
|s1= [[setCompassOscillation]] [angle, frequencyMin, frequencyMax] | |s1= [[setCompassOscillation]] [angle, frequencyMin, frequencyMax] | ||
|p1= [angle | |p1= angle: [[Number]] - heading deviation angle in [[rad]]ians; the random angle will be picked up from <tt>[-angle...+angle]</tt> range | ||
|p2= | |p2= frequencyMin: [[Number]] - lower bound of heading change in seconds | ||
|p3= | |p3= frequencyMax: [[Number]] - higher bound of heading change in seconds | ||
| | |r1= [[Nothing]] | ||
| | |x1= Set compass to oscillate every second within -90/+90 degrees: <code>[[setCompassOscillation]] [<nowiki/>[[rad]] 90, 1, 1];</code> | ||
|x2= Change heading every 60 to 90 seconds: <code>[[setCompassOscillation]] [<nowiki/>[[rad]] 180, 60, 90];</code> | |||
|x3= Make compass go crazy: <code>[[setCompassOscillation]] [<nowiki/>[[rad]] 360, 0.1, 0.2];</code> | |||
| | |x4= Reset to default behaviour: <code>[[setCompassOscillation]] [-1, 0, 0];</code> | ||
</code> | |||
|seealso= [[visibleCompass]], [[shownCompass]], [[shownCuratorCompass]], [[showCompass]], [[showCuratorCompass]] | |seealso= [[visibleCompass]], [[shownCompass]], [[shownCuratorCompass]], [[showCompass]], [[showCuratorCompass]] | ||
}} | }} |
Revision as of 11:08, 5 July 2021
Description
- Description:
- This command sets random heading on the player's compass (both in map and in 3D view) with given frequency, which is also randomised.
- Groups:
- Interaction
Syntax
- Syntax:
- setCompassOscillation [angle, frequencyMin, frequencyMax]
- Parameters:
- angle: Number - heading deviation angle in radians; the random angle will be picked up from [-angle...+angle] range
- frequencyMin: Number - lower bound of heading change in seconds
- frequencyMax: Number - higher bound of heading change in seconds
- Return Value:
- Nothing
Examples
- Example 1:
- Set compass to oscillate every second within -90/+90 degrees:
setCompassOscillation [rad 90, 1, 1];
- Example 2:
- Change heading every 60 to 90 seconds:
setCompassOscillation [rad 180, 60, 90];
- Example 3:
- Make compass go crazy:
setCompassOscillation [rad 360, 0.1, 0.2];
- Example 4:
- Reset to default behaviour:
setCompassOscillation [-1, 0, 0];
Additional Information
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