GetDevelopmentMode: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Change from client_utility to shared_utility) |
||
Line 28: | Line 28: | ||
==See Also== | ==See Also== | ||
{{ | {{Shared_utility_functions}} | ||
[[pl:GetDevelopmentMode]] | [[pl:GetDevelopmentMode]] |
Revision as of 14:49, 30 April 2024
This function is used to get the development mode of the client or whole server. For more information see setDevelopmentMode
Syntax
bool getDevelopmentMode ()
Returns
Returns true if the development mode is on, false if off.
Example
Click to collapse [-]
ClientThis command enables / disables the development mode
addCommandHandler("dev",function() local boolean = not getDevelopmentMode() -- true/false setDevelopmentMode(boolean) outputChatBox("DevelopmentMode: "..tostring(boolean)) end)
Requirements
This template will be deleted.
See Also
- 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