Skip to content

Lobbyhelper

Max edited this page Jun 7, 2021 · 1 revision

This serves as a helper to the Poolhelper and provides functions for lobbyhandling.

GenerateRoomID

This method generates the roomID as a 10 character string based on the current unix time as a seed.
It does not return a value.
Sample Usage:

newRoomID := GenerateRoomID()
Clone this wiki locally