|
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
RAF_INFO_UPDATED: info
Payload[]
- info
- structure - RafInfo
RafInfo
Field |
Type |
Description
|
versions |
RafVersionInfo[] |
|
recruitmentInfo |
RafRecruitmentinfo? |
|
recruits |
RafRecruit[] |
|
claimInProgress |
boolean |
|
RafVersionInfo
Field |
Type |
Description
|
rafVersion |
Enum.RecruitAFriendRewardsVersion |
|
monthCount |
RafMonthCount |
|
rewards |
RafReward[] |
|
nextReward |
RafReward? |
|
numAffordableRewards |
number |
|
numRecruits |
number |
|
Enum.RecruitAFriendRewardsVersion
Value |
Field |
Description
|
0 |
InvalidVersion |
|
1 |
UnusedVersionOne |
|
2 |
VersionTwo |
|
3 |
VersionThree |
|
RafMonthCount
Field |
Type |
Description
|
lifetimeMonths |
number |
|
spentMonths |
number |
|
availableMonths |
number |
|
RafReward
Field |
Type |
Description
|
rewardID |
number |
|
rafVersion |
Enum.RecruitAFriendRewardsVersion |
Added in 10.0.7
|
itemID |
number |
|
rewardType |
Enum.RafRewardType |
|
petInfo |
RafPetInfo? |
|
mountInfo |
RafMountInfo? |
|
appearanceInfo |
RafAppearanceInfo? |
|
titleInfo |
RafTitleInfo? |
|
appearanceSetInfo |
RafAppearanceSetInfo? |
|
illusionInfo |
RafIllusionInfo? |
|
canClaim |
boolean |
|
claimed |
boolean |
|
canAfford |
boolean |
Added in 10.0.7
|
repeatable |
boolean |
|
repeatableClaimCount |
number |
|
monthsRequired |
number |
|
monthCost |
number |
|
availableInMonths |
number |
|
iconID |
number : fileID |
|
|
Enum.RafRewardType
Value |
Field |
Description
|
0 |
Pet |
|
1 |
Mount |
|
2 |
Appearance |
|
3 |
Title |
|
4 |
GameTime |
|
5 |
AppearanceSet |
|
6 |
Illusion |
|
7 |
Invalid |
|
RafPetInfo
Field |
Type |
Description
|
creatureID |
number |
|
speciesID |
number |
|
displayID |
number |
|
speciesName |
string |
|
description |
string |
|
|
RafMountInfo
Field |
Type |
Description
|
spellID |
number |
|
mountID |
number |
|
RafAppearanceInfo
Field |
Type |
Description
|
appearanceID |
number |
|
RafTitleInfo
Field |
Type |
Description
|
titleMaskID |
number |
Added in 9.0.2
|
RafAppearanceSetInfo
Field |
Type |
Description
|
setID |
number |
|
setName |
string |
|
appearanceIDs |
number[] |
|
RafIllusionInfo
Field |
Type |
Description
|
spellItemEnchantmentID |
number |
|
|
RafRecruitmentinfo
Field |
Type |
Description
|
recruitmentCode |
string |
|
recruitmentURL |
string |
|
expireTime |
number |
|
remainingTimeSeconds |
number |
|
totalUses |
number |
|
remainingUses |
number |
|
sourceRealm |
string |
|
sourceFaction |
string |
|
RafRecruit
Field |
Type |
Description
|
bnetAccountID |
number |
|
wowAccountGUID |
string |
|
battleTag |
string |
|
monthsRemaining |
number |
|
subStatus |
Enum.RafRecruitSubStatus |
|
acceptanceID |
string |
|
activities |
RafRecruitActivity[] |
|
|
Enum.RafRecruitSubStatus
Value |
Field |
Description
|
0 |
Trial |
|
1 |
Active |
|
2 |
Inactive |
|
|
RafRecruitActivity
Field |
Type |
Description
|
activityID |
number |
|
rewardQuestID |
number |
|
state |
Enum.RafRecruitActivityState |
|
|
Enum.RafRecruitActivityState
Value |
Field |
Description
|
0 |
Incomplete |
|
1 |
Complete |
|
2 |
RewardClaimed |
|
|
Patch changes[]
Patch 8.2.5 (2019-09-24): Added.