|
EvEmu
0.8.4
11 September 2021
|
Enumerations | |
| enum | Type { global = 1, corp = 2, region = 3, constellation = 4, solarsystem = 5, solarsystem2 = 6, character = 7, alliance = 8, fleet = 9, wing = 10, squad = 11, warfaction = 12, incursion = 13, normal = 14, custom = 15 } |
| enum | Mode { chDisallowed = -2, chUnspecified = -1, chNone = 0, chListener = 1, chSpeaker = 2, chConversationalist = 3, chOperator = 7, chCreator = 15 } |
| enum | Error { errUnspecified = -1, errDisallowed = -2, errNoSuchChannel = -3, errAccessDenied = -4, errWrongPass = -5, errChannelExists = -6, errTooManyChannels = -7 } |
| enum LSC::Error |
| Enumerator | |
|---|---|
| errUnspecified | |
| errDisallowed | |
| errNoSuchChannel | |
| errAccessDenied | |
| errWrongPass | |
| errChannelExists | |
| errTooManyChannels | |
Definition at line 102 of file EVE_LSC.h.
| enum LSC::Mode |
| Enumerator | |
|---|---|
| chDisallowed | |
| chUnspecified | |
| chNone | |
| chListener | |
| chSpeaker | |
| chConversationalist | |
| chOperator | |
| chCreator | |
Definition at line 91 of file EVE_LSC.h.
| enum LSC::Type |
| Enumerator | |
|---|---|
| global | |
| corp | |
| region | |
| constellation | |
| solarsystem | |
| solarsystem2 | |
| character | |
| alliance | |
| fleet | |
| wing | |
| squad | |
| warfaction | |
| incursion | |
| normal | |
| custom | |
Definition at line 71 of file EVE_LSC.h.