This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Our first step of the new Authors Portal is Live! Learn more or click here to check it out!
Exist any way how create frame that CreateFrame("PlayerModel", ....... in AceConfigDialog table ?
Any that this in AceConfig
local model = CreateFrame("PlayerModel", nil, frame)model:SetFrameLevel(1) model:SetSize(X, Y)
model:SetDisplayInfo(17055)model:Show()local modelContainer = AceGUI:Create("InlineGroup")
Exist any way how create frame that CreateFrame("PlayerModel", ....... in AceConfigDialog table ?
Any that this in AceConfig
local model = CreateFrame("PlayerModel", nil, frame)
model:SetFrameLevel(1)
model:SetSize(X, Y)
model:SetDisplayInfo(17055)
model:Show()
local modelContainer = AceGUI:Create("InlineGroup")