This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] 3D object handling in Lua?  (Read 607 times)

saifi0102

  • Registred Member
  • LUA Script Tinker
  • *****
  • Posts: 42
    • View Profile
[QUESTION] 3D object handling in Lua?
« 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?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Chase

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 116
    • View Profile
Re: [QUESTION] 3D object handling in Lua?
« Reply #1 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »