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