View Single Post
12-17-22, 08:04 PM   #1
fatrog
A Fallenroot Satyr
Join Date: Nov 2022
Posts: 21
Add frame in world view (like worldframe?)

Hello,

I'd like to create a small addon to add images on top of group members characters (eg. above nameplate). What do I need to read to learn how to do that? I have ended up playing around with the parent frame worldframe from the api

Lua Code:
  1. CreateFrame("Frame", nil, WorldFrame)

Is this the right way to go? If so, how do I set the coordinate to match the position above characters head? I can't find infos about it. I looked up nameplates addon to get inspiration, but I don't find what I'm looking for (or maybe just I don't know what to look at x) )

Thanks for any help
  Reply With Quote