Skip to content

Event ​

Event objects are used to get server and client event objects. They do not do any networking themselves.

Server ​

Creates and returns a server event object.

lua
() -> Server
() -> Server

Client ​

Creates and returns a client event object.

lua
() -> Client
() -> Client