function
getPlayerTalent (server-side)
Available since version: 0.0.1
This function will get the player talent.
Declaration
bool getPlayerTalent(int id, int talentId)
Parameters
int
id: the player id.int
talentId: the talent id. For more information see Talent constants.
Returns bool
true
if talent is enabled for player, otherwise false
.