Skip to content

function getPlayerCollision (client-side)

Available since version: 0.0.1

This function is used to check player/npc dynamic collision detection is enabled.

Declaration

bool getPlayerCollision(int id)

Parameters

  • int id: the player id.

Returns bool

toggle true when player has dynamic collision detection enabled, otherwise false.