function
getPlayerCollision (server-side)
Available since version: 0.2
This function will get the player collision.
Declaration
bool getPlayerCollision(int id)
Parameters
int
id: the player id.
Returns bool
true
if collision is enabled, otherwise false
.