ManaPlus
Enumerations
SkillType2 Namespace Reference

Enumerations

enum  SkillType2 {
  Unknown = 0 , Quest = 1 , Npc = 2 , Wedding = 4 ,
  Spirit = 8 , Guild = 16 , SongDance = 32 , Ensemble = 64 ,
  Trap = 128 , TargetSelf = 256 , NoTargetSelf = 512 , PartyOnly = 1024 ,
  GuildOnly = 2048 , NoEnemy = 4096 , NoLandProtector = 8192 , Chorus = 16384 ,
  FreeCastNormal = 32768 , FreeCastReduced = 65536 , FreeCastAny = 98304
}
 

Enumeration Type Documentation

◆ SkillType2

Enumerator
Unknown 
Quest 
Npc 
Wedding 
Spirit 
Guild 
SongDance 
Ensemble 
Trap 
TargetSelf 
NoTargetSelf 
PartyOnly 
GuildOnly 
NoEnemy 
NoLandProtector 
Chorus 
FreeCastNormal 
FreeCastReduced 
FreeCastAny 

Definition at line 28 of file skilltype2.h.

29  {
30  Unknown = 0,
31  Quest = 1,
32  Npc = 2,
33  Wedding = 4,
34  Spirit = 8,
35  Guild = 16,
36  SongDance = 32,
37  Ensemble = 64,
38  Trap = 128,
39  TargetSelf = 256,
40  NoTargetSelf = 512,
41  PartyOnly = 1024,
42  GuildOnly = 2048,
43  NoEnemy = 4096,
44  NoLandProtector = 8192,
45  Chorus = 16384,
46  FreeCastNormal = 32768,
47  FreeCastReduced = 65536,
48  FreeCastAny = 98304
49  };
Definition: guild.h:70
@ NoLandProtector
Definition: skilltype2.h:44
@ NoTargetSelf
Definition: skilltype2.h:40
@ FreeCastNormal
Definition: skilltype2.h:46
@ FreeCastReduced
Definition: skilltype2.h:47