numpad.Register
Description
Registers a numpad library action for use with numpad.OnDown and numpad.OnUp
Arguments
2 function func
The function to be executed.
Function argument(s):
1 Player ply - The player who pressed the button
Function return value(s):
1 boolean data - Returning
false
in this function will remove the listener which triggered this function
(example: return false
if one of your varargs is an entity which is no longer valid)