skeetzoo
Banned User
skeetzoo submitted a new resource:
luaDoRotateItem isRotatable - luafunc
Read more about this resource...
luaDoRotateItem isRotatable - luafunc
rotate items from lua scripts actions movements etc.
LUA:// NEW ITEMS options static int luaIsRotatable(lua_State* L); static int luaDoRotateItem(lua_State* L);
C++://isRotatable(uid) lua_register(luaState, "isRotatable", LuaScriptInterface::luaIsRotatable); //doRotateItem(uid) lua_register(luaState, "doRotateItem", LuaScriptInterface::luaDoRotateItem);
C++:int LuaScriptInterface::luaIsRotatable(lua_State* L) { //...
Read more about this resource...