ManaPlus
src
enums
resources
item
itemsoundevent.h
Go to the documentation of this file.
1
/*
2
* The ManaPlus Client
3
* Copyright (C) 2013-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_ITEM_ITEMSOUNDEVENT_H
22
#define ENUMS_RESOURCES_ITEM_ITEMSOUNDEVENT_H
23
24
namespace
ItemSoundEvent
25
{
26
enum
Type
27
{
28
HIT
= 0,
29
MISS
,
30
HURT
,
31
DIE
,
32
MOVE
,
33
SIT
,
34
SITTOP
,
35
SPAWN
,
36
DROP
,
37
PICKUP
,
38
TAKE
,
// take from container
39
PUT
,
// put into container
40
EQUIP
,
41
UNEQUIP
,
42
USE
,
43
USECARD
44
};
45
}
// namespace ItemSoundEvent
46
47
#endif // ENUMS_RESOURCES_ITEM_ITEMSOUNDEVENT_H
ItemSoundEvent::HURT
@ HURT
Definition:
itemsoundevent.h:30
ItemSoundEvent::EQUIP
@ EQUIP
Definition:
itemsoundevent.h:40
ItemSoundEvent::TAKE
@ TAKE
Definition:
itemsoundevent.h:38
ItemSoundEvent::DIE
@ DIE
Definition:
itemsoundevent.h:31
ItemSoundEvent::Type
Type
Definition:
itemsoundevent.h:26
ItemSoundEvent::SIT
@ SIT
Definition:
itemsoundevent.h:33
ItemSoundEvent::HIT
@ HIT
Definition:
itemsoundevent.h:28
ItemSoundEvent::USE
@ USE
Definition:
itemsoundevent.h:42
ItemSoundEvent::USECARD
@ USECARD
Definition:
itemsoundevent.h:43
ItemSoundEvent::PICKUP
@ PICKUP
Definition:
itemsoundevent.h:37
ItemSoundEvent::SITTOP
@ SITTOP
Definition:
itemsoundevent.h:34
ItemSoundEvent::DROP
@ DROP
Definition:
itemsoundevent.h:36
ItemSoundEvent
Definition:
itemsoundevent.h:24
ItemSoundEvent::UNEQUIP
@ UNEQUIP
Definition:
itemsoundevent.h:41
ItemSoundEvent::MOVE
@ MOVE
Definition:
itemsoundevent.h:32
ItemSoundEvent::SPAWN
@ SPAWN
Definition:
itemsoundevent.h:35
ItemSoundEvent::MISS
@ MISS
Definition:
itemsoundevent.h:29
ItemSoundEvent::PUT
@ PUT
Definition:
itemsoundevent.h:39
Generated on Thu Jun 4 2020 11:57:55 for ManaPlus by
1.8.17