Skip to content

Get rooms command

Alvin Cheng edited this page Feb 16, 2023 · 1 revision

Description

This is the get rooms command, this command is used to get all the rooms that is logged in has joined and will return it into the variable in parameter 1. Here is an example below:

Note

The variable must contain a ARR​​ signitature to symbolize an array. If this condition is NOT met an error will be thrown.

Example

$ARR_ROOMS = (get_rooms);
Clone this wiki locally