Go to the source code of this file.
Classes | |
class | DataStack |
DataStacks provide an interface for storing (and removing) variables that can be accessed from anywhere within the framework. Furthermore it's also possible to save these variables into files. More... | |
Functions | |
void | bindDataStack (asIScriptEngine *engine) |
Binds the DataStack class to AngelScript so that it can be used within scripts. |
void bindDataStack | ( | asIScriptEngine * | engine | ) |
Binds the DataStack class to AngelScript so that it can be used within scripts.
Definition at line 356 of file DataStack.cpp.