UGDK
0.4.1
|
Namespaces | |
namespace | collision |
namespace | geometry |
Functions | |
void | RegisterLuaModules (ugdk::script::lua::LuaWrapper *wrapper) |
Loads all PYRAMIDWORKS's Lua modules using the given wrapper. | |
void | RegisterPythonModules (ugdk::script::python::PythonWrapper *wrapper) |
Loads all PYRAMIDWORKS's Python modules using the given wrapper. | |
void pyramidworks::RegisterLuaModules | ( | ugdk::script::lua::LuaWrapper * | wrapper | ) |
Loads all PYRAMIDWORKS's Lua modules using the given wrapper.
wrapper | - The wrapper used to register the modules. |
void pyramidworks::RegisterPythonModules | ( | ugdk::script::python::PythonWrapper * | wrapper | ) |
Loads all PYRAMIDWORKS's Python modules using the given wrapper.
wrapper | - The wrapper used to register the modules. |