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