GetPlayerFaceFeature
From GTA Network Wiki
GetPlayerFaceFeatureServer-Side Function
![]() |
![]() |
---|
Gets the face features of a player's face.
Syntax
float NAPI.Player.GetPlayerFaceFeature(Client player, int id);
Required Arguments
- player: parameter input should be in Client type.
- id: parameter input should be in int type.
NOTE: This function returns data in float type.
Usage example(s)
Example Description
NAPI.Player.GetPlayerFaceFeature(player, id);
Changelog
Version | Description |
---|---|
0.3.0.3 | Release. |