pub fn send_object_delete(
send_to_other_players: bool,
skip_attached_player: bool,
)Expand description
Send an ObjectDelete packet.
broadcast Whether this packet should be sent only to the player for whom the current
object list was initialized or to everyone on the server.
Returns void