EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
EvESkill::Event Namespace Reference

Enumerations

enum  {
  Gift = 24, CharCreation = 33, ClonePenalty = 34, TaskMaster = 35,
  TrainingStarted = 36, TrainingComplete = 37, TrainingCanceled = 38, GMGift = 39,
  QueueTrainingCompleted = 53, SkillInjected = 56, Removal = 177, HaltedAccountLapsed = 260,
  SkillPointsApplied = 307, GMReverseFreeSkillPointsUsed = 309
}
 

Enumeration Type Documentation

anonymous enum

these are the only skill events that client will recognize....there are no messageIDs for others 34: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/SkillClonePenalty') 36: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/SkillTrainingStarted') 37: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/SkillTrainingComplete') 38: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/SkillTrainingCanceled') 39: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/GMGiveSkill') 53: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/SkillTrainingComplete') 307: localization.GetByLabel('UI/CharacterSheet/CharacterSheetWindow/SkillTabs/SkillPointsApplied')

Enumerator
Gift 
CharCreation 
ClonePenalty 
TaskMaster 
TrainingStarted 
TrainingComplete 
TrainingCanceled 
GMGift 
QueueTrainingCompleted 
SkillInjected 
Removal 
HaltedAccountLapsed 
SkillPointsApplied 
GMReverseFreeSkillPointsUsed 

Definition at line 22 of file EVE_Skills.h.

22  { // client msg in skill history
23  Gift = 24, //Unknown
24  CharCreation = 33, //Unknown
25  ClonePenalty = 34, //Skill Clone Penalty
26  TaskMaster = 35, //Unknown (used to denote training correction)
27  TrainingStarted = 36, //Skill Training Started
28  TrainingComplete = 37, //Skill Training Complete
29  TrainingCanceled = 38, //Skill Training Canceled
30  GMGift = 39, //GM Skill Gift
31  QueueTrainingCompleted = 53, //Skill Training Complete
32  SkillInjected = 56, //Unknown
33  Removal = 177, //Unknown
34  HaltedAccountLapsed = 260, //Unknown
35  SkillPointsApplied = 307, //Apply Free Skill Points
36  GMReverseFreeSkillPointsUsed = 309 //Unknown
37  };