Skip to content
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

doAction overrides #45

Closed
zaksmithcomputing opened this issue Jan 21, 2020 · 1 comment
Closed

doAction overrides #45

zaksmithcomputing opened this issue Jan 21, 2020 · 1 comment

Comments

@zaksmithcomputing
Copy link
Collaborator

zaksmithcomputing commented Jan 21, 2020

I'm currently looking into Overriding doAction parameters when they are invoked.

https://i.imgur.com/wNbVoPH.png - methods which are invoked when calling doAction

The idea would be to use a boolean injected into these methods in which is by default off so when using the mouse in game legitimately it does not interfere with gameplay. If the boolean is switched on (by a method we create e.g named overridedoAction) then the parameters will be set by the function within that method and the doaction would be called from the click with altered params and then the boolean switched off again.

@acorbin3
Copy link
Owner

Complete and in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants