Skip to content
Cort edited this page Jun 17, 2021 · 2 revisions

nethelper module

This module provides the NetNode class for simple game networking. It can also be executed as a script to start the message relay server.

It provides the following classes:

Base class for NetNode and NetServer. It should not be used on its own.

You'll use this in your game to communicate with others through a running server. This is the only class you should use.

Used to setup a nethelper server. You should not use this directly. Instead, run the nethelper file as a script to start the server.

Clone this wiki locally