Pool::exists
This function used for check if pool contains entity.
Syntax
Server-Side
pool.exists(entity);
Required Arguments
- entity: The entity that needs to be checked
Example
// todo
See Also
- Functions
- Properties
- Arrays
This function used for check if pool contains entity.
pool.exists(entity);
// todo