• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
Resource icon

luaDoRotateItem isRotatable

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)...
You do not have permission to view the full content of this resource. Log in or register now.
Back
Top