GetDevelopmentMode: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 11: | Line 11: | ||
===Returns=== | ===Returns=== | ||
Returns ''true'' if the development mode is on, ''false'' if off. | Returns ''true'' if the development mode is on, ''false'' if off. | ||
==Example== | |||
<section name="Client" class="client" show="true"> | |||
This ommand enables / disables the development mode | |||
<syntaxhighlight lang="lua"> | |||
addCommandHandler("dev",function() | |||
local boolean = not getDevelopmentMode() -- true/false | |||
setDevelopmentMode(boolean) | |||
outputChatBox("DevelopmentMode: "..tostring(boolean)) | |||
end) | |||
</syntaxhighlight> | |||
</section> | |||
==Requirements== | ==Requirements== |
Revision as of 22:50, 11 July 2017
Script Example Missing Function GetDevelopmentMode needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples. |
This function is used to get the development mode of the client. 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 ommand 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
- 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