Class: PlayerIterator
This type is usable for iterating over a set of players. This means it can be used in statements like for...of statements, Array.from(iterator), and more.
Implements
Constructors
new PlayerIterator()
private
new PlayerIterator():PlayerIterator
Returns
Methods
[iterator]
()
[iterator]():
Iterator ↗️
<Player
,any
,undefined
>
Returns
Iterator ↗️
<Player
, any
, undefined
>
Implementation of
Iterable.[iterator]
Remarks
This function can't be called in read-only mode.