#include <string>Go to the source code of this file.
Namespaces | |
| namespace | ps |
Classes | |
| class | ps::TypeInfo |
| Class holding a variable type. More... | |
Enumerations | |
| enum | ps::TypeClass { ps::ETC_Integer, ps::ETC_Float, ps::ETC_UserPtr, ps::ETC_Struct, ps::ETC_None } |
Functions | |
| int | ps::getVariableType (TypeClass typeclass) |
| Converts a type class to a variable type used internally by the engine. | |
| TypeClass | ps::getTypeClass (int vartype) |
| Converts a variable type to a type class. | |
1.5.3