|
Pol
Revision:cb584c9
|
#include "scrstore.h"#include "../bscript/eprog.h"#include "../clib/logfacility.h"#include "../clib/rawtypes.h"#include "../clib/strutil.h"#include "../plib/systemstate.h"#include "globals/script_internals.h"#include "globals/state.h"#include "polcfg.h"#include "profile.h"#include "scrdef.h"#include <format/format.h>Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Core | |
| Pol::Items | |
Functions | |
| void | Pol::Core::clear_script_profile_counters () |
| ref_ptr< Bscript::EScriptProgram > | Pol::Core::find_script (const std::string &name, bool complain_if_not_found, bool cache_script) |
| ref_ptr< Bscript::EScriptProgram > | Pol::Core::find_script2 (const ScriptDef &script, bool complain_if_not_found, bool cache_script) |
| void | Pol::Core::log_all_script_cycle_counts (bool clear_counters) |
| void | Pol::Items::preload_test_scripts (const std::string &script_ecl) |
| void | Pol::Items::preload_test_scripts () |
| bool | Pol::Core::script_loaded (ScriptDef &sd) |
| int | Pol::Core::unload_all_scripts () |
| int | Pol::Core::unload_script (const std::string &name_in) |
Definition in file scrstore.cpp.