Gameplay::acos: Difference between revisions
(yay) |
No edit summary |
||
| Line 1: | Line 1: | ||
{{ClientsideJsFunction}} | |||
{{JSContainer| | |||
===Required Values=== | |||
*'''value:''' {{RageType|Float}} | |||
===Return value=== | |||
*''' {{RageType|float}} ''' | |||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="javascript">mp.game.gameplay.acos( | <syntaxhighlight lang="javascript"> | ||
mp.game.gameplay.acos(value); | |||
</syntaxhighlight> | |||
==Example== | ==Example== | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
// todo | //todo | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}} | |||
==See also== | ==See also== | ||
{{ | {{Gameplay_definition_c}} | ||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
[[Category:TODO: Example]] | [[Category:TODO: Example]] | ||
Latest revision as of 12:13, 29 April 2024
Client-Side Function
JavaScript Syntax
Required Values
- value: Float
Return value
- float
Syntax
mp.game.gameplay.acos(value);
Example
//todo