function
getPlayerAtVector (client-side)
Available since version: 0.2
This function will get player at vector.
Declaration
Vec3|null getPlayerAtVector(int id)
Parameters
int
id: the player id.
Returns Vec3|null
the player at vector or null
if player isn't spawned.