Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: saifi0102 on August 14, 2015, 08:56:36 pm

Title: [QUESTION] 3D object handling in Lua?
Post by: saifi0102 on August 14, 2015, 08:56:36 pm
Hi,

I was wondering if there are any hidden functions in WoW Lua API to handle 3D objects in the world frame. Any ideas?
Title: Re: [QUESTION] 3D object handling in Lua?
Post by: Chase on August 14, 2015, 09:12:28 pm
If you are talking about objects in the game world, there is not.

The only objects you can control on screen are the "Model" or "PlayerModel" frames.

http://wowprogramming.com/docs/widgets/PlayerModel (http://wowprogramming.com/docs/widgets/PlayerModel" onclick="window.open(this.href);return false;)