Template:Input functions: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Maked this template a shared one instead of a server template)
(Rework)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>
<ul>
<ul>
{{#if: {{{1|}}}
| {{#ifeq: {{lc:{{{1}}}}} | client
|
    <!-- CLIENT functions -->
    <li>[[getAnalogControlState]]</li>
    <li>[[getBoundKeys]]</li>
    <li>[[getCommandsBoundToKey]]</li>
    <li>[[getKeyBoundToCommand]]</li>
    <li>[[getKeyState]]</li>
    <li>[[isCapsLockEnabled]]</li>
    <li>[[setAnalogControlState]]</li>
| {{#ifeq: {{lc:{{{1}}}}} | server
|
    <!-- SERVER functions -->
    <li>[[isKeyBound]]</li>
    }}
  }}
</br>
<li style="list-style: none; margin-left: -1.6em;">'''Shared'''</li>
}}
<!-- SHARED functions-->
<li>[[addCommandHandler]]</li>
<li>[[addCommandHandler]]</li>
<li>[[bindKey]]</li>
<li>[[bindKey]]</li>
Line 12: Line 35:
<li>[[unbindKey]]</li>
<li>[[unbindKey]]</li>
</ul>
</ul>
</includeonly>


<noinclude>[[Category:Functions templates]]</noinclude>
<noinclude>
{{Functions list info}}
[[Category:Functions templates]]</noinclude>

Latest revision as of 18:41, 6 September 2024


The template contains a list of functions. It accepts 1 parameter, which specifies whether the functions should be displayed for server or client. Regardless of the parameter, a list of shared functions will also be displayed

Example: {{Camera functions|client}} will display a list of client-side functions, and below it a list of shared functions, similarly for the server.