C_Club.GetCommunityNameResultText

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

errorCode = C_Club.GetCommunityNameResultText(result)

Arguments

result
Enum.ValidateNameResult
Value Field Description
0 Success
1 Failure
2 NoName
3 TooShort
4 TooLong
5 InvalidCharacter
6 MixedLanguages
7 Profane
8 Reserved
9 InvalidApostrophe
10 MultipleApostrophes
11 ThreeConsecutive
12 InvalidSpace
13 ConsecutiveSpaces
14 RussianConsecutiveSilentCharacters
15 RussianSilentCharacterAtBeginningOrEnd
16 DeclensionDoesntMatchBaseName
17 SpacesDisallowed Added in 8.2.5

Returns

errorCode
string?

Patch changes

Battle for Azeroth Patch 8.0.1 (2018-07-17): Added.