Skip to content

function setPlayerTalent (server-side)

Available since version: 0.0.1

This function will toggle the player talent for all players.

Declaration

void setPlayerTalent(int id, int talentId, int talentValue)

Parameters

  • int id: the player id.
  • int talentId: the talent id. For more information see Talent constants.
  • int talentValue: the new talent value.