Pol  Revision:cb584c9
Pol::Module::UtilExecutorModule Class Reference

#include <utilmod.h>

+ Inheritance diagram for Pol::Module::UtilExecutorModule:

Public Member Functions

 UtilExecutorModule (Bscript::Executor &exec)
 
Bscript::BObjectImpmf_RandomDiceRoll ()
 
Bscript::BObjectImpmf_RandomFloat ()
 
Bscript::BObjectImpmf_RandomInt ()
 
Bscript::BObjectImpmf_RandomIntMinMax ()
 
Bscript::BObjectImpmf_StrFormatTime ()
 
- Public Member Functions inherited from Pol::Bscript::ExecutorModule
virtual ~ExecutorModule ()=default
 
BApplicObjBasegetApplicObjParam (unsigned param, const BApplicObjType *object_type)
 
void * getApplicPtrParam (unsigned param, const BApplicObjType *pointer_type)
 
bool getObjArrayParam (unsigned param, ObjArray *&pobjarr)
 
bool getParam (unsigned param, int &value)
 
bool getParam (unsigned param, int &value, int maxval)
 
bool getParam (unsigned param, int &value, int minval, int maxval)
 
bool getParam (unsigned param, unsigned &value)
 
bool getParam (unsigned param, short &value)
 
bool getParam (unsigned param, short &value, short maxval)
 
bool getParam (unsigned param, short &value, short minval, short maxval)
 
bool getParam (unsigned param, unsigned short &value)
 
bool getParam (unsigned param, unsigned short &value, unsigned short maxval)
 
bool getParam (unsigned param, unsigned short &value, unsigned short minval, unsigned short maxval)
 
BObjectImpgetParamImp (unsigned param)
 
BObjectImpgetParamImp (unsigned param, BObjectImp::BObjectType type)
 
bool getParamImp (unsigned param, BObjectImp *&imp)
 
bool getRealParam (unsigned param, double &value)
 
const StringgetStringParam (unsigned param)
 
bool getStringParam (unsigned param, const String *&pstr)
 
const std::string & scriptname () const
 

Additional Inherited Members

- Public Attributes inherited from Pol::Bscript::ExecutorModule
Executorexec
 
- Protected Member Functions inherited from Pol::Bscript::TmplExecutorModule< UtilExecutorModule >
 TmplExecutorModule (const char *modname, Executor &exec)
 
virtual BObjectImpexecFunc (unsigned idx) POL_OVERRIDE
 
virtual int functionIndex (const std::string &funcname) POL_OVERRIDE
 
virtual std::string functionName (unsigned idx) POL_OVERRIDE
 
- Protected Member Functions inherited from Pol::Bscript::ExecutorModule
 ExecutorModule (const char *moduleName, Executor &iExec)
 
- Protected Attributes inherited from Pol::Bscript::ExecutorModule
boost_utils::function_name_flystring moduleName
 

Detailed Description

Definition at line 26 of file utilmod.h.

Constructor & Destructor Documentation

Pol::Module::UtilExecutorModule::UtilExecutorModule ( Bscript::Executor exec)

Definition at line 39 of file utilmod.cpp.

Member Function Documentation

Bscript::BObjectImp * Pol::Module::UtilExecutorModule::mf_RandomInt ( )
Bscript::BObjectImp * Pol::Module::UtilExecutorModule::mf_RandomIntMinMax ( )

The documentation for this class was generated from the following files: