Pool::forEachInStreamRange
This function is used for calling a function for each element that is in a client's streaming range in a pool.
Syntax
``` pool.forEachInStreamRange(Function callingFunction); ```
Required Arguments
- callingFunction: Function, what will be called.
Example #1
This example will generate text with all player nicknames within the client's streaming range.