|
Pol
Revision:cb584c9
|
#include "syshook.h"#include <stddef.h>#include <string>#include "../bscript/bobject.h"#include "../clib/cfgelem.h"#include "../clib/cfgfile.h"#include "../clib/fileutil.h"#include "../clib/logfacility.h"#include "../plib/pkg.h"#include "../plib/systemstate.h"#include "globals/uvars.h"#include "scrdef.h"#include "syshookscript.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Core | |
Functions | |
| ExportedFunction * | Pol::Core::FindExportedFunction (Clib::ConfigElem &elem, const Plib::Package *pkg, const std::string &descriptor, unsigned nargs, bool complain_if_missing) |
| ExportScript * | Pol::Core::FindExportScript (const ScriptDef &sd) |
| void | Pol::Core::hook (ExportScript *shs, const std::string &hookname, const std::string &exfuncname) |
| void | Pol::Core::load_system_hooks () |
Definition in file syshook.cpp.