RSS

Четверг, 28.03.2024, 14:50
Главная » WoW API » API Функции » Достижения »

GetAchievementNumRewards

[ править ]
Returns the number of point rewards for an achievement (currently always 1)
[клоны]
Returns the number of point rewards for an achievement (currently always 1). Currently all achievements and statistics offer one reward (according to this function), though the rewards offered by statistics are all zero points.

Signature:
Code
count = GetAchievementNumRewards(id)

Arguments:
  • id - The numeric ID of an achievement or statistic (number)

Returns:
  • count - Number of point rewards offered for the achievement (number)

Также смотрите: Достижения , Achievement functions
Ссылки: http://wowprogramming.com/docs/api/GetAchievementNumRewards