BIS fnc pulsate: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category\:Function Group\: Math(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.00 | |1.00 | ||
|gr1 = Math | |gr1 = Math | ||
| Pulsates a value from 0 to 1. | | Pulsates a value from 0 to 1. | ||
|[frequenzy] call [[BIS_fnc_pulsate]] | |[frequenzy] call [[BIS_fnc_pulsate]] | ||
|p1= frequenzy: [[Number]] - The frequency in Hz, 1 / _frequency = 0.1 second is the period | |p1= frequenzy: [[Number]] - The frequency in Hz, 1 / _frequency = 0.1 second is the period | ||
|[[Number]] | |[[Number]] | ||
|x1= <code>200 [[call]] [[BIS_fnc_pulsate]];//0.113001</code> | |x1= <code>200 [[call]] [[BIS_fnc_pulsate]];//0.113001</code> | ||
| | | | ||
}} | }} | ||
Revision as of 23:40, 17 January 2021
Description
Syntax
- Syntax:
- [frequenzy] call BIS_fnc_pulsate
- Parameters:
- frequenzy: Number - The frequency in Hz, 1 / _frequency = 0.1 second is the period
- Return Value:
- Number
Examples
- Example 1:
200 call BIS_fnc_pulsate;//0.113001
Additional Information
- See also:
- See also needed
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