User contributions for Ghostopheles

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

24 April 2024

29 March 2024

26 February 2024

25 January 2024

12 January 2024

10 January 2024

8 January 2024

23 December 2023

1 December 2023

25 November 2023

9 November 2023

  • 21:5321:53, 9 November 2023 diff hist +336 N User:Ghostopheles/common.cssCreated page with "#mw-panel { display: none; } #content { margin-left: 0; } #p-cactions { left: .1em; } #left-navigation { margin-left: 0; } header#wikigg-header { display: none; } #mw-page-base { height: 3em; } #left-navigation { margin-top: 0; } #right-navigation { margin-top: 0; } #footer { margin-left: 0; } footer#wikigg-footer { display: none; }"

8 November 2023

26 June 2023

15 June 2023

  • 23:2223:22, 15 June 2023 diff hist −23 API IsInGuildGroupdont be so bold pt 2 current
  • 23:2123:21, 15 June 2023 diff hist −29 API UnitInAnyGroupdont be so bold
  • 23:1323:13, 15 June 2023 diff hist +229 N API GetCurrentGraphicsAPICreated page with "{{wowapi}} Returns the currently selected graphics API. gxAPI = GetCurrentGraphicsAPI() ==Returns== :;graphicsAPI:{{apitype|gxAPI}} - Can be any of; D3D12, D3D11, D3D11_LEGACY, ''gll'' or ''opengl'' ==Related== :CVar gxApi" current
  • 22:5222:52, 15 June 2023 diff hist +4 API AcceptGroupCode block was missing a closing parenthesis and indent current
  • 22:5122:51, 15 June 2023 diff hist +970 N API DeclineGroupCreated page with "{{wowapi}} Declines an invitation to a group. DeclineGroup() ==Example== The following snippet auto-declines invitations from characters whose names contain Ghost. <syntaxhighlight lang="lua"> local frame = CreateFrame("FRAME") frame:RegisterEvent("PARTY_INVITE_REQUEST") frame:SetScript("OnEvent", function(self, event, sender) if sender:match("Ghost") then DeclineGroup() end end) </syntaxhighlight> ==Details== *You can use this after recieving the {{api|t=e|PA..." current
  • 22:3922:39, 15 June 2023 diff hist +535 N API IsGUIDInGroupCreated page with "{{wowapi}} Returns whether or not the unit with the given GUID is in your group. inGroup = IsGUIDInGroup(UnitGUID("target"), [groupType]) ==Arguments== :;guid:{{apitype|WOWGUID}} :;groupType:{{apitype|number?}} {{:LE_PARTY_CATEGORY|nocaption=1}} ==Returns== :;inGroup:{{apitype|bool}} - True if the given GUID is in your group, considering groupType if provided, otherwise false. ==Details== {| {{apitable}} border: 0px;" {{apirow | Related API | {{api|UnitGUID}} }} {{ap..."
  • 22:2422:24, 15 June 2023 diff hist +404 N API UnitInAnyGroupCreated page with "{{wowapi}} Returns whether or not the targeted unit is in a Group of any type. Instance, raid, party, etc. '''''Usage''''': inGroup = UnitInAnyGroup("target") ==Arguments== :;'''unit''':UnitId - The unit token of the unit to check group status for. Always returns false if no unit is provided. ==Returns== :;'''inGroup''':{{apitype|boolean}} - True if the target is in a group, false otherwise."
  • 22:1022:10, 15 June 2023 diff hist +241 N API IsInGuildGroupCreated page with "{{wowapi}} Returns whether or not you are in a guild party. '''''Usage''''': inGuildGroup = IsInGuildGroup() ==Arguments== None ==Returns== :;'''inGuildGroup''':{{apitype|boolean}} - True if you are in a valid guild group, otherwise false."

27 May 2023

25 May 2023

21 May 2023

14 May 2023

27 April 2023