Controls::isControlJustReleased: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
*'''Boolean'''
*'''Boolean'''
==Example==
==Example==
This works on the release of E
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
// todo
if (mp.game.controls.isControlJustReleased(0, 38)) {
// Do Stuff Here
}
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Controls_s_function_c}}
{{Controls_functions_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 10:55, 14 May 2024