You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like to have a share location button I could send people I chat with.
It should just add like "{rt7} : I'm located in Ironforge (33,65)."
Here's the function I used to create that. Just toss that into your frame and you should be set. (=
/run local m=C_Map.GetBestMapForUnit("player") if m then local p=C_Map.GetPlayerMapPosition(m,"player") if p then local x,y=p:GetXY() print("{rt7} : I'm in "..C_Map.GetMapInfo(m).name..format(" (%.0f,%.0f)",x100,y100)..".") end end
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'd like to have a share location button I could send people I chat with.
It should just add like "{rt7} : I'm located in Ironforge (33,65)."
Here's the function I used to create that. Just toss that into your frame and you should be set. (=
/run local m=C_Map.GetBestMapForUnit("player") if m then local p=C_Map.GetPlayerMapPosition(m,"player") if p then local x,y=p:GetXY() print("{rt7} : I'm in "..C_Map.GetMapInfo(m).name..format(" (%.0f,%.0f)",x100,y100)..".") end end
The text was updated successfully, but these errors were encountered: