Go to the source code of this file.
Functions | |
DataStack * | createDataStack (const std::string &name) |
Reference factory for the DataStack class. | |
template<typename T > | |
void | bindSetGetVar (asIScriptEngine *engine, const std::string &asType) |
Binds the set and get functions for the appropriate type. | |
void | bindDataStack (asIScriptEngine *engine) |
Binds the DataStack class to AngelScript. |
void bindDataStack | ( | asIScriptEngine * | engine | ) |
void bindSetGetVar | ( | asIScriptEngine * | engine, | |
const std::string & | asType | |||
) | [inline] |
Binds the set and get functions for the appropriate type.
Definition at line 34 of file asDataStack.cpp.
DataStack* createDataStack | ( | const std::string & | name | ) |