Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Needs summary.
C_ClubFinder.RespondToApplicant(clubFinderGUID, playerGUID, shouldAccept, requestType, playerName, forceAccept [, reported])
Arguments[]
- clubFinderGUID
- string
- playerGUID
- string
- shouldAccept
- boolean
- requestType
- Enum.ClubFinderRequestType
Value | Field | Description |
---|---|---|
0 | None | |
1 | Guild | |
2 | Community | |
3 | All |
- playerName
- string
- forceAccept
- boolean
- reported
- boolean?
Patch changes[]
Patch 8.3.0 (2020-01-14): Added reported
argument.
Patch 8.2.5 (2019-09-24): Added playerName, forceAccept
arguments.
Patch 8.2.0 (2019-06-25): Added.