Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
Needs summary.
succesful = C_ClubFinder.PostClub(clubId, itemLevelRequirement, name, description, avatarId, specs, type [, crossFaction])
Arguments[]
- clubId
- string
- itemLevelRequirement
- number
- name
- string
- description
- string
- avatarId
- number
- specs
- number[]
- type
- Enum.ClubFinderRequestType
Value | Field | Description |
---|---|---|
0 | None | |
1 | Guild | |
2 | Community | |
3 | All |
- crossFaction
- boolean?
= false
Returns[]
- succesful
- boolean
Patch changes[]
Patch 9.2.5 (2022-05-31): Added crossFaction
return.
Patch 9.1.0 (2021-06-29): Added avatarId
argument.
Patch 8.2.5 (2019-09-24): Added succesful
return.
Patch 8.2.0 (2019-06-25): Added.