Controls::isDisabledControlJustReleased: Difference between revisions
(yay) |
(yay) |
||
| Line 1: | Line 1: | ||
0, 1 and 2 used in the scripts. 0 is by far the most common of them.==Syntax==<syntaxhighlight lang="javascript">controls.isDisabledControlJustReleased(inputGroup, control);</syntaxhighlight>=== Required Arguments ===*'''inputGroup:''' int*'''control:''' int===Return value===*'''Boolean'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Controls_function_c}}[[Category:Clientside API]][[Category:TODO: Example]] | 0, 1 and 2 used in the scripts. 0 is by far the most common of them. | ||
==Syntax== | |||
<syntaxhighlight lang="javascript">controls.isDisabledControlJustReleased(inputGroup, control);</syntaxhighlight> | |||
=== Required Arguments === | |||
*'''inputGroup:''' int | |||
*'''control:''' int | |||
===Return value=== | |||
*'''Boolean''' | |||
==Example== | |||
<syntaxhighlight lang="javascript"> | |||
todo | |||
</syntaxhighlight> | |||
==See also== | |||
{{Controls_function_c}} | |||
[[Category:Clientside API]] | |||
[[Category:TODO: Example]] | |||
Revision as of 19:54, 6 May 2017
0, 1 and 2 used in the scripts. 0 is by far the most common of them.
Syntax
controls.isDisabledControlJustReleased(inputGroup, control);
Required Arguments
- inputGroup: int
- control: int
Return value
- Boolean
Example
todo