-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add playerMove event with "usercmd" and "movedata" types and getter functions #2779
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need E2Helper descriptions, add to lua/wire/client/e2descriptions.lua
What happened to mouse scroll? |
Looks like he forgot to include it here, although I thought you could already detect mouse scroll with keyPressed |
In the suggestion, he noted that this event allows you to get the precise amount scrolled. |
|
This adds a multitude of functions:
And with an event to go alongside:
Example: