KeypadDevice class ​
No description available
Functions ​
mnscript
number KeypadDevice.GetDeniedNumpadKey() - Gets the Keypads denied numpad key (See https://wiki.facepunch.com/gmod/Enums/KEY)
mnscript
number KeypadDevice.GetGrantedNumpadKey() - Gets the Keypads granted numpad key (See https://wiki.facepunch.com/gmod/Enums/KEY)
- Gets the name of the device
mnscript
number KeypadDevice.GetPasscode() - Gets the Keypad passcode
mnscript
bool KeypadDevice.GetSecureMode() - Gets whether the Keypad is secure mode
- Returns whether the keypad is valid
mnscript
KeypadDevice.SetDeniedNumpadKey(number) - Sets the keypads denied numpad key (See https://wiki.facepunch.com/gmod/Enums/KEY)
mnscript
KeypadDevice.SetGrantedNumpadKey(number) - Sets the keypads granted numpad key (See https://wiki.facepunch.com/gmod/Enums/KEY)
mnscript
KeypadDevice.SetPasscode(number) - Sets the Keypad passcode
mnscript
KeypadDevice.SetSecureMode(bool) - Sets whether the Keypad is secure mode
