[][src]Function tes3mp_plugin::plugin::generated::send_actor_equipment

pub fn send_actor_equipment(
    send_to_other_visitors: bool,
    skip_attached_player: bool
)

Send an ActorEquipment packet.

send_to_other_visitors Whether this packet should be sent to cell visitors other
than the player attached to the packet (false by default).
skip_attached_player Whether the packet should skip being sent to the player attached
to the packet (false by default).

Returns void