Horizon Official Technical Documentation
PlayerDefinitions.hpp
Go to the documentation of this file.
1/***************************************************
2 * _ _ _ *
3 * | | | | (_) *
4 * | |_| | ___ _ __ _ _______ _ __ *
5 * | _ |/ _ \| '__| |_ / _ \| '_ \ *
6 * | | | | (_) | | | |/ / (_) | | | | *
7 * \_| |_/\___/|_| |_/___\___/|_| |_| *
8 ***************************************************
9 * This file is part of Horizon (c).
10 * Copyright (c) 2019 Sagun K. (sagunxp@gmail.com).
11 * Copyright (c) 2019 Horizon Dev Team.
12 *
13 * Base Author - Sagun K. (sagunxp@gmail.com)
14 *
15 * This library is free software; you can redistribute it and/or modify
16 * it under the terms of the GNU General Public License as published by
17 * the Free Software Foundation, either version 3 of the License, or
18 * (at your option) any later version.
19 *
20 * This library is distributed in the hope that it will be useful,
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 * GNU General Public License for more details.
24 *
25 * You should have received a copy of the GNU General Public License
26 * along with this library. If not, see <http://www.gnu.org/licenses/>.
27 **************************************************/
28
29#ifndef HORIZON_ZONE_GAME_PLAYER_DEFINITIONS_HPP
30#define HORIZON_ZONE_GAME_PLAYER_DEFINITIONS_HPP
31
47};
48
49#endif // HORIZON_ZONE_GAME_PLAYER_DEFINITIONS_HPP
player_action_type
Client action types.
Definition: PlayerDefinitions.hpp:33
@ PLAYER_ACT_SIT
Definition: PlayerDefinitions.hpp:36
@ PLAYER_ACT_ATTACK_REPEAT
Definition: PlayerDefinitions.hpp:41
@ PLAYER_ACT_STAND
Definition: PlayerDefinitions.hpp:37
@ PLAYER_ACT_ATTACK_NOMOTION
Definition: PlayerDefinitions.hpp:38
@ PLAYER_ACT_ATTACK_MULTIPLE
Definition: PlayerDefinitions.hpp:42
@ PLAYER_ACT_SPLASH
Definition: PlayerDefinitions.hpp:39
@ PLAYER_ACT_ATTACK_LUCKY
Definition: PlayerDefinitions.hpp:45
@ PLAYER_ACT_ATTACK
Definition: PlayerDefinitions.hpp:34
@ PLAYER_ACT_ATTACK_CRITICAL
Definition: PlayerDefinitions.hpp:44
@ PLAYER_ACT_ATTACK_MULTIPLE_NOMOTION
Definition: PlayerDefinitions.hpp:43
@ PLAYER_ACT_ITEM_PICKUP
Definition: PlayerDefinitions.hpp:35
@ PLAYER_ACT_TOUCHSKILL
Definition: PlayerDefinitions.hpp:46
@ PLAYER_ACT_SKILL
Definition: PlayerDefinitions.hpp:40