Template:Utility functions: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Fernando187 (talk | contribs) m (Fix function in wrong category (wiki cleaning)) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 7: | Line 7: | ||
<li>[[createTrayNotification]]</li> | <li>[[createTrayNotification]]</li> | ||
<li>[[downloadFile]]</li> | <li>[[downloadFile]]</li> | ||
<li>[[getKeyboardLayout]]</li> | <li>[[getKeyboardLayout]]</li> | ||
<li>[[getLocalization]]</li> | <li>[[getLocalization]]</li> | ||
{{New items|3.0161|1.6.0| | |||
<li>[[getServerIp]]</li> | |||
|22890}} | |||
<li>[[isShowCollisionsEnabled]]</li> | <li>[[isShowCollisionsEnabled]]</li> | ||
<li>[[isShowSoundEnabled]]</li> | <li>[[isShowSoundEnabled]]</li> | ||
<li>[[isTransferBoxAlwaysVisible]]</li> | <li>[[isTransferBoxAlwaysVisible]]</li> | ||
<li>[[isTrayNotificationEnabled]]</li> | <li>[[isTrayNotificationEnabled]]</li> | ||
<li>[[setClipboard]]</li> | <li>[[setClipboard]]</li> | ||
<li>[[setWindowFlashing]]</li> | <li>[[setWindowFlashing]]</li> | ||
<li>[[showCol]]</li> | <li>[[showCol]]</li> | ||
| Line 23: | Line 22: | ||
| {{#ifeq: {{lc:{{{1}}}}} | server | | {{#ifeq: {{lc:{{{1}}}}} | server | ||
| | | | ||
}} | }} | ||
}} | }} | ||
| Line 34: | Line 30: | ||
<!-- SHARED functions--> | <!-- SHARED functions--> | ||
<li>[[addDebugHook]]</li> | <li>[[addDebugHook]]</li> | ||
<li>[[debugSleep]]</li> | <li>[[debugSleep]]</li> | ||
<li>[[decodeString]]</li> | <li>[[decodeString]]</li> | ||
Latest revision as of 15:03, 10 November 2025
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.