-
-
Notifications
You must be signed in to change notification settings - Fork 438
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 server-side object events onObjectBreak & onObjectDamage #3380
Conversation
Idea is very good, but what you "forgot" to include are functions to enable these events, for example, |
I do not understand what you mean. If you don't want the object to take damage or be destroyed, you can cancel client-side events or use |
I removed the Objects sync has been disabled in #460 |
This PR adds
onObjectBreak
andonObjectDamage
events on the server side.