cyphesis/tests/stubs/rulesets/stubPythonEntityScript.h

36 lines
1.1 KiB
C
Raw Permalink Normal View History

2017-07-03 22:18:31 +02:00
// 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