|
Pol
Revision:b38175a
|
#include "../clib/clib.h"#include "../clib/logfacility.h"#include "../bscript/config.h"#include "../bscript/eprog.h"#include "../bscript/escriptv.h"#include "../bscript/filefmt.h"#include "../bscript/tokens.h"#include "../bscript/symcont.h"#include "../bscript/token.h"#include "../bscript/execmodl.h"#include "../bscript/executor.h"#include "../pol/sqlscrobj.h"#include "../clib/cmdargs.h"#include "../clib/cfgelem.h"#include "../pol/module/basicmod.h"#include "../pol/module/basiciomod.h"#include "../pol/module/mathmod.h"#include "../pol/module/sqlmod.h"#include "../pol/module/utilmod.h"#include "../pol/module/filemod.h"#include "../pol/module/cfgmod.h"#include "../pol/module/datastore.h"#include "../pol/polcfg.h"#include "../clib/timer.h"#include <cstring>#include <cstdio>#include <ctime>#include <iostream>#include <iomanip>
Include dependency graph for runecl.cpp:Go to the source code of this file.
Namespaces | |
| namespace | Pol |
$TITLE=Reputation System | |
| namespace | Pol::Bscript |
Guild Object Properties: guild.guildid : integer guild.members : array of offline mobilerefs guild.allyguilds : array of allied guilds guild.enemyguilds : array of enemy guilds. | |
| namespace | Pol::Runecl |
Functions | |
| void | Pol::Bscript::display_bobjectimp_instances () |
| void | Pol::Runecl::DumpCaseJmp (std::ostream &os, const Token &token, EScriptProgram *) |
| void | Pol::Runecl::DumpScript (const char *path) |
| int | Pol::Runecl::exec_script (const char *path) |
| void | Pol::Runecl::foo (BApplicObjType *laot, Bscript::BObjectImp::BObjectType lot) |
| int | Pol::Runecl::run (int argc, char **argv) |
| void | Pol::Runecl::usage (void) |
| int | Pol::xmain (int argc, char *argv[]) |
Variables | |
| BApplicObjType | Pol::Runecl::aot |
| int | Pol::Runecl::debug = 0 |
| Bscript::BObjectImp::BObjectType | Pol::Runecl::ot = Bscript::BObjectImp::OTLong |
| bool | Pol::Runecl::profile = false |
| int | Pol::Runecl::quiet = 0 |
| int | Pol::Runecl::x |