ShowCol: Difference between revisions
Jump to navigation
Jump to search
Cleopatradev (talk | contribs) (Created page with "__NOTOC__ {{Client function}} {{New feature/item|3.0160|1.5.8|20840|Shows collision previews for developers.}} ==Syntax== <syntaxhighlight lang="lua">bool showCol ( bool st...") |
Cleopatradev (talk | contribs) No edit summary |
||
Line 26: | Line 26: | ||
==See Also== | ==See Also== | ||
{{ | {{Client_utility_functions}} |
Revision as of 18:18, 21 March 2021
Shows collision previews for developers.
Syntax
bool showCol ( bool state )
Required Arguments
- state: true/false
Returns
- If the operation is executed, it returns 'true', otherwise it returns 'false'.
Example
You can refer to the example below.
setDevelopmentMode(true) addCommandHandler("devdebug", function() showCol(not isShowCollisionsEnabled()) end )
Requirements
This template will be deleted.
See Also
- 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