#include <MREmbeddedPython.h>
|
| static MREMBEDDEDPYTHON_API bool | isAvailable () |
| | Set this once before running anything.
|
| |
| static MREMBEDDEDPYTHON_API void | shutdown () |
| |
| static bool | nowRunning () |
| |
| static MREMBEDDEDPYTHON_API bool | runString (std::string pythonString, std::function< void(bool success)> onDoneAsync=nullptr) |
| |
| static MREMBEDDEDPYTHON_API bool | runScript (const std::filesystem::path &path) |
| |
| static MREMBEDDEDPYTHON_API bool | isPythonScript (const std::filesystem::path &path) |
| |
The documentation for this class was generated from the following file: