Id of the player who triggered this event.
Contains the floating point properties that are sent, in this order:
[x, y, xspeed, yspeed, xgravity, ygravity, radius, bCoeff, invMass, damping]
If any of these values are null, it means that that value is not modified.
Contains the integer properties that are sent, in this order:
[color, cMask, cGroup]
If any of these values are null, it means that that value is not modified.
ReadonlyeventType of the event. Should not be modified.
Id of the disc/player whose properties are changed.
If true, this is triggered by room.setPlayerDiscProperties, and id is the player's id.
Otherwise, this is triggered by room.setDiscProperties, and id is the disc's id.
Creates a copy of this event object.
The event message structure that is created when the host calls room.setDiscProperties or room.setPlayerDiscProperties function.