Skip to content
Discussion options

You must be logged in to vote

You can track keys bound as Plugins/Mods keys with callback

PlayerInput.onPluginKeyTick += onPluginKeyTick;

and some other keys like movement or lean with

player.input.keys[index]

P.S. It is recommended to read keys array from onPluginKeyTick to be in sync with inputs, since they can be received with variable delay

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@crys1337
Comment options

@GazziFX
Comment options

Answer selected by crys1337
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants