Template:Utility functions: Difference between revisions
Jump to navigation
Jump to search
No 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>[[debugSleep]]</li> | |||
{{New items|3.0156|1.5.5| | {{New items|3.0156|1.5.5| | ||
<li>[[decodeString]]</li> | |||
|11849}} | |11849}} | ||
<li>[[deref]]</li> | |||
{{New items|3.0156|1.5.5| | {{New items|3.0156|1.5.5| | ||
<li>[[encodeString]]</li> | |||
|11849}} | |11849}} | ||
<li>[[fromJSON]]</li> | |||
<!--{{New items|3.0160|1.6.0|--> | <!--{{New items|3.0160|1.6.0|--> | ||
{{Added feature/item|1.6.0|1.5.9|21055| | {{Added feature/item|1.6.0|1.5.9|21055| | ||
<li>[[generateKeyPair]]</li> | |||
}} | }} | ||
<li>[[getColorFromString]]</li> | |||
<li>[[getDevelopmentMode]]</li> | |||
<li>[[getDistanceBetweenPoints2D]]</li> | |||
<li>[[getDistanceBetweenPoints3D]]</li> | |||
<li>[[getEasingValue]]</li> | |||
<li>[[getFPSLimit]]</li> | |||
<li>[[getNetworkStats]]</li> | |||
<li>[[getNetworkUsageData]]</li> | |||
<li>[[getPerformanceStats]]</li> | |||
<!--{{New items|3.0160|1.6.0|--> | <!--{{New items|3.0160|1.6.0|--> | ||
{{Added feature/item|1.6.0|1.5.9|21389| | {{Added feature/item|1.6.0|1.5.9|21389| | ||
<li>[[getProcessMemoryStats]]</li> | |||
}} | }} | ||
<li>[[getRealTime]]</li> | |||
<li>[[getServerConfigSetting]]</li> | |||
<li>[[getTickCount]]</li> | |||
<li>[[getTimerDetails]]</li> | |||
<li>[[getTimers]]</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> | |||
<li>[[isTimer]]</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>[[ref]]</li> | |||
<li>[[resetTimer]]</li> | |||
<li>[[setDevelopmentMode]]</li> | |||
<li>[[setFPSLimit]]</li> | |||
<li>[[setServerConfigSetting]]</li> | |||
<li>[[setTimer]]</li> | |||
<li>[[sha256]]</li> | |||
<li>[[split]]</li> | |||
<li>[[teaDecode]]</li> | |||
<li>[[teaEncode]]</li> | |||
{{New items|3.0156|1.5.5| | {{New items|3.0156|1.5.5| | ||
<li>[[tocolor]]</li> | |||
|13977}} | |13977}} | ||
<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 15:10, 7 August 2023
- addDebugHook
- base64Decode
- base64Encode
- bitAnd
- bitNot
- bitOr
- bitXor
- bitTest
- bitLRotate
- bitRRotate
- bitLShift
- bitRShift
- bitArShift
- bitExtract
- bitReplace
- debugSleep
- decodeString
- deref
- encodeString
- fromJSON
- generateKeyPair
- getColorFromString
- getDevelopmentMode
- getDistanceBetweenPoints2D
- getDistanceBetweenPoints3D
- getEasingValue
- getFPSLimit
- getNetworkStats
- getNetworkUsageData
- getPerformanceStats
- getProcessMemoryStats
- getRealTime
- getServerConfigSetting
- getTickCount
- getTimerDetails
- getTimers
- gettok
- getUserdataType
- getVersion
- hash
- inspect
- interpolateBetween
- iprint
- isOOPEnabled
- isTimer
- killTimer
- md5
- passwordHash
- passwordVerify
- pregFind
- pregMatch
- pregReplace
- removeDebugHook
- ref
- resetTimer
- setDevelopmentMode
- setFPSLimit
- setServerConfigSetting
- setTimer
- sha256
- split
- teaDecode
- teaEncode
- tocolor
- toJSON
- utfChar
- utfCode
- utfLen
- utfSeek
- utfSub