sin: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | '''sin''' x |SYNTAX= | ||
|p1= x: [[Number]] |PARAMETER1= | |p1= x: [[Number]] |PARAMETER1= | ||
Line 19: | Line 19: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_sine = [[sin]] 30;//result is 0.5</code> |EXAMPLE1= | |x1= <code>_sine = [[sin]] 30;{{cc|//result is 0.5}}</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ | | [[cos]] [[tan]] |SEEALSO= | ||
}} | }} | ||
Line 39: | Line 38: | ||
[[Category:Scripting Commands OFP 1.46|SIN]] | [[Category:Scripting Commands OFP 1.46|SIN]] | ||
[[Category:Scripting Commands Armed Assault|SIN]] | [[Category:Scripting Commands Armed Assault|SIN]] | ||
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] |
Revision as of 23:10, 26 September 2020
Description
Syntax
Examples
- Example 1:
_sine = sin 30;// //result is 0.5
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
Notes
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Geometry
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands Armed Assault
- Scripting Commands Arma 2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters