|
OpenMW
|
#include <stdexcept>Go to the source code of this file.
Classes | |
| union | Interpreter::Data |
Namespaces | |
| Interpreter | |
| script interpreter | |
Typedefs | |
| typedef unsigned int | Interpreter::Type_Code |
| typedef unsigned int | Interpreter::Type_Data |
| typedef short | Interpreter::Type_Short |
| typedef int | Interpreter::Type_Integer |
| typedef float | Interpreter::Type_Float |
Functions | |
| template<typename T > | |
| T & | Interpreter::getData (Data &data) |
| template<> | |
| Type_Integer & | Interpreter::getData (Data &data) |
| template<> | |
| Type_Float & | Interpreter::getData (Data &data) |
1.8.6