|
Orxonox
0.0.5 Codename: Arcturus
|
Definition of the Script class. More...
#include "objects/ObjectsPrereqs.h"#include <string>#include <vector>#include "core/BaseObject.h"#include "network/ClientConnectionListener.h"Go to the source code of this file.
Classes | |
| class | orxonox::Script |
| The Script class lets you execute a piece of code, either the normal way or in lua, through XML. More... | |
Namespaces | |
| orxonox | |
| Die Wagnis Klasse hat die folgenden Aufgaben: | |
Enumerations | |
| enum | orxonox::ScriptMode { orxonox::ScriptMode::normal, orxonox::ScriptMode::lua } |
| The mode a specific Script is in. More... | |
Definition of the Script class.
1.8.11