eluna-scripts-ornfelt/lua/WowEmulationScriptPack/Lua/WIP/APTClient.lua

17 lines
470 B
Lua
Raw Permalink Normal View History

2023-08-16 00:50:59 +02:00
local AIO = AIO or require("AIO")
if AIO.AddAddon() then
return
end
local APTHandlers = AIO.AddHandlers("APTStuff", {})
-- local mod = CreateFrame("Model",nil,parent)
--
-- light = light or {1, 0, 0, -0.707, -0.707, 0.7, 1.0, 1.0, 1.0, 0.8, 1.0, 1.0, 0.8}
-- mod:SetModel(camera or "world\\expansion07\\doodads\\human\\8hu_kultiras_flag03.m2")
-- mod:SetSize(1000, 500)
-- mod:SetPoint("CENTER")
-- mod:SetCamera(1)
-- mod:SetLight(unpack(light))
-- mod:SetAlpha(1)