Template:Client utility functions: Difference between revisions
Jump to navigation
Jump to search
m (Fixed inconsistencies for webscraping) |
(Template reworked) |
||
Line 1: | Line 1: | ||
<ul> | <ul> | ||
<li>[[createTrayNotification]]</li> | <li>[[createTrayNotification]]</li> | ||
<li>[[downloadFile]]</li> | <li>[[downloadFile]]</li> | ||
<li>[[getDevelopmentMode]]</li> | <li>[[getDevelopmentMode]]</li> | ||
<li>[[getKeyboardLayout]]</li> | <li>[[getKeyboardLayout]]</li> | ||
<li>[[getLocalization]]</li> | <li>[[getLocalization]]</li> | ||
{{Added feature/item|1.5.9|1.5.8|20844| | {{Added feature/item|1.5.9|1.5.8|20844| | ||
<li>[[isShowCollisionsEnabled]]</li> | <li>[[isShowCollisionsEnabled]]</li> | ||
<li>[[isShowSoundEnabled]]</li> | <li>[[isShowSoundEnabled]]</li> | ||
}} | }} | ||
{{Added feature/item|1.5.9|1.5.8|20788| | {{Added feature/item|1.5.9|1.5.8|20788| | ||
<li>[[isTransferBoxAlwaysVisible]]</li> | <li>[[isTransferBoxAlwaysVisible]]</li> | ||
Line 43: | Line 14: | ||
}} | }} | ||
<li>[[isTrayNotificationEnabled]]</li> | <li>[[isTrayNotificationEnabled]]</li> | ||
<li>[[setClipboard]]</li> | <li>[[setClipboard]]</li> | ||
<li>[[setDevelopmentMode]]</li> | <li>[[setDevelopmentMode]]</li> | ||
{{Added feature/item|1.5.9|1.5.8|20788| | {{Added feature/item|1.5.9|1.5.8|20788| | ||
<li>[[setTransferBoxVisible]]</li> | <li>[[setTransferBoxVisible]]</li> | ||
}} | }} | ||
<li>[[setWindowFlashing]]</li> | <li>[[setWindowFlashing]]</li> | ||
{{Added feature/item|1.5.9|1.5.8|20844| | {{Added feature/item|1.5.9|1.5.8|20844| | ||
<li>[[showCol]]</li> | <li>[[showCol]]</li> | ||
<li>[[showSound]]</li> | <li>[[showSound]]</li> | ||
}} | }} | ||
</ul> | </ul> | ||
'''Shared''' | |||
{{Shared_utility_functions}} | |||
{{Bit_functions}} | |||
<noinclude>[[Category:Functions templates]]</noinclude> | <noinclude>[[Category:Functions templates]]</noinclude> |
Revision as of 21:23, 29 April 2024
- createTrayNotification
- downloadFile
- getDevelopmentMode
- getKeyboardLayout
- getLocalization
- isShowCollisionsEnabled
- isShowSoundEnabled
- isTransferBoxAlwaysVisible
- isTransferBoxVisible
- isTrayNotificationEnabled
- setClipboard
- setDevelopmentMode
- setTransferBoxVisible
- setWindowFlashing
- showCol
- showSound
Shared
- addDebugHook
- base64Decode
- base64Encode
- debugSleep
- decodeString
- encodeString
- fromJSON
- generateKeyPair
- getColorFromString
- getDevelopmentMode
- getDistanceBetweenPoints2D
- getDistanceBetweenPoints3D
- getEasingValue
- getNetworkStats
- getNetworkUsageData
- getPerformanceStats
- getRealTime
- getTickCount
- getTimerDetails
- getTimers
- getFPSLimit
- getUserdataType
- getVersion
- gettok
- isTransferBoxVisible
- setTransferBoxVisible
- hash
- inspect
- interpolateBetween
- iprint
- isOOPEnabled
- isTimer
- killTimer
- md5
- passwordHash
- passwordVerify
- pregFind
- pregMatch
- pregReplace
- removeDebugHook
- resetTimer
- setDevelopmentMode
- setFPSLimit
- setTimer
- ref
- deref
- sha256
- split
- teaDecode
- teaEncode
- toJSON
- tocolor
- getProcessMemoryStats
- utfChar
- utfCode
- utfLen
- utfSeek
- utfSub
- bitAnd
- bitNot
- bitOr
- bitXor
- bitTest
- bitLRotate
- bitRRotate
- bitLShift
- bitRShift
- bitArShift
- bitExtract
- bitReplace