Gameplay::acos: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{ClientsideJsFunction}}
{{JSContainer|
===Required Values===
*'''value:''' {{RageType|Float}}
===Return value===
*''' {{RageType|float}} '''


==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">gameplay.acos(p0);</syntaxhighlight>
<syntaxhighlight lang="javascript">
=== Required Arguments ===
mp.game.gameplay.acos(value);
*'''p0:''' float
</syntaxhighlight>
===Return value===
 
*'''float'''
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
//todo
</syntaxhighlight>
</syntaxhighlight>
}}
==See also==
==See also==
{{Gameplay_function_c}}
{{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



JavaScript Syntax

Required Values

  • value: Float

Return value

  • float

Syntax

mp.game.gameplay.acos(value);

Example

//todo


See also