TrinityCore
Loading...
Searching...
No Matches
GridStates.h
Go to the documentation of this file.
1
/*
2
* This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
3
*
4
* This program is free software; you can redistribute it and/or modify it
5
* under the terms of the GNU General Public License as published by the
6
* Free Software Foundation; either version 2 of the License, or (at your
7
* option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful, but WITHOUT
10
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12
* more details.
13
*
14
* You should have received a copy of the GNU General Public License along
15
* with this program. If not, see <http://www.gnu.org/licenses/>.
16
*/
17
18
#ifndef TRINITY_GRIDSTATES_H
19
#define TRINITY_GRIDSTATES_H
20
21
#include "
GridDefines.h
"
22
#include "
NGrid.h
"
23
24
class
Map
;
25
26
class
TC_GAME_API
GridState
27
{
28
public
:
29
virtual
~GridState
() { }
30
virtual
void
Update
(
Map
&,
NGridType
&,
GridInfo
&,
uint32
t_diff)
const
= 0;
31
};
32
33
class
TC_GAME_API
InvalidState
:
public
GridState
34
{
35
public
:
36
void
Update(
Map
&,
NGridType
&,
GridInfo
&,
uint32
t_diff)
const override
;
37
};
38
39
class
TC_GAME_API
ActiveState
:
public
GridState
40
{
41
public
:
42
void
Update(
Map
&,
NGridType
&,
GridInfo
&,
uint32
t_diff)
const override
;
43
};
44
45
class
TC_GAME_API
IdleState
:
public
GridState
46
{
47
public
:
48
void
Update(
Map
&,
NGridType
&,
GridInfo
&,
uint32
t_diff)
const override
;
49
};
50
51
class
TC_GAME_API
RemovalState
:
public
GridState
52
{
53
public
:
54
void
Update(
Map
&,
NGridType
&,
GridInfo
&,
uint32
t_diff)
const override
;
55
};
56
#endif
TC_GAME_API
#define TC_GAME_API
Definition
Define.h:129
uint32
uint32_t uint32
Definition
Define.h:154
GridDefines.h
NGrid.h
ActiveState
Definition
GridStates.h:40
GridInfo
Definition
NGrid.h:32
GridState
Definition
GridStates.h:27
GridState::~GridState
virtual ~GridState()
Definition
GridStates.h:29
GridState::Update
virtual void Update(Map &, NGridType &, GridInfo &, uint32 t_diff) const =0
IdleState
Definition
GridStates.h:46
InvalidState
Definition
GridStates.h:34
Map
Definition
Map.h:225
NGrid
Definition
NGrid.h:70
RemovalState
Definition
GridStates.h:52
server
game
Grids
GridStates.h
Generated on Sun May 10 2026 02:08:59 for TrinityCore by
1.9.8