Pool::exists

From RAGE Multiplayer Wiki
Revision as of 12:23, 17 September 2017 by CocaColaBear (talk | contribs) (Created page with "This function used for check if pool contains entity. ==Syntax== <div class="header" style="background-color: #408DAE; color: #FFFFFF; border: 2px solid #408DAE;"> <div style...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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