Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: Lua/XML Help 01-28-21, 09:39 AM
Replies: 12
Views: 6,630
Posted By Fizzlemizz
You can paste the following to the bottom of the...

You can paste the following to the bottom of the addons Core.lua file to show/hide the model using: /3dv

SLASH_3DV1 = "/3dv"
SlashCmdList["3DV"] = function()
f:Click()
end
Forum: Lua/XML Help 02-28-20, 05:10 PM
Replies: 12
Views: 6,630
Posted By Fizzlemizz
You can do with it as you please, I have no need...

You can do with it as you please, I have no need for credit. Just happy to help you get started.
Forum: Lua/XML Help 02-28-20, 04:30 PM
Replies: 12
Views: 6,630
Posted By Fizzlemizz
Certainly no professional :). If you install a...

Certainly no professional :).

If you install a debugger it should be reasonably straight forward to keep the code in order should anything break (I don't think there's anything earth shattering in...
Forum: Lua/XML Help 02-28-20, 03:07 PM
Replies: 12
Views: 6,630
Posted By Fizzlemizz
The first two are pretty simple, the last one not...

The first two are pretty simple, the last one not so much as it's beyond the scope of the PlayerModel widget and into things I've not played with yet.

Updated the code in the original post and...
Forum: Lua/XML Help 02-28-20, 12:54 PM
Replies: 12
Views: 6,630
Posted By Fizzlemizz
You can move the frame out of the way but...

You can move the frame out of the way but arbitrarily clicking something behind it won't work.

If you replace SetPortraitZoom with SetPosition you can move/zoom the model inside the frame. You can...
Forum: Lua/XML Help 02-27-20, 11:24 AM
Replies: 12
Views: 6,630
Posted By Fizzlemizz
It's a bit rough but something like: (you can...

It's a bit rough but something like: (you can paste the code into the website (https://addon.bool.no/) to create/download as an addon). The Show/Hide button is on the target frame (and assumes you...
Showing results 1 to 6 of 6