YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
DestroyObjectMapEventAction.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_DESTROYOBJECTMAPEVENTACTION_HPP
2
# define YAPOG_DESTROYOBJECTMAPEVENTACTION_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Game/World/Map/BaseMapEventAction.hpp
"
6
# include "
YAPOG/Game/ID.hpp
"
7
# include "
YAPOG/Graphics/Vector2.hpp
"
8
9
namespace
yap
10
{
11
class
YAPOG_LIB
DestroyObjectMapEventAction
:
public
BaseMapEventAction
12
{
13
DISALLOW_ASSIGN
(
DestroyObjectMapEventAction
);
14
15
public
:
16
17
DestroyObjectMapEventAction
();
18
virtual
~
DestroyObjectMapEventAction
();
19
20
void
SetTargetWorldID (
const
ID
& targetWorldID);
21
22
virtual
void
VisitPlayer (
IPlayer
& visitable);
23
26
virtual
DestroyObjectMapEventAction
* Clone ()
const
;
28
29
protected
:
30
31
DestroyObjectMapEventAction
(
const
DestroyObjectMapEventAction
& copy);
32
33
private
:
34
35
ID
targetWorldID_
;
36
};
37
}
// namespace yap
38
39
#endif // YAPOG_DESTROYOBJECTMAPEVENTACTION_HPP
YAPOG
include
YAPOG
Game
World
Map
DestroyObjectMapEventAction.hpp
Generated on Mon Sep 17 2012 22:24:23 for YAPOG by
1.8.1.1