function
getPlayerMatrix (client-side)
Available since version: 0.2
This function will get player matrix reference.
Declaration
Mat4|null getPlayerMatrix(int id)
Parameters
int
id: the player id.
Returns Mat4|null
the player matrix reference or null
if player isn't spawned.