|
Platformer
Platformer
|
This class manages the python scripts of our game as a singleton. More...
#include <PythonManager.hpp>

Public Member Functions | |
| void | init () |
| Initializes the python manager. | |
| void | shutdown () |
| Shuts down the python manager. | |
| PythonManager (const PythonManager &)=delete | |
| Stop the compiler from generating methods to copy the object. | |
| PythonManager & | operator= (const PythonManager &)=delete |
| Stop the compiler from generating methods to copy the object. | |
Static Public Member Functions | |
| static PythonManager & | instance () |
| The singleton instance of the PythonManager. | |
Private Member Functions | |
| PythonManager () | |
| Constructs a PythonManager. | |
| ~PythonManager () | |
| Destructs a PythonManager. | |
This class manages the python scripts of our game as a singleton.
1.8.14