Template:Client utility functions: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Fixed inconsistencies for webscraping) |
||
Line 1: | Line 1: | ||
<ul> | |||
<li>[[addDebugHook]]</li> | |||
<li>[[base64Decode]]</li> | |||
<li>[[base64Encode]]</li> | |||
{{Bit_functions}} | {{Bit_functions}} | ||
<li>[[createTrayNotification]]</li> | |||
<li>[[debugSleep]]</li> | |||
<li>[[downloadFile]]</li> | |||
<li>[[decodeString]]</li> | |||
<li>[[encodeString]]</li> | |||
<li>[[fromJSON]]</li> | |||
<li>[[getColorFromString]]</li> | |||
<li>[[getDevelopmentMode]]</li> | |||
<li>[[getDistanceBetweenPoints2D]]</li> | |||
<li>[[getDistanceBetweenPoints3D]]</li> | |||
<li>[[getEasingValue]]</li> | |||
<li>[[getFPSLimit]]</li> | |||
<li>[[getKeyboardLayout]]</li> | |||
<li>[[getLocalization]]</li> | |||
<li>[[getNetworkStats]]</li> | |||
<li>[[getNetworkUsageData]]</li> | |||
<li>[[getPerformanceStats]]</li> | |||
<li>[[getRealTime]]</li> | |||
<li>[[getTickCount]]</li> | |||
<li>[[getTimers]]</li> | |||
<li>[[getTimerDetails]]</li> | |||
<li>[[gettok]]</li> | |||
<li>[[getUserdataType]]</li> | |||
<li>[[getVersion]]</li> | |||
<li>[[hash]]</li> | |||
<li>[[inspect]]</li> | |||
<li>[[interpolateBetween]]</li> | |||
<li>[[iprint]]</li> | |||
<li>[[isOOPEnabled]]</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>[[isShowSoundEnabled]]</li> | |||
}} | }} | ||
<li>[[isTimer]]</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>[[isTransferBoxVisible]]</li> | |||
}} | }} | ||
<li>[[isTrayNotificationEnabled]]</li> | |||
<li>[[killTimer]]</li> | |||
<li>[[md5]]</li> | |||
<li>[[passwordHash]]</li> | |||
<li>[[passwordVerify]]</li> | |||
<li>[[pregFind]]</li> | |||
<li>[[pregMatch]]</li> | |||
<li>[[pregReplace]]</li> | |||
<li>[[removeDebugHook]]</li> | |||
<li>[[resetTimer]]</li> | |||
<li>[[setClipboard]]</li> | |||
<li>[[setDevelopmentMode]]</li> | |||
<li>[[setFPSLimit]]</li> | |||
<li>[[setTimer]]</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>[[setWindowFlashing]]</li> | |||
<li>[[sha256]]</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>[[showSound]]</li> | |||
}} | }} | ||
<li>[[split]]</li> | |||
<li>[[teaDecode]]</li> | |||
<li>[[teaEncode]]</li> | |||
<li>[[tocolor]]</li> | |||
<li>[[toJSON]]</li> | |||
<li>[[utfChar]]</li> | |||
<li>[[utfCode]]</li> | |||
<li>[[utfLen]]</li> | |||
<li>[[utfSeek]]</li> | |||
<li>[[utfSub]]</li> | |||
</ul> | |||
<noinclude>[[Category:Functions templates]]</noinclude> | <noinclude>[[Category:Functions templates]]</noinclude> |
Revision as of 13:34, 7 August 2023
- addDebugHook
- base64Decode
- base64Encode
- bitAnd
- bitNot
- bitOr
- bitXor
- bitTest
- bitLRotate
- bitRRotate
- bitLShift
- bitRShift
- bitArShift
- bitExtract
- bitReplace
- createTrayNotification
- debugSleep
- downloadFile
- decodeString
- encodeString
- fromJSON
- getColorFromString
- getDevelopmentMode
- getDistanceBetweenPoints2D
- getDistanceBetweenPoints3D
- getEasingValue
- getFPSLimit
- getKeyboardLayout
- getLocalization
- getNetworkStats
- getNetworkUsageData
- getPerformanceStats
- getRealTime
- getTickCount
- getTimers
- getTimerDetails
- gettok
- getUserdataType
- getVersion
- hash
- inspect
- interpolateBetween
- iprint
- isOOPEnabled
- isShowCollisionsEnabled
- isShowSoundEnabled
- isTimer
- isTransferBoxAlwaysVisible
- isTransferBoxVisible
- isTrayNotificationEnabled
- killTimer
- md5
- passwordHash
- passwordVerify
- pregFind
- pregMatch
- pregReplace
- removeDebugHook
- resetTimer
- setClipboard
- setDevelopmentMode
- setFPSLimit
- setTimer
- setTransferBoxVisible
- setWindowFlashing
- sha256
- showCol
- showSound
- split
- teaDecode
- teaEncode
- tocolor
- toJSON
- utfChar
- utfCode
- utfLen
- utfSeek
- utfSub