-
-
Notifications
You must be signed in to change notification settings - Fork 445
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 isObjectMoving to server side #3378
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.
Looks good to me
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.
Your commitment is extraordinary, good job!
Please add the relevant wiki page for this, including the "new feature" template (once the nightly build has been created). See other functions/events - for example: https://wiki.multitheftauto.com/wiki/OnPlayerProjectileCreation |
* Added isObjectMoving to server side * Remove unnecessary definition * Add missing OOP variable * Change NULL to nullptr
This PR adds the
isObjectMoving
function also on the server side, making it available as a shared function.Test server-side code