Orxonox  0.0.5 Codename: Arcturus
Classes | Namespaces | Enumerations
Script.h File Reference

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...
 

Detailed Description

Definition of the Script class.