isPlayersList
Checks whether the current interface is the Players List.
Syntax
engine.ui.isPlayersList();
Returns
boolean-trueif the players list is currently being shown,falseotherwise.
Example
console.log(
`The Players List is currently being shown: ${engine.ui.isPlayersList()}`,
);
Available on: Client