Go to the source code of this file.
Classes | |
class | Script |
The Script class is technically a wrapper for every AngelScript file that is loaded by the framework. More... | |
Functions | |
void | bindScript (asIScriptEngine *engine) |
Binds the Script class to AngelScript so that it can be used within scripts. |
void bindScript | ( | asIScriptEngine * | engine | ) |
Binds the Script class to AngelScript so that it can be used within scripts.
Definition at line 192 of file Script.cpp.