Player.KeyDownLast
From GMod Wiki
| Function | |
| Syntax | Player:KeyDownLast( ) |
| Description: | |
| Gets whether the key was pressed last frame. | |
| Returns: | boolean |
| In Object: | Player |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.KeyDownLast]Player.KeyDownLast [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | N/A | ||
|---|---|---|---|
| Used on | |||
| Code |
| ||
| Output | N/A |
Additional Notes
- See IN_KEYS for keys to use in this function
- Seems that this function is only shared singleplayer (Bug?).