-
-
Notifications
You must be signed in to change notification settings - Fork 488
Add onClientObjectMoveStart, onClientObjectMoveStop, isObjectMoving #2023
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
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.
Small thing, single-line ifs like this:
if (true)
foo.DoSomething();
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, left you one thing to deal with.
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.
Good work, just fix that extra newline and we're good.
@cleopatradev Please create new Wiki pages for these events and the function, thank you. |
Fixes #874
Added 2 events 1 functions:
Code on lua: