UGDK
0.4.1
|
#include <ugdk/script.h>
Go to the source code of this file.
Namespaces | |
namespace | ugdk |
Functions | |
void | ugdk::RegisterLuaModules (script::lua::LuaWrapper *wrapper) |
Loads all UGDK's Lua modules using the given wrapper. | |
void | ugdk::RegisterPythonModules (script::python::PythonWrapper *wrapper) |
Loads all UGDK's Python modules using the given wrapper. | |