Skip to content

constants allowFlags

abc edited this page Mar 31, 2023 · 2 revisions

AllowFlags

These values help understand whether a user is allowed to use an addon while joining a room or creating a room. They are designed to act like flags and be used in bitwise operations. Here is its current definition:

const AllowFlags = {
  JoinRoom: 1,
  CreateRoom: 2
};
Clone this wiki locally