Needs summary.
C_ClubFinder.RespondToApplicant(clubFinderGUID, playerGUID, shouldAccept, requestType, playerName, forceAccept [, reported])
Arguments
- clubFinderGUID
- string
- playerGUID
- string
- shouldAccept
- boolean
- requestType
- Enum.ClubFinderRequestType
Value | Key | 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.