isCapsLockEnabled | Multi Theft Auto: Wiki Skip to content

isCapsLockEnabled

Client-side
Server-side
Shared

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 state of the caps lock.

Syntax

isCapsLockEnabled ( )

Code Examples

client
function checkCaps()
iprint(isCapsLockEnabled(), getTickCount())
end
addCommandHandler("caps", checkCaps)