Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 580 Bytes

File metadata and controls

19 lines (13 loc) · 580 Bytes

Keys

Descriptions

The Keys utility allows you to manage the key you press to open or close your menus, you can of course use it for anything other than opening or closing menus.

Example

Here is an example of how to create in listener to perform the action you want when the user presses the key you have chosen.

Keys.Register('E', 'E', 'Description available in the key pause menu.', function()
   --- Perform your actions
end)