Pool::atHandle
Function to get the entity with the given handle from his entity pool.
Syntax
``` Entity pool.atHandle(Number handle) ```
Required Arguments
- handle: Handle of the entity
Returns
- Entity with specified handle, undefined if none exists.
Example
This example will get a player by handle and output his name on the chat.