Skip to content

NetMessageGlobalAll

Description

NetMessageGlobalAll is a Function
Sends a network message (a table) to all Players, which triggers the OnNetMessage event on all objects for their client. NetMessage can be sent from the server to clients or from a client to the server.

Example
NetMessageGlobalAll(nil)
Usage

network usage: Any (Client or Server/Host)
returns: None
parameters:
- table (Wildcard)