Skip to content

Instantly share code, notes, and snippets.

@haggen
Created June 4, 2019 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haggen/0505abbcb70ef9f97208048c62aacffa to your computer and use it in GitHub Desktop.
Save haggen/0505abbcb70ef9f97208048c62aacffa to your computer and use it in GitHub Desktop.
WoW chat frames
ChatFrame1:ClearAllPoints();
ChatFrame1:SetPoint("BOTTOMLEFT", "UIParent", "BOTTOMLEFT", 32, 85);
ChatFrame1:SetWidth(608);
ChatFrame1:SetHeight(200);
ChatFrame2:ClearAllPoints();
ChatFrame2:SetPoint("BOTTOMLEFT", "ChatFrame1", "TOPLEFT", 0, 35);
ChatFrame2:SetWidth(608);
ChatFrame2:SetHeight(200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment