![]() |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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
Patch 8.0.1 (2018-07-17): Added.
