ManaPlus
src
enums
resources
skill
skilltype.h
Go to the documentation of this file.
1
/*
2
* The ManaPlus Client
3
* Copyright (C) 2011-2019 The ManaPlus Developers
4
*
5
* This file is part of The ManaPlus Client.
6
*
7
* This program is free software; you can redistribute it and/or modify
8
* it under the terms of the GNU General Public License as published by
9
* the Free Software Foundation; either version 2 of the License, or
10
* any later version.
11
*
12
* This program is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License
18
* along with this program. If not, see <http://www.gnu.org/licenses/>.
19
*/
20
21
#ifndef ENUMS_RESOURCES_SKILL_SKILLTYPE_H
22
#define ENUMS_RESOURCES_SKILL_SKILLTYPE_H
23
24
// aka inf
25
namespace
SkillType
26
{
27
enum
SkillType
28
{
29
Unknown
= 0,
30
Attack
= 1,
31
Ground
= 2,
32
Self
= 4,
33
Unused
= 8,
34
Support
= 16,
35
TargetTrap
= 32
36
};
37
}
// namespace SkillType
38
39
#endif // ENUMS_RESOURCES_SKILL_SKILLTYPE_H
SkillType::Unused
@ Unused
Definition:
skilltype.h:33
SkillType::Unknown
@ Unknown
Definition:
skilltype.h:29
SkillType
Definition:
skilltype.h:25
Attack
Definition:
attack.h:28
SkillType::Support
@ Support
Definition:
skilltype.h:34
SkillType::Ground
@ Ground
Definition:
skilltype.h:31
SkillType::TargetTrap
@ TargetTrap
Definition:
skilltype.h:35
SkillType::Self
@ Self
Definition:
skilltype.h:32
Generated on Thu Jun 4 2020 11:57:55 for ManaPlus by
1.8.17