Pol
Revision:cb584c9
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
partymod.h
Go to the documentation of this file.
1
7
#ifndef PARTYMOD_H
8
#define PARTYMOD_H
9
10
#include "../../bscript/execmodl.h"
11
12
namespace
Pol
13
{
14
namespace
Bscript
15
{
16
class
BObjectImp;
17
class
Executor;
18
}
// namespace Bscript
19
}
// namespace Pol
20
21
namespace
Pol
22
{
23
namespace
Core
24
{
25
class
Party;
26
}
27
namespace
Module
28
{
29
class
PartyExecutorModule
:
public
Bscript::TmplExecutorModule
<PartyExecutorModule>
30
{
31
public
:
32
PartyExecutorModule
(
Bscript::Executor
& exec );
33
34
Bscript::BObjectImp
* mf_CreateParty();
35
Bscript::BObjectImp
* mf_DisbandParty();
36
Bscript::BObjectImp
* mf_SendPartyMsg();
37
Bscript::BObjectImp
* mf_SendPrivatePartyMsg();
38
};
39
40
Bscript::BObjectImp
*
CreatePartyRefObjImp
(
Core::Party
* party );
41
}
42
}
43
#endif
Pol::Module::PartyExecutorModule
Definition:
partymod.h:29
Pol::Module::CreatePartyRefObjImp
BObjectImp * CreatePartyRefObjImp(Core::Party *party)
Definition:
partymod.cpp:119
Pol::Bscript::BObjectImp
Definition:
bobject.h:59
Pol::Core::Party
Definition:
party.h:56
Pol::Bscript::TmplExecutorModule
Definition:
execmodl.h:100
Pol
Definition:
berror.cpp:12
Pol::Bscript::Executor
Definition:
executor.h:81
pol
module
partymod.h
Generated on Wed Oct 10 2018 02:42:13 for Pol by
1.8.11