GetDevelopmentMode: Difference between revisions
Jump to navigation
Jump to search
m (Change from client_utility to shared_utility) |
Fernando187 (talk | contribs) (Remove obsolete Requirements section) |
||
Line 23: | Line 23: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</section> | </section> | ||
==See Also== | ==See Also== |
Latest revision as of 15:35, 7 November 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)
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