|
Pol
Rev 533
|
#include <utilmod.h>
Inheritance diagram for UtilExecutorModule:
Collaboration diagram for UtilExecutorModule:Public Member Functions | |
| UtilExecutorModule (Executor &exec) | |
| BObjectImp * | mf_RandomDiceRoll () |
| BObjectImp * | mf_RandomFloat () |
| BObjectImp * | mf_RandomInt () |
| BObjectImp * | mf_RandomIntMinMax () |
| BObjectImp * | mf_StrFormatTime () |
| UtilExecutorModule::UtilExecutorModule | ( | Executor & | exec | ) | [inline] |
Definition at line 95 of file utilmod.cpp.
References String::data(), ExecutorModule::exec, Executor::getStringParam(), Dice::load(), and Dice::roll().
Here is the call graph for this function:Definition at line 82 of file utilmod.cpp.
References ExecutorModule::exec, Executor::getRealParam(), and random_float().
Here is the call graph for this function:Definition at line 47 of file utilmod.cpp.
References ExecutorModule::exec, Executor::getParam(), and random_int().
Here is the call graph for this function:Definition at line 63 of file utilmod.cpp.
References ExecutorModule::exec, Executor::getParam(), and random_int_range().
Here is the call graph for this function:Definition at line 117 of file utilmod.cpp.
References buffer, String::data(), ExecutorModule::getParam(), ExecutorModule::getStringParam(), and String::length().
Here is the call graph for this function: