Garry's Mod Wiki

Revision Difference

numpad.Deactivate#560561

<function name="Deactivate" parent="numpad" type="libraryfunc"> <description>Deactivates numpad key owned by the player</description> <realm>Server</realm> <file line="122-L140">lua/includes/modules/numpad.lua</file> <args> <arg name="ply" type="Player">The player whose numpad should be simulated</arg> <arg name="key" type="number">The key to press, corresponding to <page>Enums/KEY</page></arg> <arg name="isButton" type="boolean">Should this keypress pretend to be a from a gmod_button? (causes <page>numpad.FromButton</page> to return true)</arg> <arg name="isButton" type="boolean" default="false">Should this keypress pretend to be a from a `gmod_button`? (causes <page>numpad.FromButton</page> to return `true`)</arg> </args> </function>