mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
For now we reload all scripts. We should be smarter and only reload those scripts which are affected though.
36 lines
No EOL
1.1 KiB
C++
36 lines
No EOL
1.1 KiB
C++
// AUTOGENERATED file, created by the tool generate_stub.py, don't edit!
|
|
// If you want to add your own functionality, instead edit the stubPythonEntityScript_custom.h file.
|
|
|
|
#include "rulesets/PythonEntityScript.h"
|
|
#include "stubPythonEntityScript_custom.h"
|
|
|
|
#ifndef STUB_RULESETS_PYTHONENTITYSCRIPT_H
|
|
#define STUB_RULESETS_PYTHONENTITYSCRIPT_H
|
|
|
|
#ifndef STUB_PythonEntityScript_PythonEntityScript
|
|
//#define STUB_PythonEntityScript_PythonEntityScript
|
|
PythonEntityScript::PythonEntityScript(PyObject *)
|
|
: PythonWrapper(PyObject)
|
|
{
|
|
|
|
}
|
|
#endif //STUB_PythonEntityScript_PythonEntityScript
|
|
|
|
#ifndef STUB_PythonEntityScript_operation
|
|
//#define STUB_PythonEntityScript_operation
|
|
bool PythonEntityScript::operation(const std::string & opname, const Atlas::Objects::Operation::RootOperation & op, OpVector & res)
|
|
{
|
|
return false;
|
|
}
|
|
#endif //STUB_PythonEntityScript_operation
|
|
|
|
#ifndef STUB_PythonEntityScript_hook
|
|
//#define STUB_PythonEntityScript_hook
|
|
void PythonEntityScript::hook(const std::string & function, LocatedEntity * entity)
|
|
{
|
|
|
|
}
|
|
#endif //STUB_PythonEntityScript_hook
|
|
|
|
|
|
#endif |