guiGetInputMode | Multi Theft Auto: Wiki Skip to content

guiGetInputMode

Client-side
Server-side
Shared

Pair: guiSetInputMode

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function returns the current input mode as set by guiSetInputMode. Default mode is "allow_binds".

Syntax

guiGetInputMode ( )

Code Examples

client
addCommandHandler( "checkmode",
function ()
outputChatBox( string.format( "The current input mode is: '%s'", guiGetInputMode () ) )
end )

See Also

GUI Functions