ColonySurvival icon indicating copy to clipboard operation
ColonySurvival copied to clipboard

[MODDING] Add a callback that a allows to detect when a player press key X

Open Khanx opened this issue 3 years ago • 1 comments

Add a callback like OnPlayerInputKey(Players.player, Key x)

This can be useful to send an interface to a player when he clicks X key.

Khanx avatar Dec 19 '21 18:12 Khanx

Added to #322 Is like 5-7 generic "mod function" keys for the key rebinding menu OK? I don't want to send a callback for literally every key the client presses, and the client will probably want to rebind it in some cases.

pipliz avatar Dec 20 '21 17:12 pipliz