constants allowFlags - wxyz-abcd/node-haxball GitHub Wiki

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
};