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
* Copyright (C) 2019-2021 Andrei Karas
5
*
6
* This file is part of The ManaPlus Client.
7
*
8
* This program is free software; you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License as published by
10
* the Free Software Foundation; either version 2 of the License, or
11
* any later version.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License
19
* along with this program. If not, see <http://www.gnu.org/licenses/>.
20
*/
21
22
#ifndef ENUMS_RESOURCES_ITEM_ITEMSOUNDEVENT_H
23
#define ENUMS_RESOURCES_ITEM_ITEMSOUNDEVENT_H
24
25
namespace
ItemSoundEvent
26
{
27
enum
Type
28
{
29
HIT
= 0,
30
MISS
,
31
HURT
,
32
DIE
,
33
MOVE
,
34
SIT
,
35
SITTOP
,
36
SPAWN
,
37
DROP
,
38
PICKUP
,
39
TAKE
,
// take from container
40
PUT
,
// put into container
41
EQUIP
,
42
UNEQUIP
,
43
USE
,
44
USECARD
45
};
46
}
// namespace ItemSoundEvent
47
48
#endif
// ENUMS_RESOURCES_ITEM_ITEMSOUNDEVENT_H
ItemSoundEvent
Definition:
itemsoundevent.h:26
ItemSoundEvent::Type
Type
Definition:
itemsoundevent.h:28
ItemSoundEvent::HURT
@ HURT
Definition:
itemsoundevent.h:31
ItemSoundEvent::UNEQUIP
@ UNEQUIP
Definition:
itemsoundevent.h:42
ItemSoundEvent::PUT
@ PUT
Definition:
itemsoundevent.h:40
ItemSoundEvent::SPAWN
@ SPAWN
Definition:
itemsoundevent.h:36
ItemSoundEvent::HIT
@ HIT
Definition:
itemsoundevent.h:29
ItemSoundEvent::MOVE
@ MOVE
Definition:
itemsoundevent.h:33
ItemSoundEvent::PICKUP
@ PICKUP
Definition:
itemsoundevent.h:38
ItemSoundEvent::USECARD
@ USECARD
Definition:
itemsoundevent.h:44
ItemSoundEvent::DIE
@ DIE
Definition:
itemsoundevent.h:32
ItemSoundEvent::SIT
@ SIT
Definition:
itemsoundevent.h:34
ItemSoundEvent::MISS
@ MISS
Definition:
itemsoundevent.h:30
ItemSoundEvent::SITTOP
@ SITTOP
Definition:
itemsoundevent.h:35
ItemSoundEvent::TAKE
@ TAKE
Definition:
itemsoundevent.h:39
ItemSoundEvent::DROP
@ DROP
Definition:
itemsoundevent.h:37
ItemSoundEvent::EQUIP
@ EQUIP
Definition:
itemsoundevent.h:41
ItemSoundEvent::USE
@ USE
Definition:
itemsoundevent.h:43
Generated on Wed Mar 17 2021 19:19:05 for ManaPlus by
1.9.1