Skip to content

match.BroadcastPacket

Jérôme Leclercq edited this page Dec 8, 2020 · 1 revision

API: match.BroadcastPacket

Description:

Broadcast a custom packet to all players in the game.

Prototype:

match.BroadcastPacket(packet: OutgoingNetworkPacket)

Parameters:

  1. packet: Packet to send.

Clone this wiki locally