diff --git a/Reference/API Reference/!/API Reference.sublime-completions.txt b/Reference/API Reference/!/API Reference.sublime-completions.txt index 28411db22..7c429de24 100644 --- a/Reference/API Reference/!/API Reference.sublime-completions.txt +++ b/Reference/API Reference/!/API Reference.sublime-completions.txt @@ -1538,6 +1538,11 @@ {"trigger": "WarGameRespond\t(accept)", "contents": "WarGameRespond(${1:accept})$0"}, {"trigger": "WithdrawGuildBankMoney\t(amount)", "contents": "WithdrawGuildBankMoney(${1:amount})$0"}, {"trigger": "WrapTextInColorCode\t(text, colorHexString)", "contents": "WrapTextInColorCode(\"${1:text}\", \"${2:colorHexString}\")$0"}, + + + + + {"trigger": "_AbbreviateLargeNumbers\t(\"value\")", "contents": "${1:formattedValue} = AbbreviateLargeNumbers(\"${2:value}\")$0"}, {"trigger": "_AbbreviateNumbers\t(\"value\")", "contents": "${1:formattedValue} = AbbreviateNumbers(\"${2:value}\")$0"}, {"trigger": "_ActionHasRange\t(slot)", "contents": "${1:hasRange} = ActionHasRange(${2:slot})$0"}, diff --git a/Reference/Category Reference/!/C_ActionBar.sublime-completions.txt b/Reference/Category Reference/!/C_ActionBar.sublime-completions.txt deleted file mode 100644 index 1704b829e..000000000 --- a/Reference/Category Reference/!/C_ActionBar.sublime-completions.txt +++ /dev/null @@ -1,7 +0,0 @@ -{ - "scope": "source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua", - "completions": [ - {"trigger": "C_ActionBar.FindFlyoutActionButtons\t(flyoutID)", "contents": "C_ActionBar.FindFlyoutActionButtons(${1:flyoutID})$0"}, - {"trigger": "C_ActionBar.FindPetActionButtons\t(petAction)", "contents": "C_ActionBar.FindPetActionButtons(${1:petAction})$0"}, - ] -} diff --git a/Reference/Category Reference/!/Category Reference.sublime-completions.txt b/Reference/Category Reference/!/Category Reference.sublime-completions.txt new file mode 100644 index 000000000..632a12689 --- /dev/null +++ b/Reference/Category Reference/!/Category Reference.sublime-completions.txt @@ -0,0 +1,5754 @@ +{ + "scope": "source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua", + "completions": [ + { + "trigger": "C_AccountInfo.IsGUIDBattleNetAccountType\t(\"guid\")", + "contents": "C_AccountInfo.IsGUIDBattleNetAccountType(\"${1:guid}\")$0", + }, + { + "trigger": "C_AccountInfo.IsGUIDRelatedToLocalAccount\t(\"guid\")", + "contents": "C_AccountInfo.IsGUIDRelatedToLocalAccount(\"${1:guid}\")$0", + }, + { + "trigger": "C_AchievementInfo.SetPortraitTexture\t(textureObject)", + "contents": "C_AchievementInfo.SetPortraitTexture(${1:textureObject})$0", + }, + { + "trigger": "C_ActionBar.FindFlyoutActionButtons\t(flyoutID)", + "contents": "C_ActionBar.FindFlyoutActionButtons(${1:flyoutID})$0", + }, + { + "trigger": "C_ActionBar.FindPetActionButtons\t(petActionID)", + "contents": "C_ActionBar.FindPetActionButtons(${1:petActionID})$0", + }, + { + "trigger": "C_ActionBar.FindSpellActionButtons\t(spellID)", + "contents": "C_ActionBar.FindSpellActionButtons(${1:spellID})$0", + }, + { + "trigger": "C_ActionBar.GetPetActionPetBarIndices\t(petActionID)", + "contents": "C_ActionBar.GetPetActionPetBarIndices(${1:petActionID})$0", + }, + { + "trigger": "C_ActionBar.HasFlyoutActionButtons\t(flyoutID)", + "contents": "C_ActionBar.HasFlyoutActionButtons(${1:flyoutID})$0", + }, + { + "trigger": "C_ActionBar.HasPetActionButtons\t(petActionID)", + "contents": "C_ActionBar.HasPetActionButtons(${1:petActionID})$0", + }, + { + "trigger": "C_ActionBar.HasPetActionPetBarIndices\t(petActionID)", + "contents": "C_ActionBar.HasPetActionPetBarIndices(${1:petActionID})$0", + }, + { + "trigger": "C_ActionBar.HasSpellActionButtons\t(spellID)", + "contents": "C_ActionBar.HasSpellActionButtons(${1:spellID})$0", + }, + { + "trigger": "C_ActionBar.IsAutoCastPetAction\t(slotID)", + "contents": "C_ActionBar.IsAutoCastPetAction(${1:slotID})$0", + }, + { + "trigger": "C_ActionBar.IsEnabledAutoCastPetAction\t(slotID)", + "contents": "C_ActionBar.IsEnabledAutoCastPetAction(${1:slotID})$0", + }, + { + "trigger": "C_ActionBar.IsOnBarOrSpecialBar\t(spellID)", + "contents": "C_ActionBar.IsOnBarOrSpecialBar(${1:spellID})$0", + }, + { + "trigger": "C_ActionBar.ShouldOverrideBarShowHealthBar\t()", + "contents": "C_ActionBar.ShouldOverrideBarShowHealthBar()$0", + }, + { + "trigger": "C_ActionBar.ShouldOverrideBarShowManaBar\t()", + "contents": "C_ActionBar.ShouldOverrideBarShowManaBar()$0", + }, + { + "trigger": "C_ActionBar.ToggleAutoCastPetAction\t(slotID)", + "contents": "C_ActionBar.ToggleAutoCastPetAction(${1:slotID})$0", + }, + { + "trigger": "C_AlliedRaces.ClearAlliedRaceDetailsGiver\t()", + "contents": "C_AlliedRaces.ClearAlliedRaceDetailsGiver()$0", + }, + { + "trigger": "C_AlliedRaces.GetAllRacialAbilitiesFromID\t(raceID)", + "contents": "C_AlliedRaces.GetAllRacialAbilitiesFromID(${1:raceID})$0", + }, + { + "trigger": "C_AlliedRaces.GetRaceInfoByID\t(raceID)", + "contents": "C_AlliedRaces.GetRaceInfoByID(${1:raceID})$0", + }, + { + "trigger": "C_AreaPoiInfo.GetAreaPOIForMap\t(uiMapID)", + "contents": "C_AreaPoiInfo.GetAreaPOIForMap(${1:uiMapID})$0", + }, + { + "trigger": "C_AreaPoiInfo.GetAreaPOIInfo\t(uiMapID, areaPoiID)", + "contents": "C_AreaPoiInfo.GetAreaPOIInfo(${1:uiMapID}, ${2:areaPoiID})$0", + }, + { + "trigger": "C_AreaPoiInfo.GetAreaPOITimeLeft\t(areaPoiID)", + "contents": "C_AreaPoiInfo.GetAreaPOITimeLeft(${1:areaPoiID})$0", + }, + { + "trigger": "C_AreaPoiInfo.IsAreaPOITimed\t(areaPoiID)", + "contents": "C_AreaPoiInfo.IsAreaPOITimed(${1:areaPoiID})$0", + }, + { + "trigger": "C_ArtifactUI.AddPower\t(powerID)", + "contents": "C_ArtifactUI.AddPower(${1:powerID})$0", + }, + { + "trigger": "C_ArtifactUI.ApplyCursorRelicToSlot\t(relicSlotIndex)", + "contents": "C_ArtifactUI.ApplyCursorRelicToSlot(${1:relicSlotIndex})$0", + }, + { + "trigger": "C_ArtifactUI.CanApplyArtifactRelic\t(relicItemID, onlyUnlocked)", + "contents": "C_ArtifactUI.CanApplyArtifactRelic(${1:relicItemID}, ${2:onlyUnlocked})$0", + }, + { + "trigger": "C_ArtifactUI.CanApplyCursorRelicToSlot\t(relicSlotIndex)", + "contents": "C_ArtifactUI.CanApplyCursorRelicToSlot(${1:relicSlotIndex})$0", + }, + { + "trigger": "C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot\t(relicItemID, relicSlotIndex)", + "contents": "C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot(${1:relicItemID}, ${2:relicSlotIndex})$0", + }, + { + "trigger": "C_ArtifactUI.CanApplyRelicItemIDToSlot\t(relicItemID, relicSlotIndex)", + "contents": "C_ArtifactUI.CanApplyRelicItemIDToSlot(${1:relicItemID}, ${2:relicSlotIndex})$0", + }, + { + "trigger": "C_ArtifactUI.CheckRespecNPC\t()", + "contents": "C_ArtifactUI.CheckRespecNPC()$0", + }, + { + "trigger": "C_ArtifactUI.Clear\t()", + "contents": "C_ArtifactUI.Clear()$0", + }, + { + "trigger": "C_ArtifactUI.ClearForgeCamera\t()", + "contents": "C_ArtifactUI.ClearForgeCamera()$0", + }, + { + "trigger": "C_ArtifactUI.ConfirmRespec\t()", + "contents": "C_ArtifactUI.ConfirmRespec()$0", + }, + { + "trigger": "C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted\t()", + "contents": "C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted()$0", + }, + { + "trigger": "C_ArtifactUI.GetAppearanceInfo\t(appearanceSetIndex, appearanceIndex)", + "contents": "C_ArtifactUI.GetAppearanceInfo(${1:appearanceSetIndex}, ${2:appearanceIndex})$0", + }, + { + "trigger": "C_ArtifactUI.GetAppearanceInfoByID\t(artifactAppearanceID)", + "contents": "C_ArtifactUI.GetAppearanceInfoByID(${1:artifactAppearanceID})$0", + }, + { + "trigger": "C_ArtifactUI.GetAppearanceSetInfo\t(appearanceSetIndex)", + "contents": "C_ArtifactUI.GetAppearanceSetInfo(${1:appearanceSetIndex})$0", + }, + { + "trigger": "C_ArtifactUI.GetArtifactArtInfo\t()", + "contents": "C_ArtifactUI.GetArtifactArtInfo()$0", + }, + { + "trigger": "C_ArtifactUI.GetArtifactInfo\t()", + "contents": "C_ArtifactUI.GetArtifactInfo()$0", + }, + { + "trigger": "C_ArtifactUI.GetArtifactTier\t()", + "contents": "C_ArtifactUI.GetArtifactTier()$0", + }, + { + "trigger": "C_ArtifactUI.GetArtifactXPRewardTargetInfo\t(artifactCategoryID)", + "contents": "C_ArtifactUI.GetArtifactXPRewardTargetInfo(${1:artifactCategoryID})$0", + }, + { + "trigger": "C_ArtifactUI.GetCostForPointAtRank\t(rank, tier)", + "contents": "C_ArtifactUI.GetCostForPointAtRank(${1:rank}, ${2:tier})$0", + }, + { + "trigger": "C_ArtifactUI.GetEquippedArtifactArtInfo\t()", + "contents": "C_ArtifactUI.GetEquippedArtifactArtInfo()$0", + }, + { + "trigger": "C_ArtifactUI.GetEquippedArtifactInfo\t()", + "contents": "C_ArtifactUI.GetEquippedArtifactInfo()$0", + }, + { + "trigger": "C_ArtifactUI.GetEquippedArtifactNumRelicSlots\t(onlyUnlocked)", + "contents": "C_ArtifactUI.GetEquippedArtifactNumRelicSlots(${1:onlyUnlocked})$0", + }, + { + "trigger": "C_ArtifactUI.GetEquippedArtifactRelicInfo\t(relicSlotIndex)", + "contents": "C_ArtifactUI.GetEquippedArtifactRelicInfo(${1:relicSlotIndex})$0", + }, + { + "trigger": "C_ArtifactUI.GetEquippedRelicLockedReason\t(relicSlotIndex)", + "contents": "C_ArtifactUI.GetEquippedRelicLockedReason(${1:relicSlotIndex})$0", + }, + { + "trigger": "C_ArtifactUI.GetForgeRotation\t()", + "contents": "C_ArtifactUI.GetForgeRotation()$0", + }, + { + "trigger": "C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic\t(\"itemLinkOrID\")", + "contents": "C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic(\"${1:itemLinkOrID}\")$0", + }, + { + "trigger": "C_ArtifactUI.GetMetaPowerInfo\t()", + "contents": "C_ArtifactUI.GetMetaPowerInfo()$0", + }, + { + "trigger": "C_ArtifactUI.GetNumAppearanceSets\t()", + "contents": "C_ArtifactUI.GetNumAppearanceSets()$0", + }, + { + "trigger": "C_ArtifactUI.GetNumObtainedArtifacts\t()", + "contents": "C_ArtifactUI.GetNumObtainedArtifacts()$0", + }, + { + "trigger": "C_ArtifactUI.GetNumRelicSlots\t(onlyUnlocked)", + "contents": "C_ArtifactUI.GetNumRelicSlots(${1:onlyUnlocked})$0", + }, + { + "trigger": "C_ArtifactUI.GetPointsRemaining\t()", + "contents": "C_ArtifactUI.GetPointsRemaining()$0", + }, + { + "trigger": "C_ArtifactUI.GetPowerHyperlink\t(powerID)", + "contents": "C_ArtifactUI.GetPowerHyperlink(${1:powerID})$0", + }, + { + "trigger": "C_ArtifactUI.GetPowerInfo\t(powerID)", + "contents": "C_ArtifactUI.GetPowerInfo(${1:powerID})$0", + }, + { + "trigger": "C_ArtifactUI.GetPowerLinks\t(powerID)", + "contents": "C_ArtifactUI.GetPowerLinks(${1:powerID})$0", + }, + { + "trigger": "C_ArtifactUI.GetPowers\t()", + "contents": "C_ArtifactUI.GetPowers()$0", + }, + { + "trigger": "C_ArtifactUI.GetPowersAffectedByRelic\t(relicSlotIndex)", + "contents": "C_ArtifactUI.GetPowersAffectedByRelic(${1:relicSlotIndex})$0", + }, + { + "trigger": "C_ArtifactUI.GetPowersAffectedByRelicItemLink\t(\"relicItemInfo\")", + "contents": "C_ArtifactUI.GetPowersAffectedByRelicItemLink(\"${1:relicItemInfo}\")$0", + }, + { + "trigger": "C_ArtifactUI.GetPreviewAppearance\t()", + "contents": "C_ArtifactUI.GetPreviewAppearance()$0", + }, + { + "trigger": "C_ArtifactUI.GetRelicInfo\t(relicSlotIndex)", + "contents": "C_ArtifactUI.GetRelicInfo(${1:relicSlotIndex})$0", + }, + { + "trigger": "C_ArtifactUI.GetRelicInfoByItemID\t(itemID)", + "contents": "C_ArtifactUI.GetRelicInfoByItemID(${1:itemID})$0", + }, + { + "trigger": "C_ArtifactUI.GetRelicLockedReason\t(relicSlotIndex)", + "contents": "C_ArtifactUI.GetRelicLockedReason(${1:relicSlotIndex})$0", + }, + { + "trigger": "C_ArtifactUI.GetRelicSlotType\t(relicSlotIndex)", + "contents": "C_ArtifactUI.GetRelicSlotType(${1:relicSlotIndex})$0", + }, + { + "trigger": "C_ArtifactUI.GetRespecArtifactArtInfo\t()", + "contents": "C_ArtifactUI.GetRespecArtifactArtInfo()$0", + }, + { + "trigger": "C_ArtifactUI.GetRespecArtifactInfo\t()", + "contents": "C_ArtifactUI.GetRespecArtifactInfo()$0", + }, + { + "trigger": "C_ArtifactUI.GetRespecCost\t()", + "contents": "C_ArtifactUI.GetRespecCost()$0", + }, + { + "trigger": "C_ArtifactUI.GetTotalPowerCost\t(startingTrait, numTraits, artifactTier)", + "contents": "C_ArtifactUI.GetTotalPowerCost(${1:startingTrait}, ${2:numTraits}, ${3:artifactTier})$0", + }, + { + "trigger": "C_ArtifactUI.GetTotalPurchasedRanks\t()", + "contents": "C_ArtifactUI.GetTotalPurchasedRanks()$0", + }, + { + "trigger": "C_ArtifactUI.IsArtifactDisabled\t()", + "contents": "C_ArtifactUI.IsArtifactDisabled()$0", + }, + { + "trigger": "C_ArtifactUI.IsAtForge\t()", + "contents": "C_ArtifactUI.IsAtForge()$0", + }, + { + "trigger": "C_ArtifactUI.IsEquippedArtifactDisabled\t()", + "contents": "C_ArtifactUI.IsEquippedArtifactDisabled()$0", + }, + { + "trigger": "C_ArtifactUI.IsEquippedArtifactMaxed\t()", + "contents": "C_ArtifactUI.IsEquippedArtifactMaxed()$0", + }, + { + "trigger": "C_ArtifactUI.IsMaxedByRulesOrEffect\t()", + "contents": "C_ArtifactUI.IsMaxedByRulesOrEffect()$0", + }, + { + "trigger": "C_ArtifactUI.IsPowerKnown\t(powerID)", + "contents": "C_ArtifactUI.IsPowerKnown(${1:powerID})$0", + }, + { + "trigger": "C_ArtifactUI.IsViewedArtifactEquipped\t()", + "contents": "C_ArtifactUI.IsViewedArtifactEquipped()$0", + }, + { + "trigger": "C_ArtifactUI.SetAppearance\t(artifactAppearanceID)", + "contents": "C_ArtifactUI.SetAppearance(${1:artifactAppearanceID})$0", + }, + { + "trigger": "C_ArtifactUI.SetForgeCamera\t()", + "contents": "C_ArtifactUI.SetForgeCamera()$0", + }, + { + "trigger": "C_ArtifactUI.SetForgeRotation\t(forgeRotationX, forgeRotationY, forgeRotationZ)", + "contents": "C_ArtifactUI.SetForgeRotation(${1:forgeRotationX}, ${2:forgeRotationY}, ${3:forgeRotationZ})$0", + }, + { + "trigger": "C_ArtifactUI.SetPreviewAppearance\t(artifactAppearanceID)", + "contents": "C_ArtifactUI.SetPreviewAppearance(${1:artifactAppearanceID})$0", + }, + { + "trigger": "C_ArtifactUI.ShouldSuppressForgeRotation\t()", + "contents": "C_ArtifactUI.ShouldSuppressForgeRotation()$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.CanSelectPower\t(azeriteEmpoweredItemLocation, powerID)", + "contents": "C_AzeriteEmpoweredItem.CanSelectPower(${1:azeriteEmpoweredItemLocation}, ${2:powerID})$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.CloseAzeriteEmpoweredItemRespec\t()", + "contents": "C_AzeriteEmpoweredItem.CloseAzeriteEmpoweredItemRespec()$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.ConfirmAzeriteEmpoweredItemRespec\t(azeriteEmpoweredItemLocation)", + "contents": "C_AzeriteEmpoweredItem.ConfirmAzeriteEmpoweredItemRespec(${1:azeriteEmpoweredItemLocation})$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.GetAllTierInfo\t(azeriteEmpoweredItemLocation)", + "contents": "C_AzeriteEmpoweredItem.GetAllTierInfo(${1:azeriteEmpoweredItemLocation})$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.GetAllTierInfoByItemID\t(\"itemInfo\", [classID])", + "contents": "C_AzeriteEmpoweredItem.GetAllTierInfoByItemID(\"${1:itemInfo}\", [${2:classID}])$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost\t()", + "contents": "C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost()$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.GetPowerInfo\t(powerID)", + "contents": "C_AzeriteEmpoweredItem.GetPowerInfo(${1:powerID})$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.GetSpecsForPower\t(powerID)", + "contents": "C_AzeriteEmpoweredItem.GetSpecsForPower(${1:powerID})$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.HasAnyUnselectedPowers\t(azeriteEmpoweredItemLocation)", + "contents": "C_AzeriteEmpoweredItem.HasAnyUnselectedPowers(${1:azeriteEmpoweredItemLocation})$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.HasBeenViewed\t(azeriteEmpoweredItemLocation)", + "contents": "C_AzeriteEmpoweredItem.HasBeenViewed(${1:azeriteEmpoweredItemLocation})$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem\t(itemLocation)", + "contents": "C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem(${1:itemLocation})$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID\t(\"itemInfo\")", + "contents": "C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID(\"${1:itemInfo}\")$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable\t(\"itemInfo\", [classID])", + "contents": "C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable(\"${1:itemInfo}\", [${2:classID}])$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.IsPowerAvailableForSpec\t(powerID, specID)", + "contents": "C_AzeriteEmpoweredItem.IsPowerAvailableForSpec(${1:powerID}, ${2:specID})$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.IsPowerSelected\t(azeriteEmpoweredItemLocation, powerID)", + "contents": "C_AzeriteEmpoweredItem.IsPowerSelected(${1:azeriteEmpoweredItemLocation}, ${2:powerID})$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.SelectPower\t(azeriteEmpoweredItemLocation, powerID)", + "contents": "C_AzeriteEmpoweredItem.SelectPower(${1:azeriteEmpoweredItemLocation}, ${2:powerID})$0", + }, + { + "trigger": "C_AzeriteEmpoweredItem.SetHasBeenViewed\t(azeriteEmpoweredItemLocation)", + "contents": "C_AzeriteEmpoweredItem.SetHasBeenViewed(${1:azeriteEmpoweredItemLocation})$0", + }, + { + "trigger": "C_AzeriteItem.FindActiveAzeriteItem\t()", + "contents": "C_AzeriteItem.FindActiveAzeriteItem()$0", + }, + { + "trigger": "C_AzeriteItem.GetAzeriteItemXPInfo\t(azeriteItemLocation)", + "contents": "C_AzeriteItem.GetAzeriteItemXPInfo(${1:azeriteItemLocation})$0", + }, + { + "trigger": "C_AzeriteItem.GetPowerLevel\t(azeriteItemLocation)", + "contents": "C_AzeriteItem.GetPowerLevel(${1:azeriteItemLocation})$0", + }, + { + "trigger": "C_AzeriteItem.HasActiveAzeriteItem\t()", + "contents": "C_AzeriteItem.HasActiveAzeriteItem()$0", + }, + { + "trigger": "C_AzeriteItem.IsAzeriteItem\t(itemLocation)", + "contents": "C_AzeriteItem.IsAzeriteItem(${1:itemLocation})$0", + }, + { + "trigger": "C_AzeriteItem.IsAzeriteItemByID\t(\"itemInfo\")", + "contents": "C_AzeriteItem.IsAzeriteItemByID(\"${1:itemInfo}\")$0", + }, + { + "trigger": "C_Calendar.AddEvent\t()", + "contents": "C_Calendar.AddEvent()$0", + }, + { + "trigger": "C_Calendar.AreNamesReady\t()", + "contents": "C_Calendar.AreNamesReady()$0", + }, + { + "trigger": "C_Calendar.CanAddEvent\t()", + "contents": "C_Calendar.CanAddEvent()$0", + }, + { + "trigger": "C_Calendar.CanSendInvite\t()", + "contents": "C_Calendar.CanSendInvite()$0", + }, + { + "trigger": "C_Calendar.CloseEvent\t()", + "contents": "C_Calendar.CloseEvent()$0", + }, + { + "trigger": "C_Calendar.ContextMenuEventCanComplain\t(offsetMonths, monthDay, eventIndex)", + "contents": "C_Calendar.ContextMenuEventCanComplain(${1:offsetMonths}, ${2:monthDay}, ${3:eventIndex})$0", + }, + { + "trigger": "C_Calendar.ContextMenuEventCanEdit\t(offsetMonths, monthDay, eventIndex)", + "contents": "C_Calendar.ContextMenuEventCanEdit(${1:offsetMonths}, ${2:monthDay}, ${3:eventIndex})$0", + }, + { + "trigger": "C_Calendar.ContextMenuEventCanRemove\t(offsetMonths, monthDay, eventIndex)", + "contents": "C_Calendar.ContextMenuEventCanRemove(${1:offsetMonths}, ${2:monthDay}, ${3:eventIndex})$0", + }, + { + "trigger": "C_Calendar.ContextMenuEventClipboard\t()", + "contents": "C_Calendar.ContextMenuEventClipboard()$0", + }, + { + "trigger": "C_Calendar.ContextMenuEventComplain\t()", + "contents": "C_Calendar.ContextMenuEventComplain()$0", + }, + { + "trigger": "C_Calendar.ContextMenuEventCopy\t()", + "contents": "C_Calendar.ContextMenuEventCopy()$0", + }, + { + "trigger": "C_Calendar.ContextMenuEventGetCalendarType\t()", + "contents": "C_Calendar.ContextMenuEventGetCalendarType()$0", + }, + { + "trigger": "C_Calendar.ContextMenuEventPaste\t(offsetMonths, monthDay)", + "contents": "C_Calendar.ContextMenuEventPaste(${1:offsetMonths}, ${2:monthDay})$0", + }, + { + "trigger": "C_Calendar.ContextMenuEventRemove\t()", + "contents": "C_Calendar.ContextMenuEventRemove()$0", + }, + { + "trigger": "C_Calendar.ContextMenuEventSignUp\t()", + "contents": "C_Calendar.ContextMenuEventSignUp()$0", + }, + { + "trigger": "C_Calendar.ContextMenuGetEventIndex\t()", + "contents": "C_Calendar.ContextMenuGetEventIndex()$0", + }, + { + "trigger": "C_Calendar.ContextMenuInviteAvailable\t()", + "contents": "C_Calendar.ContextMenuInviteAvailable()$0", + }, + { + "trigger": "C_Calendar.ContextMenuInviteDecline\t()", + "contents": "C_Calendar.ContextMenuInviteDecline()$0", + }, + { + "trigger": "C_Calendar.ContextMenuInviteRemove\t()", + "contents": "C_Calendar.ContextMenuInviteRemove()$0", + }, + { + "trigger": "C_Calendar.ContextMenuInviteTentative\t()", + "contents": "C_Calendar.ContextMenuInviteTentative()$0", + }, + { + "trigger": "C_Calendar.ContextMenuSelectEvent\t(offsetMonths, monthDay, eventIndex)", + "contents": "C_Calendar.ContextMenuSelectEvent(${1:offsetMonths}, ${2:monthDay}, ${3:eventIndex})$0", + }, + { + "trigger": "C_Calendar.CreateCommunitySignUpEvent\t()", + "contents": "C_Calendar.CreateCommunitySignUpEvent()$0", + }, + { + "trigger": "C_Calendar.CreateGuildAnnouncementEvent\t()", + "contents": "C_Calendar.CreateGuildAnnouncementEvent()$0", + }, + { + "trigger": "C_Calendar.CreateGuildSignUpEvent\t()", + "contents": "C_Calendar.CreateGuildSignUpEvent()$0", + }, + { + "trigger": "C_Calendar.CreatePlayerEvent\t()", + "contents": "C_Calendar.CreatePlayerEvent()$0", + }, + { + "trigger": "C_Calendar.EventAvailable\t()", + "contents": "C_Calendar.EventAvailable()$0", + }, + { + "trigger": "C_Calendar.EventCanEdit\t()", + "contents": "C_Calendar.EventCanEdit()$0", + }, + { + "trigger": "C_Calendar.EventClearAutoApprove\t()", + "contents": "C_Calendar.EventClearAutoApprove()$0", + }, + { + "trigger": "C_Calendar.EventClearLocked\t()", + "contents": "C_Calendar.EventClearLocked()$0", + }, + { + "trigger": "C_Calendar.EventClearModerator\t(inviteIndex)", + "contents": "C_Calendar.EventClearModerator(${1:inviteIndex})$0", + }, + { + "trigger": "C_Calendar.EventDecline\t()", + "contents": "C_Calendar.EventDecline()$0", + }, + { + "trigger": "C_Calendar.EventGetCalendarType\t()", + "contents": "C_Calendar.EventGetCalendarType()$0", + }, + { + "trigger": "C_Calendar.EventGetClubID\t()", + "contents": "C_Calendar.EventGetClubID()$0", + }, + { + "trigger": "C_Calendar.EventGetInvite\t(eventIndex)", + "contents": "C_Calendar.EventGetInvite(${1:eventIndex})$0", + }, + { + "trigger": "C_Calendar.EventGetInviteResponseTime\t(eventIndex)", + "contents": "C_Calendar.EventGetInviteResponseTime(${1:eventIndex})$0", + }, + { + "trigger": "C_Calendar.EventGetInviteSortCriterion\t()", + "contents": "C_Calendar.EventGetInviteSortCriterion()$0", + }, + { + "trigger": "C_Calendar.EventGetSelectedInvite\t()", + "contents": "C_Calendar.EventGetSelectedInvite()$0", + }, + { + "trigger": "C_Calendar.EventGetStatusOptions\t(eventIndex)", + "contents": "C_Calendar.EventGetStatusOptions(${1:eventIndex})$0", + }, + { + "trigger": "C_Calendar.EventGetTextures\t(eventType)", + "contents": "C_Calendar.EventGetTextures(${1:eventType})$0", + }, + { + "trigger": "C_Calendar.EventGetTypes\t()", + "contents": "C_Calendar.EventGetTypes()$0", + }, + { + "trigger": "C_Calendar.EventGetTypesDisplayOrdered\t()", + "contents": "C_Calendar.EventGetTypesDisplayOrdered()$0", + }, + { + "trigger": "C_Calendar.EventHasPendingInvite\t()", + "contents": "C_Calendar.EventHasPendingInvite()$0", + }, + { + "trigger": "C_Calendar.EventHaveSettingsChanged\t()", + "contents": "C_Calendar.EventHaveSettingsChanged()$0", + }, + { + "trigger": "C_Calendar.EventInvite\t(\"name\")", + "contents": "C_Calendar.EventInvite(\"${1:name}\")$0", + }, + { + "trigger": "C_Calendar.EventRemoveInvite\t(eventIndex)", + "contents": "C_Calendar.EventRemoveInvite(${1:eventIndex})$0", + }, + { + "trigger": "C_Calendar.EventSelectInvite\t(inviteIndex)", + "contents": "C_Calendar.EventSelectInvite(${1:inviteIndex})$0", + }, + { + "trigger": "C_Calendar.EventSetAutoApprove\t()", + "contents": "C_Calendar.EventSetAutoApprove()$0", + }, + { + "trigger": "C_Calendar.EventSetClubID\t(\"clubID\")", + "contents": "C_Calendar.EventSetClubID(\"${1:clubID}\")$0", + }, + { + "trigger": "C_Calendar.EventSetDate\t(month, monthDay, year)", + "contents": "C_Calendar.EventSetDate(${1:month}, ${2:monthDay}, ${3:year})$0", + }, + { + "trigger": "C_Calendar.EventSetDescription\t(\"description\")", + "contents": "C_Calendar.EventSetDescription(\"${1:description}\")$0", + }, + { + "trigger": "C_Calendar.EventSetInviteStatus\t(eventIndex, status)", + "contents": "C_Calendar.EventSetInviteStatus(${1:eventIndex}, ${2:status})$0", + }, + { + "trigger": "C_Calendar.EventSetLocked\t()", + "contents": "C_Calendar.EventSetLocked()$0", + }, + { + "trigger": "C_Calendar.EventSetModerator\t(inviteIndex)", + "contents": "C_Calendar.EventSetModerator(${1:inviteIndex})$0", + }, + { + "trigger": "C_Calendar.EventSetTextureID\t(textureIndex)", + "contents": "C_Calendar.EventSetTextureID(${1:textureIndex})$0", + }, + { + "trigger": "C_Calendar.EventSetTime\t(hour, minute)", + "contents": "C_Calendar.EventSetTime(${1:hour}, ${2:minute})$0", + }, + { + "trigger": "C_Calendar.EventSetTitle\t(\"title\")", + "contents": "C_Calendar.EventSetTitle(\"${1:title}\")$0", + }, + { + "trigger": "C_Calendar.EventSetType\t(typeIndex)", + "contents": "C_Calendar.EventSetType(${1:typeIndex})$0", + }, + { + "trigger": "C_Calendar.EventSignUp\t()", + "contents": "C_Calendar.EventSignUp()$0", + }, + { + "trigger": "C_Calendar.EventSortInvites\t(\"criterion\", reverse)", + "contents": "C_Calendar.EventSortInvites(\"${1:criterion}\", ${2:reverse})$0", + }, + { + "trigger": "C_Calendar.EventTentative\t()", + "contents": "C_Calendar.EventTentative()$0", + }, + { + "trigger": "C_Calendar.GetDate\t()", + "contents": "C_Calendar.GetDate()$0", + }, + { + "trigger": "C_Calendar.GetDayEvent\t(monthOffset, monthDay, index)", + "contents": "C_Calendar.GetDayEvent(${1:monthOffset}, ${2:monthDay}, ${3:index})$0", + }, + { + "trigger": "C_Calendar.GetDefaultGuildFilter\t()", + "contents": "C_Calendar.GetDefaultGuildFilter()$0", + }, + { + "trigger": "C_Calendar.GetEventIndex\t()", + "contents": "C_Calendar.GetEventIndex()$0", + }, + { + "trigger": "C_Calendar.GetEventInfo\t()", + "contents": "C_Calendar.GetEventInfo()$0", + }, + { + "trigger": "C_Calendar.GetFirstPendingInvite\t(offsetMonths, monthDay)", + "contents": "C_Calendar.GetFirstPendingInvite(${1:offsetMonths}, ${2:monthDay})$0", + }, + { + "trigger": "C_Calendar.GetGuildEventInfo\t(index)", + "contents": "C_Calendar.GetGuildEventInfo(${1:index})$0", + }, + { + "trigger": "C_Calendar.GetGuildEventSelectionInfo\t(index)", + "contents": "C_Calendar.GetGuildEventSelectionInfo(${1:index})$0", + }, + { + "trigger": "C_Calendar.GetHolidayInfo\t(monthOffset, monthDay, index)", + "contents": "C_Calendar.GetHolidayInfo(${1:monthOffset}, ${2:monthDay}, ${3:index})$0", + }, + { + "trigger": "C_Calendar.GetMaxCreateDate\t()", + "contents": "C_Calendar.GetMaxCreateDate()$0", + }, + { + "trigger": "C_Calendar.GetMinDate\t()", + "contents": "C_Calendar.GetMinDate()$0", + }, + { + "trigger": "C_Calendar.GetMonthInfo\t(offsetMonths)", + "contents": "C_Calendar.GetMonthInfo(${1:offsetMonths})$0", + }, + { + "trigger": "C_Calendar.GetNumDayEvents\t(offsetMonths, monthDay)", + "contents": "C_Calendar.GetNumDayEvents(${1:offsetMonths}, ${2:monthDay})$0", + }, + { + "trigger": "C_Calendar.GetNumGuildEvents\t()", + "contents": "C_Calendar.GetNumGuildEvents()$0", + }, + { + "trigger": "C_Calendar.GetNumInvites\t()", + "contents": "C_Calendar.GetNumInvites()$0", + }, + { + "trigger": "C_Calendar.GetNumPendingInvites\t()", + "contents": "C_Calendar.GetNumPendingInvites()$0", + }, + { + "trigger": "C_Calendar.GetRaidInfo\t(offsetMonths, monthDay, eventIndex)", + "contents": "C_Calendar.GetRaidInfo(${1:offsetMonths}, ${2:monthDay}, ${3:eventIndex})$0", + }, + { + "trigger": "C_Calendar.IsActionPending\t()", + "contents": "C_Calendar.IsActionPending()$0", + }, + { + "trigger": "C_Calendar.MassInviteCommunity\t(\"clubID\", minLevel, maxLevel, [maxRankOrder])", + "contents": "C_Calendar.MassInviteCommunity(\"${1:clubID}\", ${2:minLevel}, ${3:maxLevel}, [${4:maxRankOrder}])$0", + }, + { + "trigger": "C_Calendar.MassInviteGuild\t(minLevel, maxLevel, maxRankOrder)", + "contents": "C_Calendar.MassInviteGuild(${1:minLevel}, ${2:maxLevel}, ${3:maxRankOrder})$0", + }, + { + "trigger": "C_Calendar.OpenCalendar\t()", + "contents": "C_Calendar.OpenCalendar()$0", + }, + { + "trigger": "C_Calendar.OpenEvent\t(offsetMonths, monthDay, index)", + "contents": "C_Calendar.OpenEvent(${1:offsetMonths}, ${2:monthDay}, ${3:index})$0", + }, + { + "trigger": "C_Calendar.RemoveEvent\t()", + "contents": "C_Calendar.RemoveEvent()$0", + }, + { + "trigger": "C_Calendar.SetAbsMonth\t(month, year)", + "contents": "C_Calendar.SetAbsMonth(${1:month}, ${2:year})$0", + }, + { + "trigger": "C_Calendar.SetMonth\t(offsetMonths)", + "contents": "C_Calendar.SetMonth(${1:offsetMonths})$0", + }, + { + "trigger": "C_Calendar.UpdateEvent\t()", + "contents": "C_Calendar.UpdateEvent()$0", + }, + { + "trigger": "C_CampaignInfo.GetCampaignChapterInfo\t(campaignChapterID)", + "contents": "C_CampaignInfo.GetCampaignChapterInfo(${1:campaignChapterID})$0", + }, + { + "trigger": "C_CampaignInfo.GetCampaignInfo\t(campaignID)", + "contents": "C_CampaignInfo.GetCampaignInfo(${1:campaignID})$0", + }, + { + "trigger": "C_CampaignInfo.GetCurrentCampaignChapterID\t()", + "contents": "C_CampaignInfo.GetCurrentCampaignChapterID()$0", + }, + { + "trigger": "C_CampaignInfo.GetCurrentCampaignID\t()", + "contents": "C_CampaignInfo.GetCurrentCampaignID()$0", + }, + { + "trigger": "C_CampaignInfo.IsCampaignQuest\t(questID)", + "contents": "C_CampaignInfo.IsCampaignQuest(${1:questID})$0", + }, + { + "trigger": "C_ChallengeMode.ClearKeystone\t()", + "contents": "C_ChallengeMode.ClearKeystone()$0", + }, + { + "trigger": "C_ChallengeMode.CloseKeystoneFrame\t()", + "contents": "C_ChallengeMode.CloseKeystoneFrame()$0", + }, + { + "trigger": "C_ChallengeMode.GetActiveChallengeMapID\t()", + "contents": "C_ChallengeMode.GetActiveChallengeMapID()$0", + }, + { + "trigger": "C_ChallengeMode.GetActiveKeystoneInfo\t()", + "contents": "C_ChallengeMode.GetActiveKeystoneInfo()$0", + }, + { + "trigger": "C_ChallengeMode.GetAffixInfo\t(affixID)", + "contents": "C_ChallengeMode.GetAffixInfo(${1:affixID})$0", + }, + { + "trigger": "C_ChallengeMode.GetCompletionInfo\t()", + "contents": "C_ChallengeMode.GetCompletionInfo()$0", + }, + { + "trigger": "C_ChallengeMode.GetDeathCount\t()", + "contents": "C_ChallengeMode.GetDeathCount()$0", + }, + { + "trigger": "C_ChallengeMode.GetGuildLeaders\t()", + "contents": "C_ChallengeMode.GetGuildLeaders()$0", + }, + { + "trigger": "C_ChallengeMode.GetMapTable\t()", + "contents": "C_ChallengeMode.GetMapTable()$0", + }, + { + "trigger": "C_ChallengeMode.GetMapUIInfo\t(mapChallengeModeID)", + "contents": "C_ChallengeMode.GetMapUIInfo(${1:mapChallengeModeID})$0", + }, + { + "trigger": "C_ChallengeMode.GetPowerLevelDamageHealthMod\t(powerLevel)", + "contents": "C_ChallengeMode.GetPowerLevelDamageHealthMod(${2:powerLevel})$0", + }, + { + "trigger": "C_ChallengeMode.GetSlottedKeystoneInfo\t()", + "contents": "C_ChallengeMode.GetSlottedKeystoneInfo()$0", + }, + { + "trigger": "C_ChallengeMode.HasSlottedKeystone\t()", + "contents": "C_ChallengeMode.HasSlottedKeystone()$0", + }, + { + "trigger": "C_ChallengeMode.IsChallengeModeActive\t()", + "contents": "C_ChallengeMode.IsChallengeModeActive()$0", + }, + { + "trigger": "C_ChallengeMode.RemoveKeystone\t()", + "contents": "C_ChallengeMode.RemoveKeystone()$0", + }, + { + "trigger": "C_ChallengeMode.RequestLeaders\t(mapChallengeModeID)", + "contents": "C_ChallengeMode.RequestLeaders(${1:mapChallengeModeID})$0", + }, + { + "trigger": "C_ChallengeMode.Reset\t()", + "contents": "C_ChallengeMode.Reset()$0", + }, + { + "trigger": "C_ChallengeMode.SetKeystoneTooltip\t()", + "contents": "C_ChallengeMode.SetKeystoneTooltip()$0", + }, + { + "trigger": "C_ChallengeMode.SlotKeystone\t()", + "contents": "C_ChallengeMode.SlotKeystone()$0", + }, + { + "trigger": "C_ChallengeMode.StartChallengeMode\t()", + "contents": "C_ChallengeMode.StartChallengeMode()$0", + }, + { + "trigger": "C_ChatBubbles.GetAllChatBubbles\t(includeForbidden)", + "contents": "C_ChatBubbles.GetAllChatBubbles(${1:includeForbidden})$0", + }, + { + "trigger": "C_ChatInfo.CanReportPlayer\t(playerLocation)", + "contents": "C_ChatInfo.CanReportPlayer(${1:playerLocation})$0", + }, + { + "trigger": "C_ChatInfo.GetChannelRosterInfo\t(channelIndex, rosterIndex)", + "contents": "C_ChatInfo.GetChannelRosterInfo(${1:channelIndex}, ${2:rosterIndex})$0", + }, + { + "trigger": "C_ChatInfo.GetNumActiveChannels\t()", + "contents": "C_ChatInfo.GetNumActiveChannels()$0", + }, + { + "trigger": "C_ChatInfo.GetRegisteredAddonMessagePrefixes\t()", + "contents": "C_ChatInfo.GetRegisteredAddonMessagePrefixes()$0", + }, + { + "trigger": "C_ChatInfo.IsAddonMessagePrefixRegistered\t(\"prefix\")", + "contents": "C_ChatInfo.IsAddonMessagePrefixRegistered(\"${1:prefix}\")$0", + }, + { + "trigger": "C_ChatInfo.IsPartyChannelType\t(channelType)", + "contents": "C_ChatInfo.IsPartyChannelType(${1:channelType})$0", + }, + { + "trigger": "C_ChatInfo.RegisterAddonMessagePrefix\t(\"prefix\")", + "contents": "C_ChatInfo.RegisterAddonMessagePrefix(\"${1:prefix}\")$0", + }, + { + "trigger": "C_ChatInfo.ReportPlayer\t(\"complaintType\", [playerLocation, [\"comment\"]])", + "contents": "C_ChatInfo.ReportPlayer(\"${1:complaintType}\", [${2:playerLocation}, [\"${3:comment}\"]])$0", + }, + { + "trigger": "C_ChatInfo.SendAddonMessage\t(\"prefix\", \"message\", [\"chatType\", [\"target\"]])", + "contents": "C_ChatInfo.SendAddonMessage(\"${1:prefix}\", \"${2:message}\", [\"${3:chatType}\", [\"${4:target}\"]])$0", + }, + { + "trigger": "C_ChatInfo.SendAddonMessageLogged\t(\"prefix\", \"message\", [\"chatType\", [\"target\"]])", + "contents": "C_ChatInfo.SendAddonMessageLogged(\"${1:prefix}\", \"${2:message}\", [\"${3:chatType}\", [\"${4:target}\"]])$0", + }, + { + "trigger": "C_Club.AcceptInvitation\t(\"clubId\")", + "contents": "C_Club.AcceptInvitation(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.AddClubStreamToChatWindow\t(\"clubId\", \"streamId\", chatWindowIndex)", + "contents": "C_Club.AddClubStreamToChatWindow(\"${1:clubId}\", \"${2:streamId}\", ${3:chatWindowIndex})$0", + }, + { + "trigger": "C_Club.AdvanceStreamViewMarker\t(\"clubId\", \"streamId\")", + "contents": "C_Club.AdvanceStreamViewMarker(\"${1:clubId}\", \"${2:streamId}\")$0", + }, + { + "trigger": "C_Club.AssignMemberRole\t(\"clubId\", memberId, roleId)", + "contents": "C_Club.AssignMemberRole(\"${1:clubId}\", ${2:memberId}, ${3:roleId})$0", + }, + { + "trigger": "C_Club.CanResolvePlayerLocationFromClubMessageData\t(\"clubId\", \"streamId\", epoch, position)", + "contents": "C_Club.CanResolvePlayerLocationFromClubMessageData(\"${1:clubId}\", \"${2:streamId}\", ${3:epoch}, ${4:position})$0", + }, + { + "trigger": "C_Club.ClearAutoAdvanceStreamViewMarker\t()", + "contents": "C_Club.ClearAutoAdvanceStreamViewMarker()$0", + }, + { + "trigger": "C_Club.ClearClubPresenceSubscription\t()", + "contents": "C_Club.ClearClubPresenceSubscription()$0", + }, + { + "trigger": "C_Club.CompareBattleNetDisplayName\t(\"clubId\", lhsMemberId, rhsMemberId)", + "contents": "C_Club.CompareBattleNetDisplayName(\"${1:clubId}\", ${2:lhsMemberId}, ${3:rhsMemberId})$0", + }, + { + "trigger": "C_Club.CreateClub\t(\"name\", [\"shortName\", \"description\", clubType, avatarId])", + "contents": "C_Club.CreateClub(\"${1:name}\", [\"${2:shortName}\", \"${3:description}\", ${4:clubType}, ${5:avatarId}])$0", + }, + { + "trigger": "C_Club.CreateStream\t(\"clubId\", \"name\", \"subject\", leadersAndModeratorsOnly)", + "contents": "C_Club.CreateStream(\"${1:clubId}\", \"${2:name}\", \"${3:subject}\", ${4:leadersAndModeratorsOnly})$0", + }, + { + "trigger": "C_Club.CreateTicket\t(\"clubId\", [allowedRedeemCount, [duration, [\"defaultStreamId\"]]])", + "contents": "C_Club.CreateTicket(\"${1:clubId}\", [${2:allowedRedeemCount}, [${3:duration}, [\"${4:defaultStreamId}\"]]])$0", + }, + { + "trigger": "C_Club.DeclineInvitation\t(\"clubId\")", + "contents": "C_Club.DeclineInvitation(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.DestroyClub\t(\"clubId\")", + "contents": "C_Club.DestroyClub(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.DestroyMessage\t(\"clubId\", \"streamId\", messageId)", + "contents": "C_Club.DestroyMessage(\"${1:clubId}\", \"${2:streamId}\", ${3:messageId})$0", + }, + { + "trigger": "C_Club.DestroyStream\t(\"clubId\", \"streamId\")", + "contents": "C_Club.DestroyStream(\"${1:clubId}\", \"${2:streamId}\")$0", + }, + { + "trigger": "C_Club.DestroyTicket\t(\"clubId\", \"ticketId\")", + "contents": "C_Club.DestroyTicket(\"${1:clubId}\", \"${2:ticketId}\")$0", + }, + { + "trigger": "C_Club.EditClub\t(\"clubId\", [\"name\", [\"shortName\", [\"description\", [avatarId, [\"broadcast\"]]]]])", + "contents": "C_Club.EditClub(\"${1:clubId}\", [\"${2:name}\", [\"${3:shortName}\", [\"${4:description}\", [${5:avatarId}, [\"${6:broadcast}\"]]]]])$0", + }, + { + "trigger": "C_Club.EditMessage\t(\"clubId\", \"streamId\", messageId, \"message\")", + "contents": "C_Club.EditMessage(\"${1:clubId}\", \"${2:streamId}\", ${3:messageId}, \"${4:message}\")$0", + }, + { + "trigger": "C_Club.EditStream\t(\"clubId\", \"streamId\", [\"name\", [\"subject\", [leadersAndModeratorsOnly]]])", + "contents": "C_Club.EditStream(\"${1:clubId}\", \"${2:streamId}\", [\"${3:name}\", [\"${4:subject}\", [${5:leadersAndModeratorsOnly}]]])$0", + }, + { + "trigger": "C_Club.FocusStream\t(\"clubId\", \"streamId\")", + "contents": "C_Club.FocusStream(\"${1:clubId}\", \"${2:streamId}\")$0", + }, + { + "trigger": "C_Club.GetAssignableRoles\t(\"clubId\", memberId)", + "contents": "C_Club.GetAssignableRoles(\"${1:clubId}\", ${2:memberId})$0", + }, + { + "trigger": "C_Club.GetAvatarIdList\t(clubType)", + "contents": "C_Club.GetAvatarIdList(${1:clubType})$0", + }, + { + "trigger": "C_Club.GetClubInfo\t(\"clubId\")", + "contents": "C_Club.GetClubInfo(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.GetClubMembers\t(\"clubId\", [\"streamId\"])", + "contents": "C_Club.GetClubMembers(\"${1:clubId}\", [\"${2:streamId}\"])$0", + }, + { + "trigger": "C_Club.GetClubPrivileges\t(\"clubId\")", + "contents": "C_Club.GetClubPrivileges(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.GetClubStreamNotificationSettings\t(\"clubId\")", + "contents": "C_Club.GetClubStreamNotificationSettings(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.GetCommunityNameResultText\t(result)", + "contents": "C_Club.GetCommunityNameResultText(${1:result})$0", + }, + { + "trigger": "C_Club.GetGuildClubId\t()", + "contents": "C_Club.GetGuildClubId()$0", + }, + { + "trigger": "C_Club.GetInfoFromLastCommunityChatLine\t()", + "contents": "C_Club.GetInfoFromLastCommunityChatLine()$0", + }, + { + "trigger": "C_Club.GetInvitationCandidates\t([\"filter\", [maxResults, [cursorPosition, \"clubId\"]]])", + "contents": "C_Club.GetInvitationCandidates([\"${1:filter}\", [${2:maxResults}, [${3:cursorPosition}, \"${4:clubId}\"]]])$0", + }, + { + "trigger": "C_Club.GetInvitationInfo\t(\"clubId\")", + "contents": "C_Club.GetInvitationInfo(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.GetInvitationsForClub\t(\"clubId\")", + "contents": "C_Club.GetInvitationsForClub(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.GetInvitationsForSelf\t()", + "contents": "C_Club.GetInvitationsForSelf()$0", + }, + { + "trigger": "C_Club.GetMemberInfo\t(\"clubId\", memberId)", + "contents": "C_Club.GetMemberInfo(\"${1:clubId}\", ${2:memberId})$0", + }, + { + "trigger": "C_Club.GetMemberInfoForSelf\t(\"clubId\")", + "contents": "C_Club.GetMemberInfoForSelf(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.GetMessageInfo\t(\"clubId\", \"streamId\", messageId)", + "contents": "C_Club.GetMessageInfo(\"${1:clubId}\", \"${2:streamId}\", ${3:messageId})$0", + }, + { + "trigger": "C_Club.GetMessageRanges\t(\"clubId\", \"streamId\")", + "contents": "C_Club.GetMessageRanges(\"${1:clubId}\", \"${2:streamId}\")$0", + }, + { + "trigger": "C_Club.GetMessagesBefore\t(\"clubId\", \"streamId\", newest, count)", + "contents": "C_Club.GetMessagesBefore(\"${1:clubId}\", \"${2:streamId}\", ${3:newest}, ${4:count})$0", + }, + { + "trigger": "C_Club.GetMessagesInRange\t(\"clubId\", \"streamId\", oldest, newest)", + "contents": "C_Club.GetMessagesInRange(\"${1:clubId}\", \"${2:streamId}\", ${3:oldest}, ${4:newest})$0", + }, + { + "trigger": "C_Club.GetStreamInfo\t(\"clubId\", \"streamId\")", + "contents": "C_Club.GetStreamInfo(\"${1:clubId}\", \"${2:streamId}\")$0", + }, + { + "trigger": "C_Club.GetStreams\t(\"clubId\")", + "contents": "C_Club.GetStreams(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.GetStreamViewMarker\t(\"clubId\", \"streamId\")", + "contents": "C_Club.GetStreamViewMarker(\"${1:clubId}\", \"${2:streamId}\")$0", + }, + { + "trigger": "C_Club.GetSubscribedClubs\t()", + "contents": "C_Club.GetSubscribedClubs()$0", + }, + { + "trigger": "C_Club.GetTickets\t(\"clubId\")", + "contents": "C_Club.GetTickets(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.IsAccountMuted\t(\"clubId\")", + "contents": "C_Club.IsAccountMuted(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.IsBeginningOfStream\t(\"clubId\", \"streamId\", messageId)", + "contents": "C_Club.IsBeginningOfStream(\"${1:clubId}\", \"${2:streamId}\", ${3:messageId})$0", + }, + { + "trigger": "C_Club.IsEnabled\t()", + "contents": "C_Club.IsEnabled()$0", + }, + { + "trigger": "C_Club.IsRestricted\t()", + "contents": "C_Club.IsRestricted()$0", + }, + { + "trigger": "C_Club.IsSubscribedToStream\t(\"clubId\", \"streamId\")", + "contents": "C_Club.IsSubscribedToStream(\"${1:clubId}\", \"${2:streamId}\")$0", + }, + { + "trigger": "C_Club.KickMember\t(\"clubId\", memberId)", + "contents": "C_Club.KickMember(\"${1:clubId}\", ${2:memberId})$0", + }, + { + "trigger": "C_Club.LeaveClub\t(\"clubId\")", + "contents": "C_Club.LeaveClub(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.RedeemTicket\t(\"ticketId\")", + "contents": "C_Club.RedeemTicket(\"${1:ticketId}\")$0", + }, + { + "trigger": "C_Club.RequestInvitationsForClub\t(\"clubId\")", + "contents": "C_Club.RequestInvitationsForClub(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.RequestMoreMessagesBefore\t(\"clubId\", \"streamId\", [messageId, [count]])", + "contents": "C_Club.RequestMoreMessagesBefore(\"${1:clubId}\", \"${2:streamId}\", [${3:messageId}, [${4:count}]])$0", + }, + { + "trigger": "C_Club.RequestTicket\t(\"ticketId\")", + "contents": "C_Club.RequestTicket(\"${1:ticketId}\")$0", + }, + { + "trigger": "C_Club.RequestTickets\t(\"clubId\")", + "contents": "C_Club.RequestTickets(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.RevokeInvitation\t(\"clubId\", memberId)", + "contents": "C_Club.RevokeInvitation(\"${1:clubId}\", ${2:memberId})$0", + }, + { + "trigger": "C_Club.SendBattleTagFriendRequest\t(\"guildClubId\", memberId)", + "contents": "C_Club.SendBattleTagFriendRequest(\"${1:guildClubId}\", ${2:memberId})$0", + }, + { + "trigger": "C_Club.SendCharacterInvitation\t(\"clubId\", \"character\")", + "contents": "C_Club.SendCharacterInvitation(\"${1:clubId}\", \"${2:character}\")$0", + }, + { + "trigger": "C_Club.SendInvitation\t(\"clubId\", memberId)", + "contents": "C_Club.SendInvitation(\"${1:clubId}\", ${2:memberId})$0", + }, + { + "trigger": "C_Club.SendMessage\t(\"clubId\", \"streamId\", \"message\")", + "contents": "C_Club.SendMessage(\"${1:clubId}\", \"${2:streamId}\", \"${3:message}\")$0", + }, + { + "trigger": "C_Club.SetAutoAdvanceStreamViewMarker\t(\"clubId\", \"streamId\")", + "contents": "C_Club.SetAutoAdvanceStreamViewMarker(\"${1:clubId}\", \"${2:streamId}\")$0", + }, + { + "trigger": "C_Club.SetAvatarTexture\t(texture, avatarId, clubType)", + "contents": "C_Club.SetAvatarTexture(${1:texture}, ${2:avatarId}, ${3:clubType})$0", + }, + { + "trigger": "C_Club.SetClubMemberNote\t(\"clubId\", memberId, \"note\")", + "contents": "C_Club.SetClubMemberNote(\"${1:clubId}\", ${2:memberId}, \"${3:note}\")$0", + }, + { + "trigger": "C_Club.SetClubPresenceSubscription\t(\"clubId\")", + "contents": "C_Club.SetClubPresenceSubscription(\"${1:clubId}\")$0", + }, + { + "trigger": "C_Club.SetClubStreamNotificationSettings\t(\"clubId\", settings)", + "contents": "C_Club.SetClubStreamNotificationSettings(\"${1:clubId}\", ${2:settings})$0", + }, + { + "trigger": "C_Club.SetCommunityID\t(communityID)", + "contents": "C_Club.SetCommunityID(${1:communityID})$0", + }, + { + "trigger": "C_Club.SetFavorite\t(\"clubId\", isFavorite)", + "contents": "C_Club.SetFavorite(\"${1:clubId}\", ${2:isFavorite})$0", + }, + { + "trigger": "C_Club.SetSocialQueueingEnabled\t(\"clubId\", enabled)", + "contents": "C_Club.SetSocialQueueingEnabled(\"${1:clubId}\", ${2:enabled})$0", + }, + { + "trigger": "C_Club.ShouldAllowClubType\t(clubType)", + "contents": "C_Club.ShouldAllowClubType(${1:clubType})$0", + }, + { + "trigger": "C_Club.UnfocusStream\t(\"clubId\", \"streamId\")", + "contents": "C_Club.UnfocusStream(\"${1:clubId}\", \"${2:streamId}\")$0", + }, + { + "trigger": "C_Club.ValidateText\t(clubType, \"text\", clubFieldType)", + "contents": "C_Club.ValidateText(${1:clubType}, \"${2:text}\", ${3:clubFieldType})$0", + }, + { + "trigger": "C_Commentator.AddPlayerOverrideName\t(\"playerName\", \"overrideName\")", + "contents": "C_Commentator.AddPlayerOverrideName(\"${1:playerName}\", \"${2:overrideName}\")$0", + }, + { + "trigger": "C_Commentator.AddTrackedDefensiveAuras\t(spellIDs)", + "contents": "C_Commentator.AddTrackedDefensiveAuras(${1:spellIDs})$0", + }, + { + "trigger": "C_Commentator.AddTrackedOffensiveAuras\t(spellIDs)", + "contents": "C_Commentator.AddTrackedOffensiveAuras(${1:spellIDs})$0", + }, + { + "trigger": "C_Commentator.AreTeamsSwapped\t()", + "contents": "C_Commentator.AreTeamsSwapped()$0", + }, + { + "trigger": "C_Commentator.CanUseCommentatorCheats\t()", + "contents": "C_Commentator.CanUseCommentatorCheats()$0", + }, + { + "trigger": "C_Commentator.ClearCameraTarget\t()", + "contents": "C_Commentator.ClearCameraTarget()$0", + }, + { + "trigger": "C_Commentator.ClearFollowTarget\t()", + "contents": "C_Commentator.ClearFollowTarget()$0", + }, + { + "trigger": "C_Commentator.ClearLookAtTarget\t([lookAtIndex])", + "contents": "C_Commentator.ClearLookAtTarget([${1:lookAtIndex}])$0", + }, + { + "trigger": "C_Commentator.EnterInstance\t()", + "contents": "C_Commentator.EnterInstance()$0", + }, + { + "trigger": "C_Commentator.ExitInstance\t()", + "contents": "C_Commentator.ExitInstance()$0", + }, + { + "trigger": "C_Commentator.FollowPlayer\t(factionIndex, playerIndex, [forceInstantTransition])", + "contents": "C_Commentator.FollowPlayer(${1:factionIndex}, ${2:playerIndex}, [${3:forceInstantTransition}])$0", + }, + { + "trigger": "C_Commentator.FollowUnit\t(\"token\")", + "contents": "C_Commentator.FollowUnit(\"${1:token}\")$0", + }, + { + "trigger": "C_Commentator.ForceFollowTransition\t()", + "contents": "C_Commentator.ForceFollowTransition()$0", + }, + { + "trigger": "C_Commentator.GetAdditionalCameraWeight\t()", + "contents": "C_Commentator.GetAdditionalCameraWeight()$0", + }, + { + "trigger": "C_Commentator.GetAdditionalCameraWeightByToken\t(\"token\")", + "contents": "C_Commentator.GetAdditionalCameraWeightByToken(\"${1:token}\")$0", + }, + { + "trigger": "C_Commentator.GetAllPlayerOverrideNames\t()", + "contents": "C_Commentator.GetAllPlayerOverrideNames()$0", + }, + { + "trigger": "C_Commentator.GetCamera\t()", + "contents": "C_Commentator.GetCamera()$0", + }, + { + "trigger": "C_Commentator.GetCameraCollision\t()", + "contents": "C_Commentator.GetCameraCollision()$0", + }, + { + "trigger": "C_Commentator.GetCameraPosition\t()", + "contents": "C_Commentator.GetCameraPosition()$0", + }, + { + "trigger": "C_Commentator.GetCurrentMapID\t()", + "contents": "C_Commentator.GetCurrentMapID()$0", + }, + { + "trigger": "C_Commentator.GetDampeningPercent\t()", + "contents": "C_Commentator.GetDampeningPercent()$0", + }, + { + "trigger": "C_Commentator.GetDistanceBeforeForcedHorizontalConvergence\t()", + "contents": "C_Commentator.GetDistanceBeforeForcedHorizontalConvergence()$0", + }, + { + "trigger": "C_Commentator.GetDurationToForceHorizontalConvergence\t()", + "contents": "C_Commentator.GetDurationToForceHorizontalConvergence()$0", + }, + { + "trigger": "C_Commentator.GetExcludeDistance\t()", + "contents": "C_Commentator.GetExcludeDistance()$0", + }, + { + "trigger": "C_Commentator.GetHardlockWeight\t()", + "contents": "C_Commentator.GetHardlockWeight()$0", + }, + { + "trigger": "C_Commentator.GetHorizontalAngleThresholdToSmooth\t()", + "contents": "C_Commentator.GetHorizontalAngleThresholdToSmooth()$0", + }, + { + "trigger": "C_Commentator.GetInstanceInfo\t(mapIndex, instanceIndex)", + "contents": "C_Commentator.GetInstanceInfo(${1:mapIndex}, ${2:instanceIndex})$0", + }, + { + "trigger": "C_Commentator.GetLookAtLerpAmount\t()", + "contents": "C_Commentator.GetLookAtLerpAmount()$0", + }, + { + "trigger": "C_Commentator.GetMapInfo\t(mapIndex)", + "contents": "C_Commentator.GetMapInfo(${1:mapIndex})$0", + }, + { + "trigger": "C_Commentator.GetMaxNumPlayersPerTeam\t()", + "contents": "C_Commentator.GetMaxNumPlayersPerTeam()$0", + }, + { + "trigger": "C_Commentator.GetMaxNumTeams\t()", + "contents": "C_Commentator.GetMaxNumTeams()$0", + }, + { + "trigger": "C_Commentator.GetMode\t()", + "contents": "C_Commentator.GetMode()$0", + }, + { + "trigger": "C_Commentator.GetMsToHoldForHorizontalMovement\t()", + "contents": "C_Commentator.GetMsToHoldForHorizontalMovement()$0", + }, + { + "trigger": "C_Commentator.GetMsToHoldForVerticalMovement\t()", + "contents": "C_Commentator.GetMsToHoldForVerticalMovement()$0", + }, + { + "trigger": "C_Commentator.GetMsToSmoothHorizontalChange\t()", + "contents": "C_Commentator.GetMsToSmoothHorizontalChange()$0", + }, + { + "trigger": "C_Commentator.GetMsToSmoothVerticalChange\t()", + "contents": "C_Commentator.GetMsToSmoothVerticalChange()$0", + }, + { + "trigger": "C_Commentator.GetNumMaps\t()", + "contents": "C_Commentator.GetNumMaps()$0", + }, + { + "trigger": "C_Commentator.GetNumPlayers\t(factionIndex)", + "contents": "C_Commentator.GetNumPlayers(${1:factionIndex})$0", + }, + { + "trigger": "C_Commentator.GetPlayerCooldownInfo\t(teamIndex, playerIndex, spellID)", + "contents": "C_Commentator.GetPlayerCooldownInfo(${1:teamIndex}, ${2:playerIndex}, ${3:spellID})$0", + }, + { + "trigger": "C_Commentator.GetPlayerCrowdControlInfo\t(teamIndex, playerIndex)", + "contents": "C_Commentator.GetPlayerCrowdControlInfo(${1:teamIndex}, ${2:playerIndex})$0", + }, + { + "trigger": "C_Commentator.GetPlayerCrowdControlInfoByUnit\t(\"token\")", + "contents": "C_Commentator.GetPlayerCrowdControlInfoByUnit(\"${1:token}\")$0", + }, + { + "trigger": "C_Commentator.GetPlayerFlagInfo\t(teamIndex, playerIndex)", + "contents": "C_Commentator.GetPlayerFlagInfo(${1:teamIndex}, ${2:playerIndex})$0", + }, + { + "trigger": "C_Commentator.GetPlayerInfo\t(teamIndex, playerIndex)", + "contents": "C_Commentator.GetPlayerInfo(${1:teamIndex}, ${2:playerIndex})$0", + }, + { + "trigger": "C_Commentator.GetPlayerOverrideName\t(\"originalName\")", + "contents": "C_Commentator.GetPlayerOverrideName(\"${1:originalName}\")$0", + }, + { + "trigger": "C_Commentator.GetPlayerSpellCharges\t(teamIndex, playerIndex, spellID)", + "contents": "C_Commentator.GetPlayerSpellCharges(${1:teamIndex}, ${2:playerIndex}, ${3:spellID})$0", + }, + { + "trigger": "C_Commentator.GetPositionLerpAmount\t()", + "contents": "C_Commentator.GetPositionLerpAmount()$0", + }, + { + "trigger": "C_Commentator.GetSmoothFollowTransitioning\t()", + "contents": "C_Commentator.GetSmoothFollowTransitioning()$0", + }, + { + "trigger": "C_Commentator.GetSoftlockWeight\t()", + "contents": "C_Commentator.GetSoftlockWeight()$0", + }, + { + "trigger": "C_Commentator.GetSpeedFactor\t()", + "contents": "C_Commentator.GetSpeedFactor()$0", + }, + { + "trigger": "C_Commentator.GetStartLocation\t(mapID)", + "contents": "C_Commentator.GetStartLocation(${1:mapID})$0", + }, + { + "trigger": "C_Commentator.GetTeamHighlightColor\t(teamIndex)", + "contents": "C_Commentator.GetTeamHighlightColor(${1:teamIndex})$0", + }, + { + "trigger": "C_Commentator.GetTimeLeftInMatch\t()", + "contents": "C_Commentator.GetTimeLeftInMatch()$0", + }, + { + "trigger": "C_Commentator.GetTrackedDefensiveCooldowns\t(teamIndex, playerIndex)", + "contents": "C_Commentator.GetTrackedDefensiveCooldowns(${1:teamIndex}, ${2:playerIndex})$0", + }, + { + "trigger": "C_Commentator.GetTrackedOffensiveCooldowns\t(teamIndex, playerIndex)", + "contents": "C_Commentator.GetTrackedOffensiveCooldowns(${1:teamIndex}, ${2:playerIndex})$0", + }, + { + "trigger": "C_Commentator.GetWargameInfo\t(listID)", + "contents": "C_Commentator.GetWargameInfo(${1:listID})$0", + }, + { + "trigger": "C_Commentator.HasTrackedAuras\t(\"token\")", + "contents": "C_Commentator.HasTrackedAuras(\"${2:token}\")$0", + }, + { + "trigger": "C_Commentator.IsSmartCameraLocked\t()", + "contents": "C_Commentator.IsSmartCameraLocked()$0", + }, + { + "trigger": "C_Commentator.IsSpectating\t()", + "contents": "C_Commentator.IsSpectating()$0", + }, + { + "trigger": "C_Commentator.IsTrackedDefensiveAura\t(spellID)", + "contents": "C_Commentator.IsTrackedDefensiveAura(${1:spellID})$0", + }, + { + "trigger": "C_Commentator.IsTrackedDefensiveCooldown\t(teamIndex, playerIndex, spellID)", + "contents": "C_Commentator.IsTrackedDefensiveCooldown(${1:teamIndex}, ${2:playerIndex}, ${3:spellID})$0", + }, + { + "trigger": "C_Commentator.IsTrackedOffensiveAura\t(spellID)", + "contents": "C_Commentator.IsTrackedOffensiveAura(${1:spellID})$0", + }, + { + "trigger": "C_Commentator.IsTrackedOffensiveCooldown\t(teamIndex, playerIndex, spellID)", + "contents": "C_Commentator.IsTrackedOffensiveCooldown(${1:teamIndex}, ${2:playerIndex}, ${3:spellID})$0", + }, + { + "trigger": "C_Commentator.IsUsingSmartCamera\t()", + "contents": "C_Commentator.IsUsingSmartCamera()$0", + }, + { + "trigger": "C_Commentator.LookAtPlayer\t(factionIndex, playerIndex, [lookAtIndex])", + "contents": "C_Commentator.LookAtPlayer(${1:factionIndex}, ${2:playerIndex}, [${3:lookAtIndex}])$0", + }, + { + "trigger": "C_Commentator.RemoveAllOverrideNames\t()", + "contents": "C_Commentator.RemoveAllOverrideNames()$0", + }, + { + "trigger": "C_Commentator.RemovePlayerOverrideName\t(\"originalPlayerName\")", + "contents": "C_Commentator.RemovePlayerOverrideName(\"${1:originalPlayerName}\")$0", + }, + { + "trigger": "C_Commentator.RequestPlayerCooldownInfo\t(teamIndex, playerIndex)", + "contents": "C_Commentator.RequestPlayerCooldownInfo(${1:teamIndex}, ${2:playerIndex})$0", + }, + { + "trigger": "C_Commentator.ResetFoVTarget\t()", + "contents": "C_Commentator.ResetFoVTarget()$0", + }, + { + "trigger": "C_Commentator.ResetTrackedAuras\t()", + "contents": "C_Commentator.ResetTrackedAuras()$0", + }, + { + "trigger": "C_Commentator.SetAdditionalCameraWeight\t(teamIndex, playerIndex, weight)", + "contents": "C_Commentator.SetAdditionalCameraWeight(${1:teamIndex}, ${2:playerIndex}, ${3:weight})$0", + }, + { + "trigger": "C_Commentator.SetAdditionalCameraWeightByToken\t(\"token\", weight)", + "contents": "C_Commentator.SetAdditionalCameraWeightByToken(\"${1:token}\", ${2:weight})$0", + }, + { + "trigger": "C_Commentator.SetBlacklistedAuras\t(spellIDs)", + "contents": "C_Commentator.SetBlacklistedAuras(${1:spellIDs})$0", + }, + { + "trigger": "C_Commentator.SetBlacklistedCooldowns\t(specID, spellIDs)", + "contents": "C_Commentator.SetBlacklistedCooldowns(${1:specID}, ${2:spellIDs})$0", + }, + { + "trigger": "C_Commentator.SetCamera\t(xPos, yPos, zPos, yaw, pitch, fov)", + "contents": "C_Commentator.SetCamera(${1:xPos}, ${2:yPos}, ${3:zPos}, ${4:yaw}, ${5:pitch}, ${6:fov})$0", + }, + { + "trigger": "C_Commentator.SetCameraCollision\t(collide)", + "contents": "C_Commentator.SetCameraCollision(${1:collide})$0", + }, + { + "trigger": "C_Commentator.SetCameraPosition\t(xPos, yPos, zPos, snapToLocation)", + "contents": "C_Commentator.SetCameraPosition(${1:xPos}, ${2:yPos}, ${3:zPos}, ${4:snapToLocation})$0", + }, + { + "trigger": "C_Commentator.SetCheatsEnabled\t(enableCheats)", + "contents": "C_Commentator.SetCheatsEnabled(${1:enableCheats})$0", + }, + { + "trigger": "C_Commentator.SetDistanceBeforeForcedHorizontalConvergence\t(distance)", + "contents": "C_Commentator.SetDistanceBeforeForcedHorizontalConvergence(${1:distance})$0", + }, + { + "trigger": "C_Commentator.SetDurationToForceHorizontalConvergence\t(ms)", + "contents": "C_Commentator.SetDurationToForceHorizontalConvergence(${1:ms})$0", + }, + { + "trigger": "C_Commentator.SetExcludeDistance\t(excludeDistance)", + "contents": "C_Commentator.SetExcludeDistance(${1:excludeDistance})$0", + }, + { + "trigger": "C_Commentator.SetFollowCameraSpeeds\t(elasticSpeed, minSpeed)", + "contents": "C_Commentator.SetFollowCameraSpeeds(${1:elasticSpeed}, ${2:minSpeed})$0", + }, + { + "trigger": "C_Commentator.SetHardlockWeight\t(weight)", + "contents": "C_Commentator.SetHardlockWeight(${1:weight})$0", + }, + { + "trigger": "C_Commentator.SetHorizontalAngleThresholdToSmooth\t(angle)", + "contents": "C_Commentator.SetHorizontalAngleThresholdToSmooth(${1:angle})$0", + }, + { + "trigger": "C_Commentator.SetLookAtLerpAmount\t(amount)", + "contents": "C_Commentator.SetLookAtLerpAmount(${1:amount})$0", + }, + { + "trigger": "C_Commentator.SetMapAndInstanceIndex\t(mapIndex, instanceIndex)", + "contents": "C_Commentator.SetMapAndInstanceIndex(${1:mapIndex}, ${2:instanceIndex})$0", + }, + { + "trigger": "C_Commentator.SetMouseDisabled\t(disabled)", + "contents": "C_Commentator.SetMouseDisabled(${1:disabled})$0", + }, + { + "trigger": "C_Commentator.SetMoveSpeed\t(newSpeed)", + "contents": "C_Commentator.SetMoveSpeed(${1:newSpeed})$0", + }, + { + "trigger": "C_Commentator.SetMsToHoldForHorizontalMovement\t(ms)", + "contents": "C_Commentator.SetMsToHoldForHorizontalMovement(${1:ms})$0", + }, + { + "trigger": "C_Commentator.SetMsToHoldForVerticalMovement\t(ms)", + "contents": "C_Commentator.SetMsToHoldForVerticalMovement(${1:ms})$0", + }, + { + "trigger": "C_Commentator.SetMsToSmoothHorizontalChange\t(ms)", + "contents": "C_Commentator.SetMsToSmoothHorizontalChange(${1:ms})$0", + }, + { + "trigger": "C_Commentator.SetMsToSmoothVerticalChange\t(ms)", + "contents": "C_Commentator.SetMsToSmoothVerticalChange(${1:ms})$0", + }, + { + "trigger": "C_Commentator.SetPositionLerpAmount\t(amount)", + "contents": "C_Commentator.SetPositionLerpAmount(${1:amount})$0", + }, + { + "trigger": "C_Commentator.SetRequestedDefensiveCooldowns\t(specID, spellIDs)", + "contents": "C_Commentator.SetRequestedDefensiveCooldowns(${1:specID}, ${2:spellIDs})$0", + }, + { + "trigger": "C_Commentator.SetRequestedOffensiveCooldowns\t(specID, spellIDs)", + "contents": "C_Commentator.SetRequestedOffensiveCooldowns(${1:specID}, ${2:spellIDs})$0", + }, + { + "trigger": "C_Commentator.SetSmartCameraLocked\t(locked)", + "contents": "C_Commentator.SetSmartCameraLocked(${1:locked})$0", + }, + { + "trigger": "C_Commentator.SetSmoothFollowTransitioning\t(enabled)", + "contents": "C_Commentator.SetSmoothFollowTransitioning(${1:enabled})$0", + }, + { + "trigger": "C_Commentator.SetSoftlockWeight\t(weight)", + "contents": "C_Commentator.SetSoftlockWeight(${1:weight})$0", + }, + { + "trigger": "C_Commentator.SetSpeedFactor\t(factor)", + "contents": "C_Commentator.SetSpeedFactor(${1:factor})$0", + }, + { + "trigger": "C_Commentator.SetTargetHeightOffset\t(offset)", + "contents": "C_Commentator.SetTargetHeightOffset(${1:offset})$0", + }, + { + "trigger": "C_Commentator.SetUseSmartCamera\t(useSmartCamera)", + "contents": "C_Commentator.SetUseSmartCamera(${1:useSmartCamera})$0", + }, + { + "trigger": "C_Commentator.SnapCameraLookAtPoint\t()", + "contents": "C_Commentator.SnapCameraLookAtPoint()$0", + }, + { + "trigger": "C_Commentator.StartWargame\t(listID, teamSize, tournamentRules, \"teamOneCaptain\", \"teamTwoCaptain\")", + "contents": "C_Commentator.StartWargame(${1:listID}, ${2:teamSize}, ${3:tournamentRules}, \"${4:teamOneCaptain}\", \"${5:teamTwoCaptain}\")$0", + }, + { + "trigger": "C_Commentator.SwapTeamSides\t()", + "contents": "C_Commentator.SwapTeamSides()$0", + }, + { + "trigger": "C_Commentator.ToggleCheats\t()", + "contents": "C_Commentator.ToggleCheats()$0", + }, + { + "trigger": "C_Commentator.UpdateMapInfo\t([\"targetPlayer\"])", + "contents": "C_Commentator.UpdateMapInfo([\"${1:targetPlayer}\"])$0", + }, + { + "trigger": "C_Commentator.UpdatePlayerInfo\t()", + "contents": "C_Commentator.UpdatePlayerInfo()$0", + }, + { + "trigger": "C_Commentator.ZoomIn\t()", + "contents": "C_Commentator.ZoomIn()$0", + }, + { + "trigger": "C_Commentator.ZoomOut\t()", + "contents": "C_Commentator.ZoomOut()$0", + }, + { + "trigger": "C_ConfigurationWarnings.GetConfigurationWarnings\t(includeSeenWarnings)", + "contents": "C_ConfigurationWarnings.GetConfigurationWarnings(${1:includeSeenWarnings})$0", + }, + { + "trigger": "C_ConfigurationWarnings.GetConfigurationWarningSeen\t(configurationWarning)", + "contents": "C_ConfigurationWarnings.GetConfigurationWarningSeen(${1:configurationWarning})$0", + }, + { + "trigger": "C_ConfigurationWarnings.GetConfigurationWarningString\t(configurationWarning)", + "contents": "C_ConfigurationWarnings.GetConfigurationWarningString(${1:configurationWarning})$0", + }, + { + "trigger": "C_ConfigurationWarnings.SetConfigurationWarningSeen\t(configurationWarning)", + "contents": "C_ConfigurationWarnings.SetConfigurationWarningSeen(${1:configurationWarning})$0", + }, + { + "trigger": "C_Console.GetAllCommands\t()", + "contents": "C_Console.GetAllCommands()$0", + }, + { + "trigger": "C_Console.GetColorFromType\t(colorType)", + "contents": "C_Console.GetColorFromType(${1:colorType})$0", + }, + { + "trigger": "C_Console.GetFontHeight\t()", + "contents": "C_Console.GetFontHeight()$0", + }, + { + "trigger": "C_Console.PrintAllMatchingCommands\t(\"partialCommandText\")", + "contents": "C_Console.PrintAllMatchingCommands(\"${1:partialCommandText}\")$0", + }, + { + "trigger": "C_Console.SetFontHeight\t(fontHeightInPixels)", + "contents": "C_Console.SetFontHeight(${1:fontHeightInPixels})$0", + }, + { + "trigger": "C_ContributionCollector.Close\t()", + "contents": "C_ContributionCollector.Close()$0", + }, + { + "trigger": "C_ContributionCollector.Contribute\t(contributionID)", + "contents": "C_ContributionCollector.Contribute(${1:contributionID})$0", + }, + { + "trigger": "C_ContributionCollector.GetActive\t()", + "contents": "C_ContributionCollector.GetActive()$0", + }, + { + "trigger": "C_ContributionCollector.GetAtlases\t(contributionID)", + "contents": "C_ContributionCollector.GetAtlases(${1:contributionID})$0", + }, + { + "trigger": "C_ContributionCollector.GetBuffs\t(contributionID)", + "contents": "C_ContributionCollector.GetBuffs(${1:contributionID})$0", + }, + { + "trigger": "C_ContributionCollector.GetContributionAppearance\t(contributionID, contributionState)", + "contents": "C_ContributionCollector.GetContributionAppearance(${1:contributionID}, ${2:contributionState})$0", + }, + { + "trigger": "C_ContributionCollector.GetContributionCollectorsForMap\t(uiMapID)", + "contents": "C_ContributionCollector.GetContributionCollectorsForMap(${1:uiMapID})$0", + }, + { + "trigger": "C_ContributionCollector.GetContributionResult\t(contributionID)", + "contents": "C_ContributionCollector.GetContributionResult(${1:contributionID})$0", + }, + { + "trigger": "C_ContributionCollector.GetDescription\t(contributionID)", + "contents": "C_ContributionCollector.GetDescription(${1:contributionID})$0", + }, + { + "trigger": "C_ContributionCollector.GetManagedContributionsForCreatureID\t(creatureID)", + "contents": "C_ContributionCollector.GetManagedContributionsForCreatureID(${1:creatureID})$0", + }, + { + "trigger": "C_ContributionCollector.GetName\t(contributionID)", + "contents": "C_ContributionCollector.GetName(${1:contributionID})$0", + }, + { + "trigger": "C_ContributionCollector.GetOrderIndex\t(contributionID)", + "contents": "C_ContributionCollector.GetOrderIndex(${1:contributionID})$0", + }, + { + "trigger": "C_ContributionCollector.GetRequiredContributionCurrency\t(contributionID)", + "contents": "C_ContributionCollector.GetRequiredContributionCurrency(${1:contributionID})$0", + }, + { + "trigger": "C_ContributionCollector.GetRequiredContributionItem\t(contributionID)", + "contents": "C_ContributionCollector.GetRequiredContributionItem(${1:contributionID})$0", + }, + { + "trigger": "C_ContributionCollector.GetRewardQuestID\t(contributionID)", + "contents": "C_ContributionCollector.GetRewardQuestID(${1:contributionID})$0", + }, + { + "trigger": "C_ContributionCollector.GetState\t(contributionID)", + "contents": "C_ContributionCollector.GetState(${1:contributionID})$0", + }, + { + "trigger": "C_ContributionCollector.HasPendingContribution\t(contributionID)", + "contents": "C_ContributionCollector.HasPendingContribution(${1:contributionID})$0", + }, + { + "trigger": "C_ContributionCollector.IsAwaitingRewardQuestData\t(contributionID)", + "contents": "C_ContributionCollector.IsAwaitingRewardQuestData(${1:contributionID})$0", + }, + { + "trigger": "C_CreatureInfo.GetClassInfo\t(classID)", + "contents": "C_CreatureInfo.GetClassInfo(${1:classID})$0", + }, + { + "trigger": "C_CreatureInfo.GetFactionInfo\t(raceID)", + "contents": "C_CreatureInfo.GetFactionInfo(${1:raceID})$0", + }, + { + "trigger": "C_CreatureInfo.GetRaceInfo\t(raceID)", + "contents": "C_CreatureInfo.GetRaceInfo(${1:raceID})$0", + }, + { + "trigger": "C_CurrencyInfo.GetAzeriteCurrencyID\t()", + "contents": "C_CurrencyInfo.GetAzeriteCurrencyID()$0", + }, + { + "trigger": "C_CurrencyInfo.GetBasicCurrencyInfo\t(currencyType, [quantity])", + "contents": "C_CurrencyInfo.GetBasicCurrencyInfo(${1:currencyType}, [${2:quantity}])$0", + }, + { + "trigger": "C_CurrencyInfo.GetCurrencyContainerInfo\t(currencyType, quantity)", + "contents": "C_CurrencyInfo.GetCurrencyContainerInfo(${1:currencyType}, ${2:quantity})$0", + }, + { + "trigger": "C_CurrencyInfo.GetCurrencyIDFromLink\t(\"currencyLink\")", + "contents": "C_CurrencyInfo.GetCurrencyIDFromLink(\"${1:currencyLink}\")$0", + }, + { + "trigger": "C_CurrencyInfo.GetFactionGrantedByCurrency\t(currencyID)", + "contents": "C_CurrencyInfo.GetFactionGrantedByCurrency(${1:currencyID})$0", + }, + { + "trigger": "C_CurrencyInfo.GetWarResourcesCurrencyID\t()", + "contents": "C_CurrencyInfo.GetWarResourcesCurrencyID()$0", + }, + { + "trigger": "C_CurrencyInfo.IsCurrencyContainer\t(currencyID, quantity)", + "contents": "C_CurrencyInfo.IsCurrencyContainer(${1:currencyID}, ${2:quantity})$0", + }, + { + "trigger": "C_Cursor.DropCursorCommunitiesStream\t()", + "contents": "C_Cursor.DropCursorCommunitiesStream()$0", + }, + { + "trigger": "C_Cursor.GetCursorCommunitiesStream\t()", + "contents": "C_Cursor.GetCursorCommunitiesStream()$0", + }, + { + "trigger": "C_Cursor.GetCursorItem\t()", + "contents": "C_Cursor.GetCursorItem()$0", + }, + { + "trigger": "C_Cursor.SetCursorCommunitiesStream\t(\"clubId\", \"streamId\")", + "contents": "C_Cursor.SetCursorCommunitiesStream(\"${1:clubId}\", \"${2:streamId}\")$0", + }, + { + "trigger": "C_DateAndTime.GetDateFromEpoch\t(epoch)", + "contents": "C_DateAndTime.GetDateFromEpoch(${1:epoch})$0", + }, + { + "trigger": "C_DateAndTime.GetTodaysDate\t()", + "contents": "C_DateAndTime.GetTodaysDate()$0", + }, + { + "trigger": "C_DateAndTime.GetYesterdaysDate\t()", + "contents": "C_DateAndTime.GetYesterdaysDate()$0", + }, + { + "trigger": "C_DeathInfo.GetCorpseMapPosition\t(uiMapID)", + "contents": "C_DeathInfo.GetCorpseMapPosition(${1:uiMapID})$0", + }, + { + "trigger": "C_DeathInfo.GetDeathReleasePosition\t(uiMapID)", + "contents": "C_DeathInfo.GetDeathReleasePosition(${1:uiMapID})$0", + }, + { + "trigger": "C_DeathInfo.GetGraveyardsForMap\t(uiMapID)", + "contents": "C_DeathInfo.GetGraveyardsForMap(${1:uiMapID})$0", + }, + { + "trigger": "C_DeathInfo.GetSelfResurrectOptions\t()", + "contents": "C_DeathInfo.GetSelfResurrectOptions()$0", + }, + { + "trigger": "C_DeathInfo.UseSelfResurrectOption\t(optionType, id)", + "contents": "C_DeathInfo.UseSelfResurrectOption(${1:optionType}, ${2:id})$0", + }, + { + "trigger": "C_EncounterJournal.GetDungeonEntrancesForMap\t(uiMapID)", + "contents": "C_EncounterJournal.GetDungeonEntrancesForMap(${1:uiMapID})$0", + }, + { + "trigger": "C_EncounterJournal.GetEncountersOnMap\t(uiMapID)", + "contents": "C_EncounterJournal.GetEncountersOnMap(${1:uiMapID})$0", + }, + { + "trigger": "C_EncounterJournal.GetSectionIconFlags\t(sectionID)", + "contents": "C_EncounterJournal.GetSectionIconFlags(${1:sectionID})$0", + }, + { + "trigger": "C_EncounterJournal.GetSectionInfo\t(sectionID)", + "contents": "C_EncounterJournal.GetSectionInfo(${1:sectionID})$0", + }, + { + "trigger": "C_EquipmentSet.AssignSpecToEquipmentSet\t(equipmentSetID, specIndex)", + "contents": "C_EquipmentSet.AssignSpecToEquipmentSet(${1:equipmentSetID}, ${2:specIndex})$0", + }, + { + "trigger": "C_EquipmentSet.CanUseEquipmentSets\t()", + "contents": "C_EquipmentSet.CanUseEquipmentSets()$0", + }, + { + "trigger": "C_EquipmentSet.ClearIgnoredSlotsForSave\t()", + "contents": "C_EquipmentSet.ClearIgnoredSlotsForSave()$0", + }, + { + "trigger": "C_EquipmentSet.CreateEquipmentSet\t(\"equipmentSetName\", [\"icon\"])", + "contents": "C_EquipmentSet.CreateEquipmentSet(\"${1:equipmentSetName}\", [\"${2:icon}\"])$0", + }, + { + "trigger": "C_EquipmentSet.DeleteEquipmentSet\t(equipmentSetID)", + "contents": "C_EquipmentSet.DeleteEquipmentSet(${1:equipmentSetID})$0", + }, + { + "trigger": "C_EquipmentSet.EquipmentSetContainsLockedItems\t(equipmentSetID)", + "contents": "C_EquipmentSet.EquipmentSetContainsLockedItems(${1:equipmentSetID})$0", + }, + { + "trigger": "C_EquipmentSet.GetEquipmentSetAssignedSpec\t(equipmentSetID)", + "contents": "C_EquipmentSet.GetEquipmentSetAssignedSpec(${1:equipmentSetID})$0", + }, + { + "trigger": "C_EquipmentSet.GetEquipmentSetForSpec\t(specIndex)", + "contents": "C_EquipmentSet.GetEquipmentSetForSpec(${1:specIndex})$0", + }, + { + "trigger": "C_EquipmentSet.GetEquipmentSetID\t(\"equipmentSetName\")", + "contents": "C_EquipmentSet.GetEquipmentSetID(\"${1:equipmentSetName}\")$0", + }, + { + "trigger": "C_EquipmentSet.GetEquipmentSetIDs\t()", + "contents": "C_EquipmentSet.GetEquipmentSetIDs()$0", + }, + { + "trigger": "C_EquipmentSet.GetEquipmentSetInfo\t(equipmentSetID)", + "contents": "C_EquipmentSet.GetEquipmentSetInfo(${1:equipmentSetID})$0", + }, + { + "trigger": "C_EquipmentSet.GetIgnoredSlots\t(equipmentSetID)", + "contents": "C_EquipmentSet.GetIgnoredSlots(${1:equipmentSetID})$0", + }, + { + "trigger": "C_EquipmentSet.GetItemIDs\t(equipmentSetID)", + "contents": "C_EquipmentSet.GetItemIDs(${1:equipmentSetID})$0", + }, + { + "trigger": "C_EquipmentSet.GetItemLocations\t(equipmentSetID)", + "contents": "C_EquipmentSet.GetItemLocations(${1:equipmentSetID})$0", + }, + { + "trigger": "C_EquipmentSet.GetNumEquipmentSets\t()", + "contents": "C_EquipmentSet.GetNumEquipmentSets()$0", + }, + { + "trigger": "C_EquipmentSet.IgnoreSlotForSave\t(slot)", + "contents": "C_EquipmentSet.IgnoreSlotForSave(${1:slot})$0", + }, + { + "trigger": "C_EquipmentSet.IsSlotIgnoredForSave\t(slot)", + "contents": "C_EquipmentSet.IsSlotIgnoredForSave(${1:slot})$0", + }, + { + "trigger": "C_EquipmentSet.ModifyEquipmentSet\t(equipmentSetID, \"newName\", [\"newIcon\"])", + "contents": "C_EquipmentSet.ModifyEquipmentSet(${1:equipmentSetID}, \"${2:newName}\", [\"${3:newIcon}\"])$0", + }, + { + "trigger": "C_EquipmentSet.PickupEquipmentSet\t(equipmentSetID)", + "contents": "C_EquipmentSet.PickupEquipmentSet(${1:equipmentSetID})$0", + }, + { + "trigger": "C_EquipmentSet.SaveEquipmentSet\t(equipmentSetID, [\"icon\"])", + "contents": "C_EquipmentSet.SaveEquipmentSet(${1:equipmentSetID}, [\"${2:icon}\"])$0", + }, + { + "trigger": "C_EquipmentSet.UnassignEquipmentSetSpec\t(equipmentSetID)", + "contents": "C_EquipmentSet.UnassignEquipmentSetSpec(${1:equipmentSetID})$0", + }, + { + "trigger": "C_EquipmentSet.UnignoreSlotForSave\t(slot)", + "contents": "C_EquipmentSet.UnignoreSlotForSave(${1:slot})$0", + }, + { + "trigger": "C_EquipmentSet.UseEquipmentSet\t(equipmentSetID)", + "contents": "C_EquipmentSet.UseEquipmentSet(${1:equipmentSetID})$0", + }, + { + "trigger": "C_FogOfWar.GetFogOfWarForMap\t(uiMapID)", + "contents": "C_FogOfWar.GetFogOfWarForMap(${1:uiMapID})$0", + }, + { + "trigger": "C_FogOfWar.GetFogOfWarInfo\t(fogOfWarID)", + "contents": "C_FogOfWar.GetFogOfWarInfo(${1:fogOfWarID})$0", + }, + { + "trigger": "C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID\t()", + "contents": "C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID()$0", + }, + { + "trigger": "C_Garrison.GetCurrentGarrTalentTreeID\t()", + "contents": "C_Garrison.GetCurrentGarrTalentTreeID()$0", + }, + { + "trigger": "C_Garrison.GetGarrisonPlotsInstancesForMap\t(uiMapID)", + "contents": "C_Garrison.GetGarrisonPlotsInstancesForMap(${1:uiMapID})$0", + }, + { + "trigger": "C_Garrison.GetTalentTreeIDsByClassID\t(garrType, classID)", + "contents": "C_Garrison.GetTalentTreeIDsByClassID(${1:garrType}, ${2:classID})$0", + }, + { + "trigger": "C_Garrison.IsAtGarrisonMissionNPC\t()", + "contents": "C_Garrison.IsAtGarrisonMissionNPC()$0", + }, + { + "trigger": "C_GossipInfo.GetGossipPoiForUiMapID\t(uiMapID)", + "contents": "C_GossipInfo.GetGossipPoiForUiMapID(${1:uiMapID})$0", + }, + { + "trigger": "C_GossipInfo.GetGossipPoiInfo\t(uiMapID, gossipPoiID)", + "contents": "C_GossipInfo.GetGossipPoiInfo(${1:uiMapID}, ${2:gossipPoiID})$0", + }, + { + "trigger": "C_GuildInfo.CanSpeakInGuildChat\t()", + "contents": "C_GuildInfo.CanSpeakInGuildChat()$0", + }, + { + "trigger": "C_GuildInfo.GetGuildRankOrder\t(\"guid\")", + "contents": "C_GuildInfo.GetGuildRankOrder(\"${1:guid}\")$0", + }, + { + "trigger": "C_GuildInfo.GuildControlGetRankFlags\t(rankOrder)", + "contents": "C_GuildInfo.GuildControlGetRankFlags(${1:rankOrder})$0", + }, + { + "trigger": "C_GuildInfo.IsGuildRankAssignmentAllowed\t(\"guid\", rankOrder)", + "contents": "C_GuildInfo.IsGuildRankAssignmentAllowed(\"${1:guid}\", ${2:rankOrder})$0", + }, + { + "trigger": "C_GuildInfo.QueryGuildMemberRecipes\t(\"guildMemberGUID\", skillLineID)", + "contents": "C_GuildInfo.QueryGuildMemberRecipes(\"${1:guildMemberGUID}\", ${2:skillLineID})$0", + }, + { + "trigger": "C_GuildInfo.RemoveFromGuild\t(\"guid\")", + "contents": "C_GuildInfo.RemoveFromGuild(\"${1:guid}\")$0", + }, + { + "trigger": "C_GuildInfo.SetGuildRankOrder\t(\"guid\", rankOrder)", + "contents": "C_GuildInfo.SetGuildRankOrder(\"${1:guid}\", ${2:rankOrder})$0", + }, + { + "trigger": "C_GuildInfo.SetNote\t(\"guid\", \"note\", isPublic)", + "contents": "C_GuildInfo.SetNote(\"${1:guid}\", \"${2:note}\", ${3:isPublic})$0", + }, + { + "trigger": "C_InvasionInfo.AreInvasionsAvailable\t()", + "contents": "C_InvasionInfo.AreInvasionsAvailable()$0", + }, + { + "trigger": "C_InvasionInfo.GetInvasionForUiMapID\t(uiMapID)", + "contents": "C_InvasionInfo.GetInvasionForUiMapID(${1:uiMapID})$0", + }, + { + "trigger": "C_InvasionInfo.GetInvasionInfo\t(invasionID)", + "contents": "C_InvasionInfo.GetInvasionInfo(${1:invasionID})$0", + }, + { + "trigger": "C_InvasionInfo.GetInvasionTimeLeft\t(invasionID)", + "contents": "C_InvasionInfo.GetInvasionTimeLeft(${1:invasionID})$0", + }, + { + "trigger": "C_IslandsQueue.CloseIslandsQueueScreen\t()", + "contents": "C_IslandsQueue.CloseIslandsQueueScreen()$0", + }, + { + "trigger": "C_IslandsQueue.GetIslandDifficultyInfo\t()", + "contents": "C_IslandsQueue.GetIslandDifficultyInfo()$0", + }, + { + "trigger": "C_IslandsQueue.GetIslandsMaxGroupSize\t()", + "contents": "C_IslandsQueue.GetIslandsMaxGroupSize()$0", + }, + { + "trigger": "C_IslandsQueue.GetIslandsWeeklyQuestID\t()", + "contents": "C_IslandsQueue.GetIslandsWeeklyQuestID()$0", + }, + { + "trigger": "C_IslandsQueue.QueueForIsland\t(difficultyID)", + "contents": "C_IslandsQueue.QueueForIsland(${1:difficultyID})$0", + }, + { + "trigger": "C_IslandsQueue.RequestPreloadRewardData\t(questId)", + "contents": "C_IslandsQueue.RequestPreloadRewardData(${1:questId})$0", + }, + { + "trigger": "C_Item.DoesItemExist\t(emptiableItemLocation)", + "contents": "C_Item.DoesItemExist(${1:emptiableItemLocation})$0", + }, + { + "trigger": "C_Item.DoesItemExistByID\t(\"itemInfo\")", + "contents": "C_Item.DoesItemExistByID(\"${1:itemInfo}\")$0", + }, + { + "trigger": "C_Item.GetCurrentItemLevel\t(itemLocation)", + "contents": "C_Item.GetCurrentItemLevel(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.GetItemGUID\t(itemLocation)", + "contents": "C_Item.GetItemGUID(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.GetItemIcon\t(itemLocation)", + "contents": "C_Item.GetItemIcon(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.GetItemIconByID\t(\"itemInfo\")", + "contents": "C_Item.GetItemIconByID(\"${1:itemInfo}\")$0", + }, + { + "trigger": "C_Item.GetItemID\t(itemLocation)", + "contents": "C_Item.GetItemID(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.GetItemInventoryType\t(itemLocation)", + "contents": "C_Item.GetItemInventoryType(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.GetItemInventoryTypeByID\t(\"itemInfo\")", + "contents": "C_Item.GetItemInventoryTypeByID(\"${1:itemInfo}\")$0", + }, + { + "trigger": "C_Item.GetItemLink\t(itemLocation)", + "contents": "C_Item.GetItemLink(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.GetItemName\t(itemLocation)", + "contents": "C_Item.GetItemName(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.GetItemNameByID\t(\"itemInfo\")", + "contents": "C_Item.GetItemNameByID(\"${1:itemInfo}\")$0", + }, + { + "trigger": "C_Item.GetItemQuality\t(itemLocation)", + "contents": "C_Item.GetItemQuality(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.GetItemQualityByID\t(\"itemInfo\")", + "contents": "C_Item.GetItemQualityByID(\"${1:itemInfo}\")$0", + }, + { + "trigger": "C_Item.IsBound\t(itemLocation)", + "contents": "C_Item.IsBound(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.IsItemDataCached\t(itemLocation)", + "contents": "C_Item.IsItemDataCached(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.IsItemDataCachedByID\t(\"itemInfo\")", + "contents": "C_Item.IsItemDataCachedByID(\"${1:itemInfo}\")$0", + }, + { + "trigger": "C_Item.IsLocked\t(itemLocation)", + "contents": "C_Item.IsLocked(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.LockItem\t(itemLocation)", + "contents": "C_Item.LockItem(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.RequestLoadItemData\t(itemLocation)", + "contents": "C_Item.RequestLoadItemData(${1:itemLocation})$0", + }, + { + "trigger": "C_Item.RequestLoadItemDataByID\t(\"itemInfo\")", + "contents": "C_Item.RequestLoadItemDataByID(\"${1:itemInfo}\")$0", + }, + { + "trigger": "C_Item.UnlockItem\t(itemLocation)", + "contents": "C_Item.UnlockItem(${1:itemLocation})$0", + }, + { + "trigger": "C_KeyBindings.GetCustomBindingType\t(bindingIndex)", + "contents": "C_KeyBindings.GetCustomBindingType(${1:bindingIndex})$0", + }, + { + "trigger": "C_LFGInfo.GetAllEntriesForCategory\t(category)", + "contents": "C_LFGInfo.GetAllEntriesForCategory(${1:category})$0", + }, + { + "trigger": "C_LFGInfo.HideNameFromUI\t(dungeonID)", + "contents": "C_LFGInfo.HideNameFromUI(${1:dungeonID})$0", + }, + { + "trigger": "C_LFGList.CanActiveEntryUseAutoAccept\t()", + "contents": "C_LFGList.CanActiveEntryUseAutoAccept()$0", + }, + { + "trigger": "C_LFGList.CanCreateQuestGroup\t(questID)", + "contents": "C_LFGList.CanCreateQuestGroup(${1:questID})$0", + }, + { + "trigger": "C_LFGList.ClearApplicationTextFields\t()", + "contents": "C_LFGList.ClearApplicationTextFields()$0", + }, + { + "trigger": "C_LFGList.ClearCreationTextFields\t()", + "contents": "C_LFGList.ClearCreationTextFields()$0", + }, + { + "trigger": "C_LFGList.ClearSearchTextFields\t()", + "contents": "C_LFGList.ClearSearchTextFields()$0", + }, + { + "trigger": "C_LFGList.CopyActiveEntryInfoToCreationFields\t()", + "contents": "C_LFGList.CopyActiveEntryInfoToCreationFields()$0", + }, + { + "trigger": "C_LFGList.Search\t(categoryID, filter, preferredFilters, [languageFilter])", + "contents": "C_LFGList.Search(${1:categoryID}, ${2:filter}, ${3:preferredFilters}, [${4:languageFilter}])$0", + }, + { + "trigger": "C_LFGList.SetSearchToActivity\t(activityID)", + "contents": "C_LFGList.SetSearchToActivity(${1:activityID})$0", + }, + { + "trigger": "C_LFGList.SetSearchToQuestID\t(questID)", + "contents": "C_LFGList.SetSearchToQuestID(${1:questID})$0", + }, + { + "trigger": "C_Mail.HasInboxMoney\t(inboxIndex)", + "contents": "C_Mail.HasInboxMoney(${1:inboxIndex})$0", + }, + { + "trigger": "C_Mail.IsCommandPending\t()", + "contents": "C_Mail.IsCommandPending()$0", + }, + { + "trigger": "C_Map.GetAreaInfo\t(areaID)", + "contents": "C_Map.GetAreaInfo(${1:areaID})$0", + }, + { + "trigger": "C_Map.GetBestMapForUnit\t(\"unitToken\")", + "contents": "C_Map.GetBestMapForUnit(\"${1:unitToken}\")$0", + }, + { + "trigger": "C_Map.GetBountySetIDForMap\t(uiMapID)", + "contents": "C_Map.GetBountySetIDForMap(${1:uiMapID})$0", + }, + { + "trigger": "C_Map.GetFallbackWorldMapID\t()", + "contents": "C_Map.GetFallbackWorldMapID()$0", + }, + { + "trigger": "C_Map.GetMapArtBackgroundAtlas\t(uiMapID)", + "contents": "C_Map.GetMapArtBackgroundAtlas(${1:uiMapID})$0", + }, + { + "trigger": "C_Map.GetMapArtHelpTextPosition\t(uiMapID)", + "contents": "C_Map.GetMapArtHelpTextPosition(${1:uiMapID})$0", + }, + { + "trigger": "C_Map.GetMapArtID\t(uiMapID)", + "contents": "C_Map.GetMapArtID(${1:uiMapID})$0", + }, + { + "trigger": "C_Map.GetMapArtLayers\t(uiMapID)", + "contents": "C_Map.GetMapArtLayers(${1:uiMapID})$0", + }, + { + "trigger": "C_Map.GetMapArtLayerTextures\t(uiMapID, layerIndex)", + "contents": "C_Map.GetMapArtLayerTextures(${1:uiMapID}, ${2:layerIndex})$0", + }, + { + "trigger": "C_Map.GetMapBannersForMap\t(uiMapID)", + "contents": "C_Map.GetMapBannersForMap(${1:uiMapID})$0", + }, + { + "trigger": "C_Map.GetMapChildrenInfo\t(uiMapID, [mapType, [allDescendants]])", + "contents": "C_Map.GetMapChildrenInfo(${1:uiMapID}, [${2:mapType}, [${3:allDescendants}]])$0", + }, + { + "trigger": "C_Map.GetMapDisplayInfo\t(uiMapID)", + "contents": "C_Map.GetMapDisplayInfo(${1:uiMapID})$0", + }, + { + "trigger": "C_Map.GetMapGroupID\t(uiMapID)", + "contents": "C_Map.GetMapGroupID(${1:uiMapID})$0", + }, + { + "trigger": "C_Map.GetMapGroupMembersInfo\t(uiMapGroupID)", + "contents": "C_Map.GetMapGroupMembersInfo(${1:uiMapGroupID})$0", + }, + { + "trigger": "C_Map.GetMapHighlightInfoAtPosition\t(uiMapID, x, y)", + "contents": "C_Map.GetMapHighlightInfoAtPosition(${1:uiMapID}, ${2:x}, ${3:y})$0", + }, + { + "trigger": "C_Map.GetMapInfo\t(uiMapID)", + "contents": "C_Map.GetMapInfo(${1:uiMapID})$0", + }, + { + "trigger": "C_Map.GetMapInfoAtPosition\t(uiMapID, x, y)", + "contents": "C_Map.GetMapInfoAtPosition(${1:uiMapID}, ${2:x}, ${3:y})$0", + }, + { + "trigger": "C_Map.GetMapLevels\t(uiMapID)", + "contents": "C_Map.GetMapLevels(${1:uiMapID})$0", + }, + { + "trigger": "C_Map.GetMapLinksForMap\t(uiMapID)", + "contents": "C_Map.GetMapLinksForMap(${1:uiMapID})$0", + }, + { + "trigger": "C_Map.GetMapPosFromWorldPos\t(continentID, worldPosition, [overrideUiMapID])", + "contents": "C_Map.GetMapPosFromWorldPos(${1:continentID}, ${2:worldPosition}, [${3:overrideUiMapID}])$0", + }, + { + "trigger": "C_Map.GetMapRectOnMap\t(uiMapID, topUiMapID)", + "contents": "C_Map.GetMapRectOnMap(${1:uiMapID}, ${2:topUiMapID})$0", + }, + { + "trigger": "C_Map.GetPlayerMapPosition\t(uiMapID, \"unitToken\")", + "contents": "C_Map.GetPlayerMapPosition(${1:uiMapID}, \"${2:unitToken}\")$0", + }, + { + "trigger": "C_Map.GetWorldPosFromMapPos\t(uiMapID, mapPosition)", + "contents": "C_Map.GetWorldPosFromMapPos(${1:uiMapID}, ${2:mapPosition})$0", + }, + { + "trigger": "C_Map.MapHasArt\t(uiMapID)", + "contents": "C_Map.MapHasArt(${1:uiMapID})$0", + }, + { + "trigger": "C_Map.RequestPreloadMap\t(uiMapID)", + "contents": "C_Map.RequestPreloadMap(${1:uiMapID})$0", + }, + { + "trigger": "C_MapExplorationInfo.GetExploredAreaIDsAtPosition\t(uiMapID, normalizedPosition)", + "contents": "C_MapExplorationInfo.GetExploredAreaIDsAtPosition(${1:uiMapID}, ${2:normalizedPosition})$0", + }, + { + "trigger": "C_MapExplorationInfo.GetExploredMapTextures\t(uiMapID)", + "contents": "C_MapExplorationInfo.GetExploredMapTextures(${1:uiMapID})$0", + }, + { + "trigger": "C_MerchantFrame.GetBuybackItemID\t(buybackSlotIndex)", + "contents": "C_MerchantFrame.GetBuybackItemID(${1:buybackSlotIndex})$0", + }, + { + "trigger": "C_ModelInfo.AddActiveModelScene\t(modelSceneFrame, modelSceneID)", + "contents": "C_ModelInfo.AddActiveModelScene(${1:modelSceneFrame}, ${2:modelSceneID})$0", + }, + { + "trigger": "C_ModelInfo.AddActiveModelSceneActor\t(modelSceneFrameActor, modelSceneActorID)", + "contents": "C_ModelInfo.AddActiveModelSceneActor(${1:modelSceneFrameActor}, ${2:modelSceneActorID})$0", + }, + { + "trigger": "C_ModelInfo.ClearActiveModelScene\t(modelSceneFrame)", + "contents": "C_ModelInfo.ClearActiveModelScene(${1:modelSceneFrame})$0", + }, + { + "trigger": "C_ModelInfo.ClearActiveModelSceneActor\t(modelSceneFrameActor)", + "contents": "C_ModelInfo.ClearActiveModelSceneActor(${1:modelSceneFrameActor})$0", + }, + { + "trigger": "C_ModelInfo.GetModelSceneActorDisplayInfoByID\t(modelActorDisplayID)", + "contents": "C_ModelInfo.GetModelSceneActorDisplayInfoByID(${1:modelActorDisplayID})$0", + }, + { + "trigger": "C_ModelInfo.GetModelSceneActorInfoByID\t(modelActorID)", + "contents": "C_ModelInfo.GetModelSceneActorInfoByID(${1:modelActorID})$0", + }, + { + "trigger": "C_ModelInfo.GetModelSceneCameraInfoByID\t(modelSceneCameraID)", + "contents": "C_ModelInfo.GetModelSceneCameraInfoByID(${1:modelSceneCameraID})$0", + }, + { + "trigger": "C_ModelInfo.GetModelSceneInfoByID\t(modelSceneID)", + "contents": "C_ModelInfo.GetModelSceneInfoByID(${1:modelSceneID})$0", + }, + { + "trigger": "C_MountJournal.ClearFanfare\t(mountID)", + "contents": "C_MountJournal.ClearFanfare(${1:mountID})$0", + }, + { + "trigger": "C_MountJournal.ClearRecentFanfares\t()", + "contents": "C_MountJournal.ClearRecentFanfares()$0", + }, + { + "trigger": "C_MountJournal.Dismiss\t()", + "contents": "C_MountJournal.Dismiss()$0", + }, + { + "trigger": "C_MountJournal.GetCollectedFilterSetting\t(filterIndex)", + "contents": "C_MountJournal.GetCollectedFilterSetting(${1:filterIndex})$0", + }, + { + "trigger": "C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo\t(mountIndex)", + "contents": "C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo(${1:mountIndex})$0", + }, + { + "trigger": "C_MountJournal.GetDisplayedMountInfo\t(displayIndex)", + "contents": "C_MountJournal.GetDisplayedMountInfo(${1:displayIndex})$0", + }, + { + "trigger": "C_MountJournal.GetDisplayedMountInfoExtra\t(mountIndex)", + "contents": "C_MountJournal.GetDisplayedMountInfoExtra(${1:mountIndex})$0", + }, + { + "trigger": "C_MountJournal.GetIsFavorite\t(mountIndex)", + "contents": "C_MountJournal.GetIsFavorite(${2:mountIndex})$0", + }, + { + "trigger": "C_MountJournal.GetMountAllCreatureDisplayInfoByID\t(mountID)", + "contents": "C_MountJournal.GetMountAllCreatureDisplayInfoByID(${1:mountID})$0", + }, + { + "trigger": "C_MountJournal.GetMountFromSpell\t(spellID)", + "contents": "C_MountJournal.GetMountFromSpell(${1:spellID})$0", + }, + { + "trigger": "C_MountJournal.GetMountIDs\t()", + "contents": "C_MountJournal.GetMountIDs()$0", + }, + { + "trigger": "C_MountJournal.GetMountInfoByID\t(mountID)", + "contents": "C_MountJournal.GetMountInfoByID(${1:mountID})$0", + }, + { + "trigger": "C_MountJournal.GetMountInfoExtraByID\t(mountID)", + "contents": "C_MountJournal.GetMountInfoExtraByID(${1:mountID})$0", + }, + { + "trigger": "C_MountJournal.GetNumDisplayedMounts\t()", + "contents": "C_MountJournal.GetNumDisplayedMounts()$0", + }, + { + "trigger": "C_MountJournal.GetNumMounts\t()", + "contents": "C_MountJournal.GetNumMounts()$0", + }, + { + "trigger": "C_MountJournal.GetNumMountsNeedingFanfare\t()", + "contents": "C_MountJournal.GetNumMountsNeedingFanfare()$0", + }, + { + "trigger": "C_MountJournal.IsSourceChecked\t(filterIndex)", + "contents": "C_MountJournal.IsSourceChecked(${1:filterIndex})$0", + }, + { + "trigger": "C_MountJournal.IsValidSourceFilter\t(filterIndex)", + "contents": "C_MountJournal.IsValidSourceFilter(${1:filterIndex})$0", + }, + { + "trigger": "C_MountJournal.NeedsFanfare\t(mountID)", + "contents": "C_MountJournal.NeedsFanfare(${1:mountID})$0", + }, + { + "trigger": "C_MountJournal.Pickup\t(displayIndex)", + "contents": "C_MountJournal.Pickup(${1:displayIndex})$0", + }, + { + "trigger": "C_MountJournal.SetAllSourceFilters\t(isChecked)", + "contents": "C_MountJournal.SetAllSourceFilters(${1:isChecked})$0", + }, + { + "trigger": "C_MountJournal.SetCollectedFilterSetting\t(filterIndex, isChecked)", + "contents": "C_MountJournal.SetCollectedFilterSetting(${1:filterIndex}, ${2:isChecked})$0", + }, + { + "trigger": "C_MountJournal.SetIsFavorite\t(mountIndex, isFavorite)", + "contents": "C_MountJournal.SetIsFavorite(${1:mountIndex}, ${2:isFavorite})$0", + }, + { + "trigger": "C_MountJournal.SetSearch\t(\"searchValue\")", + "contents": "C_MountJournal.SetSearch(\"${1:searchValue}\")$0", + }, + { + "trigger": "C_MountJournal.SetSourceFilter\t(filterIndex, isChecked)", + "contents": "C_MountJournal.SetSourceFilter(${1:filterIndex}, ${2:isChecked})$0", + }, + { + "trigger": "C_MountJournal.SummonByID\t(mountID)", + "contents": "C_MountJournal.SummonByID(${1:mountID})$0", + }, + { + "trigger": "C_MythicPlus.GetCurrentAffixes\t()", + "contents": "C_MythicPlus.GetCurrentAffixes()$0", + }, + { + "trigger": "C_MythicPlus.GetLastWeeklyBestInformation\t()", + "contents": "C_MythicPlus.GetLastWeeklyBestInformation()$0", + }, + { + "trigger": "C_MythicPlus.GetOwnedKeystoneChallengeMapID\t()", + "contents": "C_MythicPlus.GetOwnedKeystoneChallengeMapID()$0", + }, + { + "trigger": "C_MythicPlus.GetOwnedKeystoneLevel\t()", + "contents": "C_MythicPlus.GetOwnedKeystoneLevel()$0", + }, + { + "trigger": "C_MythicPlus.GetRewardLevelForDifficultyLevel\t(difficultyLevel)", + "contents": "C_MythicPlus.GetRewardLevelForDifficultyLevel(${1:difficultyLevel})$0", + }, + { + "trigger": "C_MythicPlus.GetRewardLevelFromKeystoneLevel\t(keystoneLevel)", + "contents": "C_MythicPlus.GetRewardLevelFromKeystoneLevel(${1:keystoneLevel})$0", + }, + { + "trigger": "C_MythicPlus.GetSeasonBestForMap\t(mapChallengeModeID)", + "contents": "C_MythicPlus.GetSeasonBestForMap(${1:mapChallengeModeID})$0", + }, + { + "trigger": "C_MythicPlus.GetWeeklyBestForMap\t(mapChallengeModeID)", + "contents": "C_MythicPlus.GetWeeklyBestForMap(${1:mapChallengeModeID})$0", + }, + { + "trigger": "C_MythicPlus.GetWeeklyChestRewardLevel\t()", + "contents": "C_MythicPlus.GetWeeklyChestRewardLevel()$0", + }, + { + "trigger": "C_MythicPlus.IsMythicPlusActive\t()", + "contents": "C_MythicPlus.IsMythicPlusActive()$0", + }, + { + "trigger": "C_MythicPlus.IsWeeklyRewardAvailable\t()", + "contents": "C_MythicPlus.IsWeeklyRewardAvailable()$0", + }, + { + "trigger": "C_MythicPlus.RequestCurrentAffixes\t()", + "contents": "C_MythicPlus.RequestCurrentAffixes()$0", + }, + { + "trigger": "C_MythicPlus.RequestMapInfo\t()", + "contents": "C_MythicPlus.RequestMapInfo()$0", + }, + { + "trigger": "C_MythicPlus.RequestRewards\t()", + "contents": "C_MythicPlus.RequestRewards()$0", + }, + { + "trigger": "C_PaperDollInfo.GetArmorEffectiveness\t(armor, attackerLevel)", + "contents": "C_PaperDollInfo.GetArmorEffectiveness(${1:armor}, ${2:attackerLevel})$0", + }, + { + "trigger": "C_PaperDollInfo.GetArmorEffectivenessAgainstTarget\t(armor)", + "contents": "C_PaperDollInfo.GetArmorEffectivenessAgainstTarget(${1:armor})$0", + }, + { + "trigger": "C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices\t(\"unit\", equipmentSlotIndex)", + "contents": "C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices(\"${1:unit}\", ${2:equipmentSlotIndex})$0", + }, + { + "trigger": "C_PaperDollInfo.GetMinItemLevel\t()", + "contents": "C_PaperDollInfo.GetMinItemLevel()$0", + }, + { + "trigger": "C_PaperDollInfo.GetStaggerPercentage\t(\"unit\")", + "contents": "C_PaperDollInfo.GetStaggerPercentage(\"${2:unit}\")$0", + }, + { + "trigger": "C_PaperDollInfo.OffhandHasShield\t()", + "contents": "C_PaperDollInfo.OffhandHasShield()$0", + }, + { + "trigger": "C_PaperDollInfo.OffhandHasWeapon\t()", + "contents": "C_PaperDollInfo.OffhandHasWeapon()$0", + }, + { + "trigger": "C_PartyInfo.GetActiveCategories\t()", + "contents": "C_PartyInfo.GetActiveCategories()$0", + }, + { + "trigger": "C_PartyInfo.GetInviteConfirmationInvalidQueues\t(\"inviteGUID\")", + "contents": "C_PartyInfo.GetInviteConfirmationInvalidQueues(\"${1:inviteGUID}\")$0", + }, + { + "trigger": "C_PartyPose.GetPartyPoseInfoByMapID\t(mapID)", + "contents": "C_PartyPose.GetPartyPoseInfoByMapID(${1:mapID})$0", + }, + { + "trigger": "C_PetInfo.GetPetTamersForMap\t(uiMapID)", + "contents": "C_PetInfo.GetPetTamersForMap(${1:uiMapID})$0", + }, + { + "trigger": "C_PetJournal.GetDisplayIDByIndex\t(speciesID, index)", + "contents": "C_PetJournal.GetDisplayIDByIndex(${1:speciesID}, ${2:index})$0", + }, + { + "trigger": "C_PetJournal.GetDisplayProbabilityByIndex\t(speciesID, index)", + "contents": "C_PetJournal.GetDisplayProbabilityByIndex(${1:speciesID}, ${2:index})$0", + }, + { + "trigger": "C_PetJournal.GetNumDisplays\t(speciesID)", + "contents": "C_PetJournal.GetNumDisplays(${1:speciesID})$0", + }, + { + "trigger": "C_PetJournal.PetUsesRandomDisplay\t(speciesID)", + "contents": "C_PetJournal.PetUsesRandomDisplay(${1:speciesID})$0", + }, + { + "trigger": "C_PlayerInfo.GetClass\t(playerLocation)", + "contents": "C_PlayerInfo.GetClass(${1:playerLocation})$0", + }, + { + "trigger": "C_PlayerInfo.GetName\t(playerLocation)", + "contents": "C_PlayerInfo.GetName(${1:playerLocation})$0", + }, + { + "trigger": "C_PlayerInfo.GetRace\t(playerLocation)", + "contents": "C_PlayerInfo.GetRace(${1:playerLocation})$0", + }, + { + "trigger": "C_PlayerInfo.GetSex\t(playerLocation)", + "contents": "C_PlayerInfo.GetSex(${1:playerLocation})$0", + }, + { + "trigger": "C_PlayerInfo.IsConnected\t([playerLocation])", + "contents": "C_PlayerInfo.IsConnected([${1:playerLocation}])$0", + }, + { + "trigger": "C_PvP.CanToggleWarMode\t()", + "contents": "C_PvP.CanToggleWarMode()$0", + }, + { + "trigger": "C_PvP.GetArenaCrowdControlInfo\t(\"playerToken\")", + "contents": "C_PvP.GetArenaCrowdControlInfo(\"${1:playerToken}\")$0", + }, + { + "trigger": "C_PvP.GetArenaRewards\t(teamSize)", + "contents": "C_PvP.GetArenaRewards(${1:teamSize})$0", + }, + { + "trigger": "C_PvP.GetArenaSkirmishRewards\t()", + "contents": "C_PvP.GetArenaSkirmishRewards()$0", + }, + { + "trigger": "C_PvP.GetBrawlInfo\t()", + "contents": "C_PvP.GetBrawlInfo()$0", + }, + { + "trigger": "C_PvP.GetBrawlRewards\t(brawlType)", + "contents": "C_PvP.GetBrawlRewards(${1:brawlType})$0", + }, + { + "trigger": "C_PvP.GetGlobalPvpScalingInfoForSpecID\t(specializationID)", + "contents": "C_PvP.GetGlobalPvpScalingInfoForSpecID(${1:specializationID})$0", + }, + { + "trigger": "C_PvP.GetHonorRewardInfo\t(honorLevel)", + "contents": "C_PvP.GetHonorRewardInfo(${1:honorLevel})$0", + }, + { + "trigger": "C_PvP.GetNextHonorLevelForReward\t(honorLevel)", + "contents": "C_PvP.GetNextHonorLevelForReward(${1:honorLevel})$0", + }, + { + "trigger": "C_PvP.GetOutdoorPvPWaitTime\t(uiMapID)", + "contents": "C_PvP.GetOutdoorPvPWaitTime(${1:uiMapID})$0", + }, + { + "trigger": "C_PvP.GetPvpTierInfo\t(tierID)", + "contents": "C_PvP.GetPvpTierInfo(${1:tierID})$0", + }, + { + "trigger": "C_PvP.GetRandomBGInfo\t()", + "contents": "C_PvP.GetRandomBGInfo()$0", + }, + { + "trigger": "C_PvP.GetRandomBGRewards\t()", + "contents": "C_PvP.GetRandomBGRewards()$0", + }, + { + "trigger": "C_PvP.GetRandomEpicBGInfo\t()", + "contents": "C_PvP.GetRandomEpicBGInfo()$0", + }, + { + "trigger": "C_PvP.GetRandomEpicBGRewards\t()", + "contents": "C_PvP.GetRandomEpicBGRewards()$0", + }, + { + "trigger": "C_PvP.GetRatedBGRewards\t()", + "contents": "C_PvP.GetRatedBGRewards()$0", + }, + { + "trigger": "C_PvP.GetSeasonBestInfo\t()", + "contents": "C_PvP.GetSeasonBestInfo()$0", + }, + { + "trigger": "C_PvP.GetSkirmishInfo\t(pvpBracket)", + "contents": "C_PvP.GetSkirmishInfo(${1:pvpBracket})$0", + }, + { + "trigger": "C_PvP.HasArenaSkirmishWinToday\t()", + "contents": "C_PvP.HasArenaSkirmishWinToday()$0", + }, + { + "trigger": "C_PvP.IsBattlegroundEnlistmentBonusActive\t()", + "contents": "C_PvP.IsBattlegroundEnlistmentBonusActive()$0", + }, + { + "trigger": "C_PvP.IsInBrawl\t()", + "contents": "C_PvP.IsInBrawl()$0", + }, + { + "trigger": "C_PvP.IsPVPMap\t()", + "contents": "C_PvP.IsPVPMap()$0", + }, + { + "trigger": "C_PvP.IsWarModeActive\t()", + "contents": "C_PvP.IsWarModeActive()$0", + }, + { + "trigger": "C_PvP.IsWarModeDesired\t()", + "contents": "C_PvP.IsWarModeDesired()$0", + }, + { + "trigger": "C_PvP.IsWarModeFeatureEnabled\t()", + "contents": "C_PvP.IsWarModeFeatureEnabled()$0", + }, + { + "trigger": "C_PvP.JoinBrawl\t()", + "contents": "C_PvP.JoinBrawl()$0", + }, + { + "trigger": "C_PvP.RequestCrowdControlSpell\t(\"playerToken\")", + "contents": "C_PvP.RequestCrowdControlSpell(\"${1:playerToken}\")$0", + }, + { + "trigger": "C_PvP.SetWarModeDesired\t(warModeDesired)", + "contents": "C_PvP.SetWarModeDesired(${1:warModeDesired})$0", + }, + { + "trigger": "C_PvP.ToggleWarMode\t()", + "contents": "C_PvP.ToggleWarMode()$0", + }, + { + "trigger": "C_QuestLine.GetAvailableQuestLines\t(uiMapID)", + "contents": "C_QuestLine.GetAvailableQuestLines(${1:uiMapID})$0", + }, + { + "trigger": "C_QuestLine.GetQuestLineInfo\t(questID, uiMapID)", + "contents": "C_QuestLine.GetQuestLineInfo(${1:questID}, ${2:uiMapID})$0", + }, + { + "trigger": "C_QuestLine.GetQuestLineQuests\t(questLineID)", + "contents": "C_QuestLine.GetQuestLineQuests(${1:questLineID})$0", + }, + { + "trigger": "C_QuestLog.GetMapForQuestPOIs\t()", + "contents": "C_QuestLog.GetMapForQuestPOIs()$0", + }, + { + "trigger": "C_QuestLog.GetMaxNumQuests\t()", + "contents": "C_QuestLog.GetMaxNumQuests()$0", + }, + { + "trigger": "C_QuestLog.GetMaxNumQuestsCanAccept\t()", + "contents": "C_QuestLog.GetMaxNumQuestsCanAccept()$0", + }, + { + "trigger": "C_QuestLog.GetQuestInfo\t(questID)", + "contents": "C_QuestLog.GetQuestInfo(${1:questID})$0", + }, + { + "trigger": "C_QuestLog.GetQuestObjectives\t(questID)", + "contents": "C_QuestLog.GetQuestObjectives(${1:questID})$0", + }, + { + "trigger": "C_QuestLog.GetQuestsOnMap\t(uiMapID)", + "contents": "C_QuestLog.GetQuestsOnMap(${1:uiMapID})$0", + }, + { + "trigger": "C_QuestLog.GetZoneStoryInfo\t(uiMapID)", + "contents": "C_QuestLog.GetZoneStoryInfo(${2:uiMapID})$0", + }, + { + "trigger": "C_QuestLog.IsOnQuest\t(questID)", + "contents": "C_QuestLog.IsOnQuest(${1:questID})$0", + }, + { + "trigger": "C_QuestLog.QuestHasWarModeBonus\t(questID)", + "contents": "C_QuestLog.QuestHasWarModeBonus(${1:questID})$0", + }, + { + "trigger": "C_QuestLog.SetMapForQuestPOIs\t(uiMapID)", + "contents": "C_QuestLog.SetMapForQuestPOIs(${1:uiMapID})$0", + }, + { + "trigger": "C_QuestLog.ShouldShowQuestRewards\t(questID)", + "contents": "C_QuestLog.ShouldShowQuestRewards(${1:questID})$0", + }, + { + "trigger": "C_Reputation.GetFactionParagonInfo\t(factionID)", + "contents": "C_Reputation.GetFactionParagonInfo(${1:factionID})$0", + }, + { + "trigger": "C_Reputation.IsFactionParagon\t(factionID)", + "contents": "C_Reputation.IsFactionParagon(${1:factionID})$0", + }, + { + "trigger": "C_Reputation.RequestFactionParagonPreloadRewardData\t(factionID)", + "contents": "C_Reputation.RequestFactionParagonPreloadRewardData(${1:factionID})$0", + }, + { + "trigger": "C_ResearchInfo.GetDigSitesForMap\t(uiMapID)", + "contents": "C_ResearchInfo.GetDigSitesForMap(${1:uiMapID})$0", + }, + { + "trigger": "C_ScrappingMachineUI.CloseScrappingMachine\t()", + "contents": "C_ScrappingMachineUI.CloseScrappingMachine()$0", + }, + { + "trigger": "C_ScrappingMachineUI.DropPendingScrapItemFromCursor\t(index)", + "contents": "C_ScrappingMachineUI.DropPendingScrapItemFromCursor(${1:index})$0", + }, + { + "trigger": "C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex\t(index)", + "contents": "C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex(${1:index})$0", + }, + { + "trigger": "C_ScrappingMachineUI.GetScrappingMachineName\t()", + "contents": "C_ScrappingMachineUI.GetScrappingMachineName()$0", + }, + { + "trigger": "C_ScrappingMachineUI.GetScrapSpellID\t()", + "contents": "C_ScrappingMachineUI.GetScrapSpellID()$0", + }, + { + "trigger": "C_ScrappingMachineUI.HasScrappableItems\t()", + "contents": "C_ScrappingMachineUI.HasScrappableItems()$0", + }, + { + "trigger": "C_ScrappingMachineUI.RemoveAllScrapItems\t()", + "contents": "C_ScrappingMachineUI.RemoveAllScrapItems()$0", + }, + { + "trigger": "C_ScrappingMachineUI.RemoveCurrentScrappingItem\t()", + "contents": "C_ScrappingMachineUI.RemoveCurrentScrappingItem()$0", + }, + { + "trigger": "C_ScrappingMachineUI.RemoveItemToScrap\t(index)", + "contents": "C_ScrappingMachineUI.RemoveItemToScrap(${1:index})$0", + }, + { + "trigger": "C_ScrappingMachineUI.ScrapItems\t()", + "contents": "C_ScrappingMachineUI.ScrapItems()$0", + }, + { + "trigger": "C_ScrappingMachineUI.SetScrappingMachine\t(\"gameObject\")", + "contents": "C_ScrappingMachineUI.SetScrappingMachine(\"${1:gameObject}\")$0", + }, + { + "trigger": "C_ScrappingMachineUI.ValidateScrappingList\t()", + "contents": "C_ScrappingMachineUI.ValidateScrappingList()$0", + }, + { + "trigger": "C_SocialQueue.GetAllGroups\t(allowNonJoinable, allowNonQueuedGroups)", + "contents": "C_SocialQueue.GetAllGroups(${1:allowNonJoinable}, ${2:allowNonQueuedGroups})$0", + }, + { + "trigger": "C_SocialQueue.GetConfig\t()", + "contents": "C_SocialQueue.GetConfig()$0", + }, + { + "trigger": "C_SocialQueue.GetGroupForPlayer\t(\"playerGUID\")", + "contents": "C_SocialQueue.GetGroupForPlayer(\"${1:playerGUID}\")$0", + }, + { + "trigger": "C_SocialQueue.GetGroupInfo\t(\"groupGUID\")", + "contents": "C_SocialQueue.GetGroupInfo(\"${1:groupGUID}\")$0", + }, + { + "trigger": "C_SocialQueue.GetGroupMembers\t(\"groupGUID\")", + "contents": "C_SocialQueue.GetGroupMembers(\"${1:groupGUID}\")$0", + }, + { + "trigger": "C_SocialQueue.GetGroupQueues\t(\"groupGUID\")", + "contents": "C_SocialQueue.GetGroupQueues(\"${1:groupGUID}\")$0", + }, + { + "trigger": "C_SocialQueue.RequestToJoin\t(\"groupGUID\", applyAsTank, applyAsHealer, applyAsDamage)", + "contents": "C_SocialQueue.RequestToJoin(\"${1:groupGUID}\", ${2:applyAsTank}, ${3:applyAsHealer}, ${4:applyAsDamage})$0", + }, + { + "trigger": "C_SocialQueue.SignalToastDisplayed\t(\"groupGUID\", priority)", + "contents": "C_SocialQueue.SignalToastDisplayed(\"${1:groupGUID}\", ${2:priority})$0", + }, + { + "trigger": "C_SpecializationInfo.GetAllSelectedPvpTalentIDs\t()", + "contents": "C_SpecializationInfo.GetAllSelectedPvpTalentIDs()$0", + }, + { + "trigger": "C_SpecializationInfo.GetInspectSelectedPvpTalent\t(\"inspectedUnit\", talentIndex)", + "contents": "C_SpecializationInfo.GetInspectSelectedPvpTalent(\"${1:inspectedUnit}\", ${2:talentIndex})$0", + }, + { + "trigger": "C_SpecializationInfo.GetPvpTalentAlertStatus\t()", + "contents": "C_SpecializationInfo.GetPvpTalentAlertStatus()$0", + }, + { + "trigger": "C_SpecializationInfo.GetPvpTalentSlotInfo\t(talentIndex)", + "contents": "C_SpecializationInfo.GetPvpTalentSlotInfo(${1:talentIndex})$0", + }, + { + "trigger": "C_SpecializationInfo.GetPvpTalentSlotUnlockLevel\t(talentIndex)", + "contents": "C_SpecializationInfo.GetPvpTalentSlotUnlockLevel(${1:talentIndex})$0", + }, + { + "trigger": "C_SpecializationInfo.GetPvpTalentUnlockLevel\t(talentID)", + "contents": "C_SpecializationInfo.GetPvpTalentUnlockLevel(${1:talentID})$0", + }, + { + "trigger": "C_SpecializationInfo.GetSpellsDisplay\t(specializationID)", + "contents": "C_SpecializationInfo.GetSpellsDisplay(${1:specializationID})$0", + }, + { + "trigger": "C_SpecializationInfo.IsPvpTalentLocked\t(talentID)", + "contents": "C_SpecializationInfo.IsPvpTalentLocked(${1:talentID})$0", + }, + { + "trigger": "C_SpecializationInfo.SetPvpTalentLocked\t(talentID, locked)", + "contents": "C_SpecializationInfo.SetPvpTalentLocked(${1:talentID}, ${2:locked})$0", + }, + { + "trigger": "C_Spell.DoesSpellExist\t(spellID)", + "contents": "C_Spell.DoesSpellExist(${1:spellID})$0", + }, + { + "trigger": "C_Spell.IsSpellDataCached\t(spellID)", + "contents": "C_Spell.IsSpellDataCached(${1:spellID})$0", + }, + { + "trigger": "C_Spell.RequestLoadSpellData\t(spellID)", + "contents": "C_Spell.RequestLoadSpellData(${1:spellID})$0", + }, + { + "trigger": "C_StorePublic.DoesGroupHavePurchaseableProducts\t(groupID)", + "contents": "C_StorePublic.DoesGroupHavePurchaseableProducts(${1:groupID})$0", + }, + { + "trigger": "C_StorePublic.IsDisabledByParentalControls\t()", + "contents": "C_StorePublic.IsDisabledByParentalControls()$0", + }, + { + "trigger": "C_StorePublic.IsEnabled\t()", + "contents": "C_StorePublic.IsEnabled()$0", + }, + { + "trigger": "C_TaskQuest.DoesMapShowTaskQuestObjectives\t(uiMapID)", + "contents": "C_TaskQuest.DoesMapShowTaskQuestObjectives(${1:uiMapID})$0", + }, + { + "trigger": "C_TaskQuest.GetDistanceSqToQuest\t(questID)", + "contents": "C_TaskQuest.GetDistanceSqToQuest(${1:questID})$0", + }, + { + "trigger": "C_TaskQuest.GetQuestInfoByQuestID\t(questID)", + "contents": "C_TaskQuest.GetQuestInfoByQuestID(${1:questID})$0", + }, + { + "trigger": "C_TaskQuest.GetQuestLocation\t(questID, uiMapID)", + "contents": "C_TaskQuest.GetQuestLocation(${1:questID}, ${2:uiMapID})$0", + }, + { + "trigger": "C_TaskQuest.GetQuestProgressBarInfo\t(questID)", + "contents": "C_TaskQuest.GetQuestProgressBarInfo(${1:questID})$0", + }, + { + "trigger": "C_TaskQuest.GetQuestsForPlayerByMapID\t(uiMapID)", + "contents": "C_TaskQuest.GetQuestsForPlayerByMapID(${1:uiMapID})$0", + }, + { + "trigger": "C_TaskQuest.GetQuestTimeLeftMinutes\t(questID)", + "contents": "C_TaskQuest.GetQuestTimeLeftMinutes(${1:questID})$0", + }, + { + "trigger": "C_TaskQuest.GetQuestZoneID\t(questID)", + "contents": "C_TaskQuest.GetQuestZoneID(${1:questID})$0", + }, + { + "trigger": "C_TaskQuest.IsActive\t(questID)", + "contents": "C_TaskQuest.IsActive(${1:questID})$0", + }, + { + "trigger": "C_TaskQuest.RequestPreloadRewardData\t(questID)", + "contents": "C_TaskQuest.RequestPreloadRewardData(${1:questID})$0", + }, + { + "trigger": "C_TaxiMap.GetAllTaxiNodes\t()", + "contents": "C_TaxiMap.GetAllTaxiNodes()$0", + }, + { + "trigger": "C_TaxiMap.GetTaxiNodesForMap\t(uiMapID)", + "contents": "C_TaxiMap.GetTaxiNodesForMap(${1:uiMapID})$0", + }, + { + "trigger": "C_TradeSkillUI.GetTradeSkillDisplayName\t(skillLineID)", + "contents": "C_TradeSkillUI.GetTradeSkillDisplayName(${1:skillLineID})$0", + }, + { + "trigger": "C_TradeSkillUI.GetTradeSkillLine\t()", + "contents": "C_TradeSkillUI.GetTradeSkillLine()$0", + }, + { + "trigger": "C_TradeSkillUI.IsEmptySkillLineCategory\t(categoryID)", + "contents": "C_TradeSkillUI.IsEmptySkillLineCategory(${1:categoryID})$0", + }, + { + "trigger": "C_Transmog.GetCreatureDisplayIDForSource\t(itemModifiedAppearanceID)", + "contents": "C_Transmog.GetCreatureDisplayIDForSource(${1:itemModifiedAppearanceID})$0", + }, + { + "trigger": "C_Transmog.GetSlotForInventoryType\t(inventoryType)", + "contents": "C_Transmog.GetSlotForInventoryType(${1:inventoryType})$0", + }, + { + "trigger": "C_TransmogCollection.GetAppearanceSources\t(appearanceID)", + "contents": "C_TransmogCollection.GetAppearanceSources(${1:appearanceID})$0", + }, + { + "trigger": "C_TransmogCollection.GetSourceIcon\t(itemModifiedAppearanceID)", + "contents": "C_TransmogCollection.GetSourceIcon(${1:itemModifiedAppearanceID})$0", + }, + { + "trigger": "C_TransmogCollection.GetSourceInfo\t(sourceID)", + "contents": "C_TransmogCollection.GetSourceInfo(${1:sourceID})$0", + }, + { + "trigger": "C_TransmogSets.ClearLatestSource\t()", + "contents": "C_TransmogSets.ClearLatestSource()$0", + }, + { + "trigger": "C_TransmogSets.ClearNewSource\t(sourceID)", + "contents": "C_TransmogSets.ClearNewSource(${1:sourceID})$0", + }, + { + "trigger": "C_TransmogSets.ClearSetNewSourcesForSlot\t(transmogSetID, slot)", + "contents": "C_TransmogSets.ClearSetNewSourcesForSlot(${1:transmogSetID}, ${2:slot})$0", + }, + { + "trigger": "C_TransmogSets.GetAllSourceIDs\t(transmogSetID)", + "contents": "C_TransmogSets.GetAllSourceIDs(${1:transmogSetID})$0", + }, + { + "trigger": "C_TransmogSets.GetBaseSetsCounts\t()", + "contents": "C_TransmogSets.GetBaseSetsCounts()$0", + }, + { + "trigger": "C_TransmogSets.GetBaseSetsFilter\t(index)", + "contents": "C_TransmogSets.GetBaseSetsFilter(${1:index})$0", + }, + { + "trigger": "C_TransmogSets.GetCameraIDs\t()", + "contents": "C_TransmogSets.GetCameraIDs()$0", + }, + { + "trigger": "C_TransmogSets.GetIsFavorite\t(transmogSetID)", + "contents": "C_TransmogSets.GetIsFavorite(${1:transmogSetID})$0", + }, + { + "trigger": "C_TransmogSets.GetLatestSource\t()", + "contents": "C_TransmogSets.GetLatestSource()$0", + }, + { + "trigger": "C_TransmogSets.GetSetNewSources\t(transmogSetID)", + "contents": "C_TransmogSets.GetSetNewSources(${1:transmogSetID})$0", + }, + { + "trigger": "C_TransmogSets.GetSetsContainingSourceID\t(sourceID)", + "contents": "C_TransmogSets.GetSetsContainingSourceID(${1:sourceID})$0", + }, + { + "trigger": "C_TransmogSets.GetSourceIDsForSlot\t(transmogSetID, slot)", + "contents": "C_TransmogSets.GetSourceIDsForSlot(${1:transmogSetID}, ${2:slot})$0", + }, + { + "trigger": "C_TransmogSets.GetSourcesForSlot\t(transmogSetID, slot)", + "contents": "C_TransmogSets.GetSourcesForSlot(${1:transmogSetID}, ${2:slot})$0", + }, + { + "trigger": "C_TransmogSets.HasUsableSets\t()", + "contents": "C_TransmogSets.HasUsableSets()$0", + }, + { + "trigger": "C_TransmogSets.IsBaseSetCollected\t(transmogSetID)", + "contents": "C_TransmogSets.IsBaseSetCollected(${1:transmogSetID})$0", + }, + { + "trigger": "C_TransmogSets.IsNewSource\t(sourceID)", + "contents": "C_TransmogSets.IsNewSource(${1:sourceID})$0", + }, + { + "trigger": "C_TransmogSets.SetBaseSetsFilter\t(index, isChecked)", + "contents": "C_TransmogSets.SetBaseSetsFilter(${1:index}, ${2:isChecked})$0", + }, + { + "trigger": "C_TransmogSets.SetHasNewSources\t(transmogSetID)", + "contents": "C_TransmogSets.SetHasNewSources(${1:transmogSetID})$0", + }, + { + "trigger": "C_TransmogSets.SetHasNewSourcesForSlot\t(transmogSetID, slot)", + "contents": "C_TransmogSets.SetHasNewSourcesForSlot(${1:transmogSetID}, ${2:slot})$0", + }, + { + "trigger": "C_TransmogSets.SetIsFavorite\t(transmogSetID, isFavorite)", + "contents": "C_TransmogSets.SetIsFavorite(${1:transmogSetID}, ${2:isFavorite})$0", + }, + { + "trigger": "C_UI.Reload\t()", + "contents": "C_UI.Reload()$0", + }, + { + "trigger": "C_UIWidgetManager.GetAllWidgetsBySetID\t(setID)", + "contents": "C_UIWidgetManager.GetAllWidgetsBySetID(${1:setID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetBelowMinimapWidgetSetID\t()", + "contents": "C_UIWidgetManager.GetBelowMinimapWidgetSetID()$0", + }, + { + "trigger": "C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetTextureWithStateVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetTextureWithStateVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo\t(widgetID)", + "contents": "C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo(${1:widgetID})$0", + }, + { + "trigger": "C_UIWidgetManager.GetTopCenterWidgetSetID\t()", + "contents": "C_UIWidgetManager.GetTopCenterWidgetSetID()$0", + }, + { + "trigger": "C_VideoOptions.GetGxAdapterInfo\t()", + "contents": "C_VideoOptions.GetGxAdapterInfo()$0", + }, + { + "trigger": "C_VignetteInfo.FindBestUniqueVignette\t(vignetteGUIDs)", + "contents": "C_VignetteInfo.FindBestUniqueVignette(${1:vignetteGUIDs})$0", + }, + { + "trigger": "C_VignetteInfo.GetVignetteInfo\t(\"vignetteGUID\")", + "contents": "C_VignetteInfo.GetVignetteInfo(\"${1:vignetteGUID}\")$0", + }, + { + "trigger": "C_VignetteInfo.GetVignettePosition\t(\"vignetteGUID\", uiMapID)", + "contents": "C_VignetteInfo.GetVignettePosition(\"${1:vignetteGUID}\", ${2:uiMapID})$0", + }, + { + "trigger": "C_VignetteInfo.GetVignettes\t()", + "contents": "C_VignetteInfo.GetVignettes()$0", + }, + { + "trigger": "C_VoiceChat.ActivateChannel\t(channelID)", + "contents": "C_VoiceChat.ActivateChannel(${1:channelID})$0", + }, + { + "trigger": "C_VoiceChat.BeginLocalCapture\t(listenToLocalUser)", + "contents": "C_VoiceChat.BeginLocalCapture(${1:listenToLocalUser})$0", + }, + { + "trigger": "C_VoiceChat.CanPlayerUseVoiceChat\t()", + "contents": "C_VoiceChat.CanPlayerUseVoiceChat()$0", + }, + { + "trigger": "C_VoiceChat.CreateChannel\t(\"channelDisplayName\")", + "contents": "C_VoiceChat.CreateChannel(\"${1:channelDisplayName}\")$0", + }, + { + "trigger": "C_VoiceChat.DeactivateChannel\t(channelID)", + "contents": "C_VoiceChat.DeactivateChannel(${1:channelID})$0", + }, + { + "trigger": "C_VoiceChat.EndLocalCapture\t()", + "contents": "C_VoiceChat.EndLocalCapture()$0", + }, + { + "trigger": "C_VoiceChat.GetActiveChannelID\t()", + "contents": "C_VoiceChat.GetActiveChannelID()$0", + }, + { + "trigger": "C_VoiceChat.GetActiveChannelType\t()", + "contents": "C_VoiceChat.GetActiveChannelType()$0", + }, + { + "trigger": "C_VoiceChat.GetAvailableInputDevices\t()", + "contents": "C_VoiceChat.GetAvailableInputDevices()$0", + }, + { + "trigger": "C_VoiceChat.GetAvailableOutputDevices\t()", + "contents": "C_VoiceChat.GetAvailableOutputDevices()$0", + }, + { + "trigger": "C_VoiceChat.GetChannel\t(channelID)", + "contents": "C_VoiceChat.GetChannel(${1:channelID})$0", + }, + { + "trigger": "C_VoiceChat.GetChannelForChannelType\t(channelType)", + "contents": "C_VoiceChat.GetChannelForChannelType(${1:channelType})$0", + }, + { + "trigger": "C_VoiceChat.GetChannelForCommunityStream\t(\"clubId\", \"streamId\")", + "contents": "C_VoiceChat.GetChannelForCommunityStream(\"${1:clubId}\", \"${2:streamId}\")$0", + }, + { + "trigger": "C_VoiceChat.GetCommunicationMode\t()", + "contents": "C_VoiceChat.GetCommunicationMode()$0", + }, + { + "trigger": "C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode\t()", + "contents": "C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode()$0", + }, + { + "trigger": "C_VoiceChat.GetInputVolume\t()", + "contents": "C_VoiceChat.GetInputVolume()$0", + }, + { + "trigger": "C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo\t()", + "contents": "C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo()$0", + }, + { + "trigger": "C_VoiceChat.GetLocalPlayerMemberID\t(channelID)", + "contents": "C_VoiceChat.GetLocalPlayerMemberID(${1:channelID})$0", + }, + { + "trigger": "C_VoiceChat.GetMemberGUID\t(memberID, channelID)", + "contents": "C_VoiceChat.GetMemberGUID(${1:memberID}, ${2:channelID})$0", + }, + { + "trigger": "C_VoiceChat.GetMemberID\t(channelID, \"memberGUID\")", + "contents": "C_VoiceChat.GetMemberID(${1:channelID}, \"${2:memberGUID}\")$0", + }, + { + "trigger": "C_VoiceChat.GetMemberInfo\t(memberID, channelID)", + "contents": "C_VoiceChat.GetMemberInfo(${1:memberID}, ${2:channelID})$0", + }, + { + "trigger": "C_VoiceChat.GetMemberName\t(memberID, channelID)", + "contents": "C_VoiceChat.GetMemberName(${1:memberID}, ${2:channelID})$0", + }, + { + "trigger": "C_VoiceChat.GetMemberVolume\t(playerLocation)", + "contents": "C_VoiceChat.GetMemberVolume(${1:playerLocation})$0", + }, + { + "trigger": "C_VoiceChat.GetOutputVolume\t()", + "contents": "C_VoiceChat.GetOutputVolume()$0", + }, + { + "trigger": "C_VoiceChat.GetProcesses\t()", + "contents": "C_VoiceChat.GetProcesses()$0", + }, + { + "trigger": "C_VoiceChat.GetPTTButtonPressedState\t()", + "contents": "C_VoiceChat.GetPTTButtonPressedState()$0", + }, + { + "trigger": "C_VoiceChat.GetPushToTalkBinding\t()", + "contents": "C_VoiceChat.GetPushToTalkBinding()$0", + }, + { + "trigger": "C_VoiceChat.GetVADSensitivity\t()", + "contents": "C_VoiceChat.GetVADSensitivity()$0", + }, + { + "trigger": "C_VoiceChat.IsDeafened\t()", + "contents": "C_VoiceChat.IsDeafened()$0", + }, + { + "trigger": "C_VoiceChat.IsEnabled\t()", + "contents": "C_VoiceChat.IsEnabled()$0", + }, + { + "trigger": "C_VoiceChat.IsLoggedIn\t()", + "contents": "C_VoiceChat.IsLoggedIn()$0", + }, + { + "trigger": "C_VoiceChat.IsMemberLocalPlayer\t(memberID, channelID)", + "contents": "C_VoiceChat.IsMemberLocalPlayer(${1:memberID}, ${2:channelID})$0", + }, + { + "trigger": "C_VoiceChat.IsMemberMuted\t(playerLocation)", + "contents": "C_VoiceChat.IsMemberMuted(${1:playerLocation})$0", + }, + { + "trigger": "C_VoiceChat.IsMemberMutedForAll\t(memberID, channelID)", + "contents": "C_VoiceChat.IsMemberMutedForAll(${1:memberID}, ${2:channelID})$0", + }, + { + "trigger": "C_VoiceChat.IsMemberSilenced\t(memberID, channelID)", + "contents": "C_VoiceChat.IsMemberSilenced(${1:memberID}, ${2:channelID})$0", + }, + { + "trigger": "C_VoiceChat.IsMuted\t()", + "contents": "C_VoiceChat.IsMuted()$0", + }, + { + "trigger": "C_VoiceChat.IsParentalDisabled\t()", + "contents": "C_VoiceChat.IsParentalDisabled()$0", + }, + { + "trigger": "C_VoiceChat.IsParentalMuted\t()", + "contents": "C_VoiceChat.IsParentalMuted()$0", + }, + { + "trigger": "C_VoiceChat.IsPlayerUsingVoice\t(playerLocation)", + "contents": "C_VoiceChat.IsPlayerUsingVoice(${1:playerLocation})$0", + }, + { + "trigger": "C_VoiceChat.IsSilenced\t()", + "contents": "C_VoiceChat.IsSilenced()$0", + }, + { + "trigger": "C_VoiceChat.LeaveChannel\t(channelID)", + "contents": "C_VoiceChat.LeaveChannel(${1:channelID})$0", + }, + { + "trigger": "C_VoiceChat.Login\t()", + "contents": "C_VoiceChat.Login()$0", + }, + { + "trigger": "C_VoiceChat.Logout\t()", + "contents": "C_VoiceChat.Logout()$0", + }, + { + "trigger": "C_VoiceChat.MarkChannelsDiscovered\t()", + "contents": "C_VoiceChat.MarkChannelsDiscovered()$0", + }, + { + "trigger": "C_VoiceChat.RequestJoinAndActivateCommunityStreamChannel\t(\"clubId\", \"streamId\")", + "contents": "C_VoiceChat.RequestJoinAndActivateCommunityStreamChannel(\"${1:clubId}\", \"${2:streamId}\")$0", + }, + { + "trigger": "C_VoiceChat.RequestJoinChannelByChannelType\t(channelType)", + "contents": "C_VoiceChat.RequestJoinChannelByChannelType(${1:channelType})$0", + }, + { + "trigger": "C_VoiceChat.SetCommunicationMode\t(communicationMode)", + "contents": "C_VoiceChat.SetCommunicationMode(${1:communicationMode})$0", + }, + { + "trigger": "C_VoiceChat.SetDeafened\t(isDeafened)", + "contents": "C_VoiceChat.SetDeafened(${1:isDeafened})$0", + }, + { + "trigger": "C_VoiceChat.SetInputDevice\t(\"deviceID\")", + "contents": "C_VoiceChat.SetInputDevice(\"${1:deviceID}\")$0", + }, + { + "trigger": "C_VoiceChat.SetInputVolume\t(volume)", + "contents": "C_VoiceChat.SetInputVolume(${1:volume})$0", + }, + { + "trigger": "C_VoiceChat.SetMemberMuted\t(playerLocation, muted)", + "contents": "C_VoiceChat.SetMemberMuted(${1:playerLocation}, ${2:muted})$0", + }, + { + "trigger": "C_VoiceChat.SetMemberVolume\t(playerLocation, volume)", + "contents": "C_VoiceChat.SetMemberVolume(${1:playerLocation}, ${2:volume})$0", + }, + { + "trigger": "C_VoiceChat.SetMuted\t(isMuted)", + "contents": "C_VoiceChat.SetMuted(${1:isMuted})$0", + }, + { + "trigger": "C_VoiceChat.SetOutputDevice\t(\"deviceID\")", + "contents": "C_VoiceChat.SetOutputDevice(\"${1:deviceID}\")$0", + }, + { + "trigger": "C_VoiceChat.SetOutputVolume\t(volume)", + "contents": "C_VoiceChat.SetOutputVolume(${1:volume})$0", + }, + { + "trigger": "C_VoiceChat.SetPortraitTexture\t(textureObject, memberID, channelID)", + "contents": "C_VoiceChat.SetPortraitTexture(${1:textureObject}, ${2:memberID}, ${3:channelID})$0", + }, + { + "trigger": "C_VoiceChat.SetPushToTalkBinding\t(keys)", + "contents": "C_VoiceChat.SetPushToTalkBinding(${1:keys})$0", + }, + { + "trigger": "C_VoiceChat.SetVADSensitivity\t(sensitivity)", + "contents": "C_VoiceChat.SetVADSensitivity(${1:sensitivity})$0", + }, + { + "trigger": "C_VoiceChat.ShouldDiscoverChannels\t()", + "contents": "C_VoiceChat.ShouldDiscoverChannels()$0", + }, + { + "trigger": "C_VoiceChat.ToggleDeafened\t()", + "contents": "C_VoiceChat.ToggleDeafened()$0", + }, + { + "trigger": "C_VoiceChat.ToggleMemberMuted\t(playerLocation)", + "contents": "C_VoiceChat.ToggleMemberMuted(${1:playerLocation})$0", + }, + { + "trigger": "C_VoiceChat.ToggleMuted\t()", + "contents": "C_VoiceChat.ToggleMuted()$0", + }, + + + + + + { + "trigger": "_C_AccountInfo.IsGUIDBattleNetAccountType\t(\"guid\")", + "contents": "${1:isBNet} = C_AccountInfo.IsGUIDBattleNetAccountType(\"${2:guid}\")$0", + }, + { + "trigger": "_C_AccountInfo.IsGUIDRelatedToLocalAccount\t(\"guid\")", + "contents": "${1:isLocalUser} = C_AccountInfo.IsGUIDRelatedToLocalAccount(\"${2:guid}\")$0", + }, + { + "trigger": "_C_ActionBar.FindFlyoutActionButtons\t(flyoutID)", + "contents": "${1:slots} = C_ActionBar.FindFlyoutActionButtons(${2:flyoutID})$0", + }, + { + "trigger": "_C_ActionBar.FindPetActionButtons\t(petActionID)", + "contents": "${1:slots} = C_ActionBar.FindPetActionButtons(${2:petActionID})$0", + }, + { + "trigger": "_C_ActionBar.FindSpellActionButtons\t(spellID)", + "contents": "${1:slots} = C_ActionBar.FindSpellActionButtons(${2:spellID})$0", + }, + { + "trigger": "_C_ActionBar.GetPetActionPetBarIndices\t(petActionID)", + "contents": "${1:slots} = C_ActionBar.GetPetActionPetBarIndices(${2:petActionID})$0", + }, + { + "trigger": "_C_ActionBar.HasFlyoutActionButtons\t(flyoutID)", + "contents": "${1:hasFlyoutActionButtons} = C_ActionBar.HasFlyoutActionButtons(${2:flyoutID})$0", + }, + { + "trigger": "_C_ActionBar.HasPetActionButtons\t(petActionID)", + "contents": "${1:hasPetActionButtons} = C_ActionBar.HasPetActionButtons(${2:petActionID})$0", + }, + { + "trigger": "_C_ActionBar.HasPetActionPetBarIndices\t(petActionID)", + "contents": "${1:hasPetActionPetBarIndices} = C_ActionBar.HasPetActionPetBarIndices(${2:petActionID})$0", + }, + { + "trigger": "_C_ActionBar.HasSpellActionButtons\t(spellID)", + "contents": "${1:hasSpellActionButtons} = C_ActionBar.HasSpellActionButtons(${2:spellID})$0", + }, + { + "trigger": "_C_ActionBar.IsAutoCastPetAction\t(slotID)", + "contents": "${1:isAutoCastPetAction} = C_ActionBar.IsAutoCastPetAction(${2:slotID})$0", + }, + { + "trigger": "_C_ActionBar.IsEnabledAutoCastPetAction\t(slotID)", + "contents": "${1:isEnabledAutoCastPetAction} = C_ActionBar.IsEnabledAutoCastPetAction(${2:slotID})$0", + }, + { + "trigger": "_C_ActionBar.IsOnBarOrSpecialBar\t(spellID)", + "contents": "${1:isOnBarOrSpecialBar} = C_ActionBar.IsOnBarOrSpecialBar(${2:spellID})$0", + }, + { + "trigger": "_C_ActionBar.ShouldOverrideBarShowHealthBar\t()", + "contents": "${1:showHealthBar} = C_ActionBar.ShouldOverrideBarShowHealthBar()$0", + }, + { + "trigger": "_C_ActionBar.ShouldOverrideBarShowManaBar\t()", + "contents": "${1:showManaBar} = C_ActionBar.ShouldOverrideBarShowManaBar()$0", + }, + { + "trigger": "_C_AlliedRaces.GetAllRacialAbilitiesFromID\t(raceID)", + "contents": "${1:allDisplayInfo} = C_AlliedRaces.GetAllRacialAbilitiesFromID(${2:raceID})$0", + }, + { + "trigger": "_C_AlliedRaces.GetRaceInfoByID\t(raceID)", + "contents": "${1:info} = C_AlliedRaces.GetRaceInfoByID(${2:raceID})$0", + }, + { + "trigger": "_C_AreaPoiInfo.GetAreaPOIForMap\t(uiMapID)", + "contents": "${1:areaPoiIDs} = C_AreaPoiInfo.GetAreaPOIForMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_AreaPoiInfo.GetAreaPOIInfo\t(uiMapID, areaPoiID)", + "contents": "${1:poiInfo} = C_AreaPoiInfo.GetAreaPOIInfo(${2:uiMapID}, ${3:areaPoiID})$0", + }, + { + "trigger": "_C_AreaPoiInfo.GetAreaPOITimeLeft\t(areaPoiID)", + "contents": "${1:minutesLeft} = C_AreaPoiInfo.GetAreaPOITimeLeft(${2:areaPoiID})$0", + }, + { + "trigger": "_C_AreaPoiInfo.IsAreaPOITimed\t(areaPoiID)", + "contents": "${1:isTimed} = C_AreaPoiInfo.IsAreaPOITimed(${2:areaPoiID})$0", + }, + { + "trigger": "_C_ArtifactUI.AddPower\t(powerID)", + "contents": "${1:success} = C_ArtifactUI.AddPower(${2:powerID})$0", + }, + { + "trigger": "_C_ArtifactUI.CanApplyArtifactRelic\t(relicItemID, onlyUnlocked)", + "contents": "${1:canApply} = C_ArtifactUI.CanApplyArtifactRelic(${2:relicItemID}, ${3:onlyUnlocked})$0", + }, + { + "trigger": "_C_ArtifactUI.CanApplyCursorRelicToSlot\t(relicSlotIndex)", + "contents": "${1:canApply} = C_ArtifactUI.CanApplyCursorRelicToSlot(${2:relicSlotIndex})$0", + }, + { + "trigger": "_C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot\t(relicItemID, relicSlotIndex)", + "contents": "${1:canApply} = C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot(${2:relicItemID}, ${3:relicSlotIndex})$0", + }, + { + "trigger": "_C_ArtifactUI.CanApplyRelicItemIDToSlot\t(relicItemID, relicSlotIndex)", + "contents": "${1:canApply} = C_ArtifactUI.CanApplyRelicItemIDToSlot(${2:relicItemID}, ${3:relicSlotIndex})$0", + }, + { + "trigger": "_C_ArtifactUI.CheckRespecNPC\t()", + "contents": "${1:canRespec} = C_ArtifactUI.CheckRespecNPC()$0", + }, + { + "trigger": "_C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted\t()", + "contents": "${1:hasAnyRelicsSlotted} = C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted()$0", + }, + { + "trigger": "_C_ArtifactUI.GetAppearanceInfo\t(appearanceSetIndex, appearanceIndex)", + "contents": "${1:artifactAppearanceID}, ${2:appearanceName}, ${3:displayIndex}, ${4:unlocked}, ${5:failureDescription}, ${6:uiCameraID}, ${7:altHandCameraID}, ${8:swatchColorR}, ${9:swatchColorG}, ${10:swatchColorB}, ${11:modelOpacity}, ${12:modelSaturation}, ${13:obtainable} = C_ArtifactUI.GetAppearanceInfo(${14:appearanceSetIndex}, ${15:appearanceIndex})$0", + }, + { + "trigger": "_C_ArtifactUI.GetAppearanceInfoByID\t(artifactAppearanceID)", + "contents": "${1:artifactAppearanceSetID}, ${2:artifactAppearanceID}, ${3:appearanceName}, ${4:displayIndex}, ${5:unlocked}, ${6:failureDescription}, ${7:uiCameraID}, ${8:altHandCameraID}, ${9:swatchColorR}, ${10:swatchColorG}, ${11:swatchColorB}, ${12:modelOpacity}, ${13:modelSaturation}, ${14:obtainable} = C_ArtifactUI.GetAppearanceInfoByID(${15:artifactAppearanceID})$0", + }, + { + "trigger": "_C_ArtifactUI.GetAppearanceSetInfo\t(appearanceSetIndex)", + "contents": "${1:artifactAppearanceSetID}, ${2:appearanceSetName}, ${3:appearanceSetDescription}, ${4:numAppearances} = C_ArtifactUI.GetAppearanceSetInfo(${5:appearanceSetIndex})$0", + }, + { + "trigger": "_C_ArtifactUI.GetArtifactArtInfo\t()", + "contents": "${1:artifactArtInfo} = C_ArtifactUI.GetArtifactArtInfo()$0", + }, + { + "trigger": "_C_ArtifactUI.GetArtifactInfo\t()", + "contents": "${1:itemID}, ${2:altItemID}, ${3:name}, ${4:icon}, ${5:xp}, ${6:pointsSpent}, ${7:quality}, ${8:artifactAppearanceID}, ${9:appearanceModID}, ${10:itemAppearanceID}, ${11:altItemAppearanceID}, ${12:altOnTop}, ${13:tier} = C_ArtifactUI.GetArtifactInfo()$0", + }, + { + "trigger": "_C_ArtifactUI.GetArtifactTier\t()", + "contents": "${1:tier} = C_ArtifactUI.GetArtifactTier()$0", + }, + { + "trigger": "_C_ArtifactUI.GetArtifactXPRewardTargetInfo\t(artifactCategoryID)", + "contents": "${1:name}, ${2:icon} = C_ArtifactUI.GetArtifactXPRewardTargetInfo(${3:artifactCategoryID})$0", + }, + { + "trigger": "_C_ArtifactUI.GetCostForPointAtRank\t(rank, tier)", + "contents": "${1:cost} = C_ArtifactUI.GetCostForPointAtRank(${2:rank}, ${3:tier})$0", + }, + { + "trigger": "_C_ArtifactUI.GetEquippedArtifactArtInfo\t()", + "contents": "${1:artifactArtInfo} = C_ArtifactUI.GetEquippedArtifactArtInfo()$0", + }, + { + "trigger": "_C_ArtifactUI.GetEquippedArtifactInfo\t()", + "contents": "${1:itemID}, ${2:altItemID}, ${3:name}, ${4:icon}, ${5:xp}, ${6:pointsSpent}, ${7:quality}, ${8:artifactAppearanceID}, ${9:appearanceModID}, ${10:itemAppearanceID}, ${11:altItemAppearanceID}, ${12:altOnTop}, ${13:tier} = C_ArtifactUI.GetEquippedArtifactInfo()$0", + }, + { + "trigger": "_C_ArtifactUI.GetEquippedArtifactNumRelicSlots\t(onlyUnlocked)", + "contents": "${1:numRelicSlots} = C_ArtifactUI.GetEquippedArtifactNumRelicSlots(${2:onlyUnlocked})$0", + }, + { + "trigger": "_C_ArtifactUI.GetEquippedArtifactRelicInfo\t(relicSlotIndex)", + "contents": "${1:name}, ${2:icon}, ${3:slotTypeName}, ${4:link} = C_ArtifactUI.GetEquippedArtifactRelicInfo(${5:relicSlotIndex})$0", + }, + { + "trigger": "_C_ArtifactUI.GetEquippedRelicLockedReason\t(relicSlotIndex)", + "contents": "${1:lockedReason} = C_ArtifactUI.GetEquippedRelicLockedReason(${2:relicSlotIndex})$0", + }, + { + "trigger": "_C_ArtifactUI.GetForgeRotation\t()", + "contents": "${1:forgeRotationX}, ${2:forgeRotationY}, ${3:forgeRotationZ} = C_ArtifactUI.GetForgeRotation()$0", + }, + { + "trigger": "_C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic\t(\"itemLinkOrID\")", + "contents": "${1:itemIevelIncrease} = C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic(\"${2:itemLinkOrID}\")$0", + }, + { + "trigger": "_C_ArtifactUI.GetMetaPowerInfo\t()", + "contents": "${1:spellID}, ${2:powerCost}, ${3:currentRank} = C_ArtifactUI.GetMetaPowerInfo()$0", + }, + { + "trigger": "_C_ArtifactUI.GetNumAppearanceSets\t()", + "contents": "${1:numAppearanceSets} = C_ArtifactUI.GetNumAppearanceSets()$0", + }, + { + "trigger": "_C_ArtifactUI.GetNumObtainedArtifacts\t()", + "contents": "${1:numObtainedArtifacts} = C_ArtifactUI.GetNumObtainedArtifacts()$0", + }, + { + "trigger": "_C_ArtifactUI.GetNumRelicSlots\t(onlyUnlocked)", + "contents": "${1:numRelicSlots} = C_ArtifactUI.GetNumRelicSlots(${2:onlyUnlocked})$0", + }, + { + "trigger": "_C_ArtifactUI.GetPointsRemaining\t()", + "contents": "${1:pointsRemaining} = C_ArtifactUI.GetPointsRemaining()$0", + }, + { + "trigger": "_C_ArtifactUI.GetPowerHyperlink\t(powerID)", + "contents": "${1:link} = C_ArtifactUI.GetPowerHyperlink(${2:powerID})$0", + }, + { + "trigger": "_C_ArtifactUI.GetPowerInfo\t(powerID)", + "contents": "${1:powerInfo} = C_ArtifactUI.GetPowerInfo(${2:powerID})$0", + }, + { + "trigger": "_C_ArtifactUI.GetPowerLinks\t(powerID)", + "contents": "${1:linkingPowerID} = C_ArtifactUI.GetPowerLinks(${2:powerID})$0", + }, + { + "trigger": "_C_ArtifactUI.GetPowers\t()", + "contents": "${1:powerID} = C_ArtifactUI.GetPowers()$0", + }, + { + "trigger": "_C_ArtifactUI.GetPowersAffectedByRelic\t(relicSlotIndex)", + "contents": "${1:powerIDs} = C_ArtifactUI.GetPowersAffectedByRelic(${2:relicSlotIndex})$0", + }, + { + "trigger": "_C_ArtifactUI.GetPowersAffectedByRelicItemLink\t(\"relicItemInfo\")", + "contents": "${1:powerIDs} = C_ArtifactUI.GetPowersAffectedByRelicItemLink(\"${2:relicItemInfo}\")$0", + }, + { + "trigger": "_C_ArtifactUI.GetPreviewAppearance\t()", + "contents": "${1:artifactAppearanceID} = C_ArtifactUI.GetPreviewAppearance()$0", + }, + { + "trigger": "_C_ArtifactUI.GetRelicInfo\t(relicSlotIndex)", + "contents": "${1:name}, ${2:icon}, ${3:slotTypeName}, ${4:link} = C_ArtifactUI.GetRelicInfo(${5:relicSlotIndex})$0", + }, + { + "trigger": "_C_ArtifactUI.GetRelicInfoByItemID\t(itemID)", + "contents": "${1:name}, ${2:icon}, ${3:slotTypeName}, ${4:link} = C_ArtifactUI.GetRelicInfoByItemID(${5:itemID})$0", + }, + { + "trigger": "_C_ArtifactUI.GetRelicLockedReason\t(relicSlotIndex)", + "contents": "${1:lockedReason} = C_ArtifactUI.GetRelicLockedReason(${2:relicSlotIndex})$0", + }, + { + "trigger": "_C_ArtifactUI.GetRelicSlotType\t(relicSlotIndex)", + "contents": "${1:slotTypeName} = C_ArtifactUI.GetRelicSlotType(${2:relicSlotIndex})$0", + }, + { + "trigger": "_C_ArtifactUI.GetRespecArtifactArtInfo\t()", + "contents": "${1:artifactArtInfo} = C_ArtifactUI.GetRespecArtifactArtInfo()$0", + }, + { + "trigger": "_C_ArtifactUI.GetRespecArtifactInfo\t()", + "contents": "${1:itemID}, ${2:altItemID}, ${3:name}, ${4:icon}, ${5:xp}, ${6:pointsSpent}, ${7:quality}, ${8:artifactAppearanceID}, ${9:appearanceModID}, ${10:itemAppearanceID}, ${11:altItemAppearanceID}, ${12:altOnTop}, ${13:tier} = C_ArtifactUI.GetRespecArtifactInfo()$0", + }, + { + "trigger": "_C_ArtifactUI.GetRespecCost\t()", + "contents": "${1:cost} = C_ArtifactUI.GetRespecCost()$0", + }, + { + "trigger": "_C_ArtifactUI.GetTotalPowerCost\t(startingTrait, numTraits, artifactTier)", + "contents": "${1:totalArtifactPowerCost} = C_ArtifactUI.GetTotalPowerCost(${2:startingTrait}, ${3:numTraits}, ${4:artifactTier})$0", + }, + { + "trigger": "_C_ArtifactUI.GetTotalPurchasedRanks\t()", + "contents": "${1:totalPurchasedRanks} = C_ArtifactUI.GetTotalPurchasedRanks()$0", + }, + { + "trigger": "_C_ArtifactUI.IsArtifactDisabled\t()", + "contents": "${1:artifactDisabled} = C_ArtifactUI.IsArtifactDisabled()$0", + }, + { + "trigger": "_C_ArtifactUI.IsAtForge\t()", + "contents": "${1:isAtForge} = C_ArtifactUI.IsAtForge()$0", + }, + { + "trigger": "_C_ArtifactUI.IsEquippedArtifactDisabled\t()", + "contents": "${1:artifactDisabled} = C_ArtifactUI.IsEquippedArtifactDisabled()$0", + }, + { + "trigger": "_C_ArtifactUI.IsEquippedArtifactMaxed\t()", + "contents": "${1:artifactMaxed} = C_ArtifactUI.IsEquippedArtifactMaxed()$0", + }, + { + "trigger": "_C_ArtifactUI.IsMaxedByRulesOrEffect\t()", + "contents": "${1:isEffectivelyMaxed} = C_ArtifactUI.IsMaxedByRulesOrEffect()$0", + }, + { + "trigger": "_C_ArtifactUI.IsPowerKnown\t(powerID)", + "contents": "${1:known} = C_ArtifactUI.IsPowerKnown(${2:powerID})$0", + }, + { + "trigger": "_C_ArtifactUI.IsViewedArtifactEquipped\t()", + "contents": "${1:isViewedArtifactEquipped} = C_ArtifactUI.IsViewedArtifactEquipped()$0", + }, + { + "trigger": "_C_ArtifactUI.ShouldSuppressForgeRotation\t()", + "contents": "${1:shouldSuppressForgeRotation} = C_ArtifactUI.ShouldSuppressForgeRotation()$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.CanSelectPower\t(azeriteEmpoweredItemLocation, powerID)", + "contents": "${1:canSelect} = C_AzeriteEmpoweredItem.CanSelectPower(${2:azeriteEmpoweredItemLocation}, ${3:powerID})$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.GetAllTierInfo\t(azeriteEmpoweredItemLocation)", + "contents": "${1:tierInfo} = C_AzeriteEmpoweredItem.GetAllTierInfo(${2:azeriteEmpoweredItemLocation})$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.GetAllTierInfoByItemID\t(\"itemInfo\", [classID])", + "contents": "${1:tierInfo} = C_AzeriteEmpoweredItem.GetAllTierInfoByItemID(\"${2:itemInfo}\", [${3:classID}])$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost\t()", + "contents": "${1:cost} = C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost()$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.GetPowerInfo\t(powerID)", + "contents": "${1:powerInfo} = C_AzeriteEmpoweredItem.GetPowerInfo(${2:powerID})$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.GetSpecsForPower\t(powerID)", + "contents": "${1:specInfo} = C_AzeriteEmpoweredItem.GetSpecsForPower(${2:powerID})$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.HasAnyUnselectedPowers\t(azeriteEmpoweredItemLocation)", + "contents": "${1:hasAnyUnselectedPowers} = C_AzeriteEmpoweredItem.HasAnyUnselectedPowers(${2:azeriteEmpoweredItemLocation})$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.HasBeenViewed\t(azeriteEmpoweredItemLocation)", + "contents": "${1:hasBeenViewed} = C_AzeriteEmpoweredItem.HasBeenViewed(${2:azeriteEmpoweredItemLocation})$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem\t(itemLocation)", + "contents": "${1:isAzeriteEmpoweredItem} = C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem(${2:itemLocation})$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID\t(\"itemInfo\")", + "contents": "${1:isAzeriteEmpoweredItem} = C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID(\"${2:itemInfo}\")$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable\t(\"itemInfo\", [classID])", + "contents": "${1:isAzeritePreviewSourceDisplayable} = C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable(\"${2:itemInfo}\", [${3:classID}])$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.IsPowerAvailableForSpec\t(powerID, specID)", + "contents": "${1:isPowerAvailableForSpec} = C_AzeriteEmpoweredItem.IsPowerAvailableForSpec(${2:powerID}, ${3:specID})$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.IsPowerSelected\t(azeriteEmpoweredItemLocation, powerID)", + "contents": "${1:isSelected} = C_AzeriteEmpoweredItem.IsPowerSelected(${2:azeriteEmpoweredItemLocation}, ${3:powerID})$0", + }, + { + "trigger": "_C_AzeriteEmpoweredItem.SelectPower\t(azeriteEmpoweredItemLocation, powerID)", + "contents": "${1:success} = C_AzeriteEmpoweredItem.SelectPower(${2:azeriteEmpoweredItemLocation}, ${3:powerID})$0", + }, + { + "trigger": "_C_AzeriteItem.FindActiveAzeriteItem\t()", + "contents": "${1:activeAzeriteItemLocation} = C_AzeriteItem.FindActiveAzeriteItem()$0", + }, + { + "trigger": "_C_AzeriteItem.GetAzeriteItemXPInfo\t(azeriteItemLocation)", + "contents": "${1:xp}, ${2:totalLevelXP} = C_AzeriteItem.GetAzeriteItemXPInfo(${3:azeriteItemLocation})$0", + }, + { + "trigger": "_C_AzeriteItem.GetPowerLevel\t(azeriteItemLocation)", + "contents": "${1:powerLevel} = C_AzeriteItem.GetPowerLevel(${2:azeriteItemLocation})$0", + }, + { + "trigger": "_C_AzeriteItem.HasActiveAzeriteItem\t()", + "contents": "${1:hasActiveAzeriteItem} = C_AzeriteItem.HasActiveAzeriteItem()$0", + }, + { + "trigger": "_C_AzeriteItem.IsAzeriteItem\t(itemLocation)", + "contents": "${1:isAzeriteItem} = C_AzeriteItem.IsAzeriteItem(${2:itemLocation})$0", + }, + { + "trigger": "_C_AzeriteItem.IsAzeriteItemByID\t(\"itemInfo\")", + "contents": "${1:isAzeriteItem} = C_AzeriteItem.IsAzeriteItemByID(\"${2:itemInfo}\")$0", + }, + { + "trigger": "_C_Calendar.AreNamesReady\t()", + "contents": "${1:ready} = C_Calendar.AreNamesReady()$0", + }, + { + "trigger": "_C_Calendar.CanAddEvent\t()", + "contents": "${1:canAddEvent} = C_Calendar.CanAddEvent()$0", + }, + { + "trigger": "_C_Calendar.CanSendInvite\t()", + "contents": "${1:canSendInvite} = C_Calendar.CanSendInvite()$0", + }, + { + "trigger": "_C_Calendar.ContextMenuEventCanComplain\t(offsetMonths, monthDay, eventIndex)", + "contents": "${1:canComplain} = C_Calendar.ContextMenuEventCanComplain(${2:offsetMonths}, ${3:monthDay}, ${4:eventIndex})$0", + }, + { + "trigger": "_C_Calendar.ContextMenuEventCanEdit\t(offsetMonths, monthDay, eventIndex)", + "contents": "${1:canEdit} = C_Calendar.ContextMenuEventCanEdit(${2:offsetMonths}, ${3:monthDay}, ${4:eventIndex})$0", + }, + { + "trigger": "_C_Calendar.ContextMenuEventCanRemove\t(offsetMonths, monthDay, eventIndex)", + "contents": "${1:canRemove} = C_Calendar.ContextMenuEventCanRemove(${2:offsetMonths}, ${3:monthDay}, ${4:eventIndex})$0", + }, + { + "trigger": "_C_Calendar.ContextMenuEventClipboard\t()", + "contents": "${1:exists} = C_Calendar.ContextMenuEventClipboard()$0", + }, + { + "trigger": "_C_Calendar.ContextMenuEventGetCalendarType\t()", + "contents": "${1:calendarType} = C_Calendar.ContextMenuEventGetCalendarType()$0", + }, + { + "trigger": "_C_Calendar.ContextMenuGetEventIndex\t()", + "contents": "${1:info} = C_Calendar.ContextMenuGetEventIndex()$0", + }, + { + "trigger": "_C_Calendar.EventCanEdit\t()", + "contents": "${1:canEdit} = C_Calendar.EventCanEdit()$0", + }, + { + "trigger": "_C_Calendar.EventGetCalendarType\t()", + "contents": "${1:calendarType} = C_Calendar.EventGetCalendarType()$0", + }, + { + "trigger": "_C_Calendar.EventGetClubID\t()", + "contents": "${1:info} = C_Calendar.EventGetClubID()$0", + }, + { + "trigger": "_C_Calendar.EventGetInvite\t(eventIndex)", + "contents": "${1:info} = C_Calendar.EventGetInvite(${2:eventIndex})$0", + }, + { + "trigger": "_C_Calendar.EventGetInviteResponseTime\t(eventIndex)", + "contents": "${1:time} = C_Calendar.EventGetInviteResponseTime(${2:eventIndex})$0", + }, + { + "trigger": "_C_Calendar.EventGetInviteSortCriterion\t()", + "contents": "${1:criterion}, ${2:reverse} = C_Calendar.EventGetInviteSortCriterion()$0", + }, + { + "trigger": "_C_Calendar.EventGetSelectedInvite\t()", + "contents": "${1:inviteIndex} = C_Calendar.EventGetSelectedInvite()$0", + }, + { + "trigger": "_C_Calendar.EventGetStatusOptions\t(eventIndex)", + "contents": "${1:options} = C_Calendar.EventGetStatusOptions(${2:eventIndex})$0", + }, + { + "trigger": "_C_Calendar.EventGetTextures\t(eventType)", + "contents": "${1:textures} = C_Calendar.EventGetTextures(${2:eventType})$0", + }, + { + "trigger": "_C_Calendar.EventGetTypes\t()", + "contents": "${1:types} = C_Calendar.EventGetTypes()$0", + }, + { + "trigger": "_C_Calendar.EventGetTypesDisplayOrdered\t()", + "contents": "${1:infos} = C_Calendar.EventGetTypesDisplayOrdered()$0", + }, + { + "trigger": "_C_Calendar.EventHasPendingInvite\t()", + "contents": "${1:hasPendingInvite} = C_Calendar.EventHasPendingInvite()$0", + }, + { + "trigger": "_C_Calendar.EventHaveSettingsChanged\t()", + "contents": "${1:haveSettingsChanged} = C_Calendar.EventHaveSettingsChanged()$0", + }, + { + "trigger": "_C_Calendar.GetDate\t()", + "contents": "${1:date} = C_Calendar.GetDate()$0", + }, + { + "trigger": "_C_Calendar.GetDayEvent\t(monthOffset, monthDay, index)", + "contents": "${1:event} = C_Calendar.GetDayEvent(${2:monthOffset}, ${3:monthDay}, ${4:index})$0", + }, + { + "trigger": "_C_Calendar.GetDefaultGuildFilter\t()", + "contents": "${1:info} = C_Calendar.GetDefaultGuildFilter()$0", + }, + { + "trigger": "_C_Calendar.GetEventIndex\t()", + "contents": "${1:info} = C_Calendar.GetEventIndex()$0", + }, + { + "trigger": "_C_Calendar.GetEventInfo\t()", + "contents": "${1:info} = C_Calendar.GetEventInfo()$0", + }, + { + "trigger": "_C_Calendar.GetFirstPendingInvite\t(offsetMonths, monthDay)", + "contents": "${1:firstPendingInvite} = C_Calendar.GetFirstPendingInvite(${2:offsetMonths}, ${3:monthDay})$0", + }, + { + "trigger": "_C_Calendar.GetGuildEventInfo\t(index)", + "contents": "${1:info} = C_Calendar.GetGuildEventInfo(${2:index})$0", + }, + { + "trigger": "_C_Calendar.GetGuildEventSelectionInfo\t(index)", + "contents": "${1:info} = C_Calendar.GetGuildEventSelectionInfo(${2:index})$0", + }, + { + "trigger": "_C_Calendar.GetHolidayInfo\t(monthOffset, monthDay, index)", + "contents": "${1:event} = C_Calendar.GetHolidayInfo(${2:monthOffset}, ${3:monthDay}, ${4:index})$0", + }, + { + "trigger": "_C_Calendar.GetMaxCreateDate\t()", + "contents": "${1:maxCreateDate} = C_Calendar.GetMaxCreateDate()$0", + }, + { + "trigger": "_C_Calendar.GetMinDate\t()", + "contents": "${1:minDate} = C_Calendar.GetMinDate()$0", + }, + { + "trigger": "_C_Calendar.GetMonthInfo\t(offsetMonths)", + "contents": "${1:monthInfo} = C_Calendar.GetMonthInfo(${2:offsetMonths})$0", + }, + { + "trigger": "_C_Calendar.GetNumDayEvents\t(offsetMonths, monthDay)", + "contents": "${1:numDayEvents} = C_Calendar.GetNumDayEvents(${2:offsetMonths}, ${3:monthDay})$0", + }, + { + "trigger": "_C_Calendar.GetNumGuildEvents\t()", + "contents": "${1:numGuildEvents} = C_Calendar.GetNumGuildEvents()$0", + }, + { + "trigger": "_C_Calendar.GetNumInvites\t()", + "contents": "${1:num} = C_Calendar.GetNumInvites()$0", + }, + { + "trigger": "_C_Calendar.GetNumPendingInvites\t()", + "contents": "${1:num} = C_Calendar.GetNumPendingInvites()$0", + }, + { + "trigger": "_C_Calendar.GetRaidInfo\t(offsetMonths, monthDay, eventIndex)", + "contents": "${1:info} = C_Calendar.GetRaidInfo(${2:offsetMonths}, ${3:monthDay}, ${4:eventIndex})$0", + }, + { + "trigger": "_C_Calendar.IsActionPending\t()", + "contents": "${1:actionPending} = C_Calendar.IsActionPending()$0", + }, + { + "trigger": "_C_CampaignInfo.GetCampaignChapterInfo\t(campaignChapterID)", + "contents": "${1:campaignChapterInfo} = C_CampaignInfo.GetCampaignChapterInfo(${2:campaignChapterID})$0", + }, + { + "trigger": "_C_CampaignInfo.GetCampaignInfo\t(campaignID)", + "contents": "${1:campaignInfo} = C_CampaignInfo.GetCampaignInfo(${2:campaignID})$0", + }, + { + "trigger": "_C_CampaignInfo.GetCurrentCampaignChapterID\t()", + "contents": "${1:campaignChapterID} = C_CampaignInfo.GetCurrentCampaignChapterID()$0", + }, + { + "trigger": "_C_CampaignInfo.GetCurrentCampaignID\t()", + "contents": "${1:campaignID} = C_CampaignInfo.GetCurrentCampaignID()$0", + }, + { + "trigger": "_C_CampaignInfo.IsCampaignQuest\t(questID)", + "contents": "${1:isCampaignQuest} = C_CampaignInfo.IsCampaignQuest(${2:questID})$0", + }, + { + "trigger": "_C_ChallengeMode.GetActiveChallengeMapID\t()", + "contents": "${1:mapChallengeModeID} = C_ChallengeMode.GetActiveChallengeMapID()$0", + }, + { + "trigger": "_C_ChallengeMode.GetActiveKeystoneInfo\t()", + "contents": "${1:activeKeystoneLevel}, ${2:activeAffixIDs}, ${3:wasActiveKeystoneCharged} = C_ChallengeMode.GetActiveKeystoneInfo()$0", + }, + { + "trigger": "_C_ChallengeMode.GetAffixInfo\t(affixID)", + "contents": "${1:name}, ${2:description}, ${3:filedataid} = C_ChallengeMode.GetAffixInfo(${4:affixID})$0", + }, + { + "trigger": "_C_ChallengeMode.GetCompletionInfo\t()", + "contents": "${1:mapChallengeModeID}, ${2:level}, ${3:time}, ${4:onTime}, ${5:keystoneUpgradeLevels} = C_ChallengeMode.GetCompletionInfo()$0", + }, + { + "trigger": "_C_ChallengeMode.GetDeathCount\t()", + "contents": "${1:numDeaths}, ${2:timeLost} = C_ChallengeMode.GetDeathCount()$0", + }, + { + "trigger": "_C_ChallengeMode.GetGuildLeaders\t()", + "contents": "${1:topAttempt} = C_ChallengeMode.GetGuildLeaders()$0", + }, + { + "trigger": "_C_ChallengeMode.GetMapTable\t()", + "contents": "${1:mapChallengeModeIDs} = C_ChallengeMode.GetMapTable()$0", + }, + { + "trigger": "_C_ChallengeMode.GetMapUIInfo\t(mapChallengeModeID)", + "contents": "${1:name}, ${2:id}, ${3:timeLimit}, ${4:texture}, ${5:backgroundTexture} = C_ChallengeMode.GetMapUIInfo(${6:mapChallengeModeID})$0", + }, + { + "trigger": "_C_ChallengeMode.GetPowerLevelDamageHealthMod\t(powerLevel)", + "contents": "${1:damageMod}, ${2:healthMod} = C_ChallengeMode.GetPowerLevelDamageHealthMod(${3:powerLevel})$0", + }, + { + "trigger": "_C_ChallengeMode.GetSlottedKeystoneInfo\t()", + "contents": "${1:mapChallengeModeID}, ${2:affixIDs}, ${3:keystoneLevel} = C_ChallengeMode.GetSlottedKeystoneInfo()$0", + }, + { + "trigger": "_C_ChallengeMode.HasSlottedKeystone\t()", + "contents": "${1:hasSlottedKeystone} = C_ChallengeMode.HasSlottedKeystone()$0", + }, + { + "trigger": "_C_ChallengeMode.IsChallengeModeActive\t()", + "contents": "${1:challengeModeActive} = C_ChallengeMode.IsChallengeModeActive()$0", + }, + { + "trigger": "_C_ChallengeMode.RemoveKeystone\t()", + "contents": "${1:removalSuccessful} = C_ChallengeMode.RemoveKeystone()$0", + }, + { + "trigger": "_C_ChallengeMode.StartChallengeMode\t()", + "contents": "${1:success} = C_ChallengeMode.StartChallengeMode()$0", + }, + { + "trigger": "_C_ChatBubbles.GetAllChatBubbles\t(includeForbidden)", + "contents": "${1:chatBubbles} = C_ChatBubbles.GetAllChatBubbles(${2:includeForbidden})$0", + }, + { + "trigger": "_C_ChatInfo.CanReportPlayer\t(playerLocation)", + "contents": "${1:canReport} = C_ChatInfo.CanReportPlayer(${2:playerLocation})$0", + }, + { + "trigger": "_C_ChatInfo.GetChannelRosterInfo\t(channelIndex, rosterIndex)", + "contents": "${1:name}, ${2:owner}, ${3:moderator}, ${4:guid} = C_ChatInfo.GetChannelRosterInfo(${5:channelIndex}, ${6:rosterIndex})$0", + }, + { + "trigger": "_C_ChatInfo.GetNumActiveChannels\t()", + "contents": "${1:numChannels} = C_ChatInfo.GetNumActiveChannels()$0", + }, + { + "trigger": "_C_ChatInfo.GetRegisteredAddonMessagePrefixes\t()", + "contents": "${1:registeredPrefixes} = C_ChatInfo.GetRegisteredAddonMessagePrefixes()$0", + }, + { + "trigger": "_C_ChatInfo.IsAddonMessagePrefixRegistered\t(\"prefix\")", + "contents": "${1:isRegistered} = C_ChatInfo.IsAddonMessagePrefixRegistered(\"${2:prefix}\")$0", + }, + { + "trigger": "_C_ChatInfo.IsPartyChannelType\t(channelType)", + "contents": "${1:isPartyChannelType} = C_ChatInfo.IsPartyChannelType(${2:channelType})$0", + }, + { + "trigger": "_C_ChatInfo.RegisterAddonMessagePrefix\t(\"prefix\")", + "contents": "${1:successfulRequest} = C_ChatInfo.RegisterAddonMessagePrefix(\"${2:prefix}\")$0", + }, + { + "trigger": "_C_ChatInfo.SendAddonMessage\t(\"prefix\", \"message\", [\"chatType\", [\"target\"]])", + "contents": "${1:success} = C_ChatInfo.SendAddonMessage(\"${2:prefix}\", \"${3:message}\", [\"${4:chatType}\", [\"${5:target}\"]])$0", + }, + { + "trigger": "_C_ChatInfo.SendAddonMessageLogged\t(\"prefix\", \"message\", [\"chatType\", [\"target\"]])", + "contents": "${1:success} = C_ChatInfo.SendAddonMessageLogged(\"${2:prefix}\", \"${3:message}\", [\"${4:chatType}\", [\"${5:target}\"]])$0", + }, + { + "trigger": "_C_Club.CanResolvePlayerLocationFromClubMessageData\t(\"clubId\", \"streamId\", epoch, position)", + "contents": "${1:canResolve} = C_Club.CanResolvePlayerLocationFromClubMessageData(\"${2:clubId}\", \"${3:streamId}\", ${4:epoch}, ${5:position})$0", + }, + { + "trigger": "_C_Club.CompareBattleNetDisplayName\t(\"clubId\", lhsMemberId, rhsMemberId)", + "contents": "${1:comparison} = C_Club.CompareBattleNetDisplayName(\"${2:clubId}\", ${3:lhsMemberId}, ${4:rhsMemberId})$0", + }, + { + "trigger": "_C_Club.FocusStream\t(\"clubId\", \"streamId\")", + "contents": "${1:focused} = C_Club.FocusStream(\"${2:clubId}\", \"${3:streamId}\")$0", + }, + { + "trigger": "_C_Club.GetAssignableRoles\t(\"clubId\", memberId)", + "contents": "${1:assignableRoles} = C_Club.GetAssignableRoles(\"${2:clubId}\", ${3:memberId})$0", + }, + { + "trigger": "_C_Club.GetAvatarIdList\t(clubType)", + "contents": "${1:avatarIds} = C_Club.GetAvatarIdList(${2:clubType})$0", + }, + { + "trigger": "_C_Club.GetClubInfo\t(\"clubId\")", + "contents": "${1:info} = C_Club.GetClubInfo(\"${2:clubId}\")$0", + }, + { + "trigger": "_C_Club.GetClubMembers\t(\"clubId\", [\"streamId\"])", + "contents": "${1:members} = C_Club.GetClubMembers(\"${2:clubId}\", [\"${3:streamId}\"])$0", + }, + { + "trigger": "_C_Club.GetClubPrivileges\t(\"clubId\")", + "contents": "${1:privilegeInfo} = C_Club.GetClubPrivileges(\"${2:clubId}\")$0", + }, + { + "trigger": "_C_Club.GetClubStreamNotificationSettings\t(\"clubId\")", + "contents": "${1:settings} = C_Club.GetClubStreamNotificationSettings(\"${2:clubId}\")$0", + }, + { + "trigger": "_C_Club.GetCommunityNameResultText\t(result)", + "contents": "${1:errorCode} = C_Club.GetCommunityNameResultText(${2:result})$0", + }, + { + "trigger": "_C_Club.GetGuildClubId\t()", + "contents": "${1:guildClubId} = C_Club.GetGuildClubId()$0", + }, + { + "trigger": "_C_Club.GetInfoFromLastCommunityChatLine\t()", + "contents": "${1:messageInfo}, ${2:clubId}, ${3:streamId}, ${4:clubType} = C_Club.GetInfoFromLastCommunityChatLine()$0", + }, + { + "trigger": "_C_Club.GetInvitationCandidates\t([\"filter\", [maxResults, [cursorPosition, \"clubId\"]]])", + "contents": "${1:candidates} = C_Club.GetInvitationCandidates([\"${2:filter}\", [${3:maxResults}, [${4:cursorPosition}, \"${5:clubId}\"]]])$0", + }, + { + "trigger": "_C_Club.GetInvitationInfo\t(\"clubId\")", + "contents": "${1:invitation} = C_Club.GetInvitationInfo(\"${2:clubId}\")$0", + }, + { + "trigger": "_C_Club.GetInvitationsForClub\t(\"clubId\")", + "contents": "${1:invitations} = C_Club.GetInvitationsForClub(\"${2:clubId}\")$0", + }, + { + "trigger": "_C_Club.GetInvitationsForSelf\t()", + "contents": "${1:invitations} = C_Club.GetInvitationsForSelf()$0", + }, + { + "trigger": "_C_Club.GetMemberInfo\t(\"clubId\", memberId)", + "contents": "${1:info} = C_Club.GetMemberInfo(\"${2:clubId}\", ${3:memberId})$0", + }, + { + "trigger": "_C_Club.GetMemberInfoForSelf\t(\"clubId\")", + "contents": "${1:info} = C_Club.GetMemberInfoForSelf(\"${2:clubId}\")$0", + }, + { + "trigger": "_C_Club.GetMessageInfo\t(\"clubId\", \"streamId\", messageId)", + "contents": "${1:message} = C_Club.GetMessageInfo(\"${2:clubId}\", \"${3:streamId}\", ${4:messageId})$0", + }, + { + "trigger": "_C_Club.GetMessageRanges\t(\"clubId\", \"streamId\")", + "contents": "${1:ranges} = C_Club.GetMessageRanges(\"${2:clubId}\", \"${3:streamId}\")$0", + }, + { + "trigger": "_C_Club.GetMessagesBefore\t(\"clubId\", \"streamId\", newest, count)", + "contents": "${1:messages} = C_Club.GetMessagesBefore(\"${2:clubId}\", \"${3:streamId}\", ${4:newest}, ${5:count})$0", + }, + { + "trigger": "_C_Club.GetMessagesInRange\t(\"clubId\", \"streamId\", oldest, newest)", + "contents": "${1:messages} = C_Club.GetMessagesInRange(\"${2:clubId}\", \"${3:streamId}\", ${4:oldest}, ${5:newest})$0", + }, + { + "trigger": "_C_Club.GetStreamInfo\t(\"clubId\", \"streamId\")", + "contents": "${1:streamInfo} = C_Club.GetStreamInfo(\"${2:clubId}\", \"${3:streamId}\")$0", + }, + { + "trigger": "_C_Club.GetStreams\t(\"clubId\")", + "contents": "${1:streams} = C_Club.GetStreams(\"${2:clubId}\")$0", + }, + { + "trigger": "_C_Club.GetStreamViewMarker\t(\"clubId\", \"streamId\")", + "contents": "${1:lastReadTime} = C_Club.GetStreamViewMarker(\"${2:clubId}\", \"${3:streamId}\")$0", + }, + { + "trigger": "_C_Club.GetSubscribedClubs\t()", + "contents": "${1:clubs} = C_Club.GetSubscribedClubs()$0", + }, + { + "trigger": "_C_Club.GetTickets\t(\"clubId\")", + "contents": "${1:tickets} = C_Club.GetTickets(\"${2:clubId}\")$0", + }, + { + "trigger": "_C_Club.IsAccountMuted\t(\"clubId\")", + "contents": "${1:accountMuted} = C_Club.IsAccountMuted(\"${2:clubId}\")$0", + }, + { + "trigger": "_C_Club.IsBeginningOfStream\t(\"clubId\", \"streamId\", messageId)", + "contents": "${1:isBeginningOfStream} = C_Club.IsBeginningOfStream(\"${2:clubId}\", \"${3:streamId}\", ${4:messageId})$0", + }, + { + "trigger": "_C_Club.IsEnabled\t()", + "contents": "${1:clubsEnabled} = C_Club.IsEnabled()$0", + }, + { + "trigger": "_C_Club.IsRestricted\t()", + "contents": "${1:restrictionReason} = C_Club.IsRestricted()$0", + }, + { + "trigger": "_C_Club.IsSubscribedToStream\t(\"clubId\", \"streamId\")", + "contents": "${1:subscribed} = C_Club.IsSubscribedToStream(\"${2:clubId}\", \"${3:streamId}\")$0", + }, + { + "trigger": "_C_Club.RequestMoreMessagesBefore\t(\"clubId\", \"streamId\", [messageId, [count]])", + "contents": "${1:alreadyHasMessages} = C_Club.RequestMoreMessagesBefore(\"${2:clubId}\", \"${3:streamId}\", [${4:messageId}, [${5:count}]])$0", + }, + { + "trigger": "_C_Club.ShouldAllowClubType\t(clubType)", + "contents": "${1:clubTypeIsAllowed} = C_Club.ShouldAllowClubType(${2:clubType})$0", + }, + { + "trigger": "_C_Club.ValidateText\t(clubType, \"text\", clubFieldType)", + "contents": "${1:result} = C_Club.ValidateText(${2:clubType}, \"${3:text}\", ${4:clubFieldType})$0", + }, + { + "trigger": "_C_Commentator.AreTeamsSwapped\t()", + "contents": "${1:teamsAreSwapped} = C_Commentator.AreTeamsSwapped()$0", + }, + { + "trigger": "_C_Commentator.CanUseCommentatorCheats\t()", + "contents": "${1:canUseCommentatorCheats} = C_Commentator.CanUseCommentatorCheats()$0", + }, + { + "trigger": "_C_Commentator.GetAdditionalCameraWeight\t()", + "contents": "${1:teamIndex}, ${2:playerIndex} = C_Commentator.GetAdditionalCameraWeight()$0", + }, + { + "trigger": "_C_Commentator.GetAdditionalCameraWeightByToken\t(\"token\")", + "contents": "${1:weight} = C_Commentator.GetAdditionalCameraWeightByToken(\"${2:token}\")$0", + }, + { + "trigger": "_C_Commentator.GetAllPlayerOverrideNames\t()", + "contents": "${1:nameEntries} = C_Commentator.GetAllPlayerOverrideNames()$0", + }, + { + "trigger": "_C_Commentator.GetCamera\t()", + "contents": "${1:xPos}, ${2:yPos}, ${3:zPos}, ${4:yaw}, ${5:pitch}, ${6:fov} = C_Commentator.GetCamera()$0", + }, + { + "trigger": "_C_Commentator.GetCameraCollision\t()", + "contents": "${1:isColliding} = C_Commentator.GetCameraCollision()$0", + }, + { + "trigger": "_C_Commentator.GetCameraPosition\t()", + "contents": "${1:xPos}, ${2:yPos}, ${3:zPos} = C_Commentator.GetCameraPosition()$0", + }, + { + "trigger": "_C_Commentator.GetCurrentMapID\t()", + "contents": "${1:mapID} = C_Commentator.GetCurrentMapID()$0", + }, + { + "trigger": "_C_Commentator.GetDampeningPercent\t()", + "contents": "${1:percentage} = C_Commentator.GetDampeningPercent()$0", + }, + { + "trigger": "_C_Commentator.GetDistanceBeforeForcedHorizontalConvergence\t()", + "contents": "${1:distance} = C_Commentator.GetDistanceBeforeForcedHorizontalConvergence()$0", + }, + { + "trigger": "_C_Commentator.GetDurationToForceHorizontalConvergence\t()", + "contents": "${1:ms} = C_Commentator.GetDurationToForceHorizontalConvergence()$0", + }, + { + "trigger": "_C_Commentator.GetExcludeDistance\t()", + "contents": "${1:excludeDistance} = C_Commentator.GetExcludeDistance()$0", + }, + { + "trigger": "_C_Commentator.GetHardlockWeight\t()", + "contents": "${1:weight} = C_Commentator.GetHardlockWeight()$0", + }, + { + "trigger": "_C_Commentator.GetHorizontalAngleThresholdToSmooth\t()", + "contents": "${1:angle} = C_Commentator.GetHorizontalAngleThresholdToSmooth()$0", + }, + { + "trigger": "_C_Commentator.GetInstanceInfo\t(mapIndex, instanceIndex)", + "contents": "${1:mapID}, ${2:mapName}, ${3:status}, ${4:instanceIDLow}, ${5:instanceIDHigh} = C_Commentator.GetInstanceInfo(${6:mapIndex}, ${7:instanceIndex})$0", + }, + { + "trigger": "_C_Commentator.GetLookAtLerpAmount\t()", + "contents": "${1:amount} = C_Commentator.GetLookAtLerpAmount()$0", + }, + { + "trigger": "_C_Commentator.GetMapInfo\t(mapIndex)", + "contents": "${1:teamSize}, ${2:minLevel}, ${3:maxLevel}, ${4:numInstances} = C_Commentator.GetMapInfo(${5:mapIndex})$0", + }, + { + "trigger": "_C_Commentator.GetMaxNumPlayersPerTeam\t()", + "contents": "${1:maxNumPlayersPerTeam} = C_Commentator.GetMaxNumPlayersPerTeam()$0", + }, + { + "trigger": "_C_Commentator.GetMaxNumTeams\t()", + "contents": "${1:maxNumTeams} = C_Commentator.GetMaxNumTeams()$0", + }, + { + "trigger": "_C_Commentator.GetMode\t()", + "contents": "${1:commentatorMode} = C_Commentator.GetMode()$0", + }, + { + "trigger": "_C_Commentator.GetMsToHoldForHorizontalMovement\t()", + "contents": "${1:ms} = C_Commentator.GetMsToHoldForHorizontalMovement()$0", + }, + { + "trigger": "_C_Commentator.GetMsToHoldForVerticalMovement\t()", + "contents": "${1:ms} = C_Commentator.GetMsToHoldForVerticalMovement()$0", + }, + { + "trigger": "_C_Commentator.GetMsToSmoothHorizontalChange\t()", + "contents": "${1:ms} = C_Commentator.GetMsToSmoothHorizontalChange()$0", + }, + { + "trigger": "_C_Commentator.GetMsToSmoothVerticalChange\t()", + "contents": "${1:ms} = C_Commentator.GetMsToSmoothVerticalChange()$0", + }, + { + "trigger": "_C_Commentator.GetNumMaps\t()", + "contents": "${1:numMaps} = C_Commentator.GetNumMaps()$0", + }, + { + "trigger": "_C_Commentator.GetNumPlayers\t(factionIndex)", + "contents": "${1:numPlayers} = C_Commentator.GetNumPlayers(${2:factionIndex})$0", + }, + { + "trigger": "_C_Commentator.GetPlayerCooldownInfo\t(teamIndex, playerIndex, spellID)", + "contents": "${1:startTime}, ${2:duration}, ${3:enable} = C_Commentator.GetPlayerCooldownInfo(${4:teamIndex}, ${5:playerIndex}, ${6:spellID})$0", + }, + { + "trigger": "_C_Commentator.GetPlayerCrowdControlInfo\t(teamIndex, playerIndex)", + "contents": "${1:spellID}, ${2:expiration}, ${3:duration} = C_Commentator.GetPlayerCrowdControlInfo(${4:teamIndex}, ${5:playerIndex})$0", + }, + { + "trigger": "_C_Commentator.GetPlayerCrowdControlInfoByUnit\t(\"token\")", + "contents": "${1:spellID}, ${2:expiration}, ${3:duration} = C_Commentator.GetPlayerCrowdControlInfoByUnit(\"${4:token}\")$0", + }, + { + "trigger": "_C_Commentator.GetPlayerFlagInfo\t(teamIndex, playerIndex)", + "contents": "${1:hasFlag} = C_Commentator.GetPlayerFlagInfo(${2:teamIndex}, ${3:playerIndex})$0", + }, + { + "trigger": "_C_Commentator.GetPlayerInfo\t(teamIndex, playerIndex)", + "contents": "${1:unitToken}, ${2:name}, ${3:faction}, ${4:specialization}, ${5:damageDone}, ${6:damageTaken}, ${7:healingDone}, ${8:healingTaken}, ${9:kills}, ${10:deaths} = C_Commentator.GetPlayerInfo(${11:teamIndex}, ${12:playerIndex})$0", + }, + { + "trigger": "_C_Commentator.GetPlayerOverrideName\t(\"originalName\")", + "contents": "${1:overrideName} = C_Commentator.GetPlayerOverrideName(\"${2:originalName}\")$0", + }, + { + "trigger": "_C_Commentator.GetPlayerSpellCharges\t(teamIndex, playerIndex, spellID)", + "contents": "${1:charges}, ${2:maxCharges}, ${3:startTime}, ${4:duration} = C_Commentator.GetPlayerSpellCharges(${5:teamIndex}, ${6:playerIndex}, ${7:spellID})$0", + }, + { + "trigger": "_C_Commentator.GetPositionLerpAmount\t()", + "contents": "${1:amount} = C_Commentator.GetPositionLerpAmount()$0", + }, + { + "trigger": "_C_Commentator.GetSmoothFollowTransitioning\t()", + "contents": "${1:enabled} = C_Commentator.GetSmoothFollowTransitioning()$0", + }, + { + "trigger": "_C_Commentator.GetSoftlockWeight\t()", + "contents": "${1:weight} = C_Commentator.GetSoftlockWeight()$0", + }, + { + "trigger": "_C_Commentator.GetSpeedFactor\t()", + "contents": "${1:factor} = C_Commentator.GetSpeedFactor()$0", + }, + { + "trigger": "_C_Commentator.GetStartLocation\t(mapID)", + "contents": "${1:pos} = C_Commentator.GetStartLocation(${2:mapID})$0", + }, + { + "trigger": "_C_Commentator.GetTeamHighlightColor\t(teamIndex)", + "contents": "${1:highlightColorR}, ${2:highlightColorG}, ${3:highlightColorB}, ${4:highlightColorA} = C_Commentator.GetTeamHighlightColor(${5:teamIndex})$0", + }, + { + "trigger": "_C_Commentator.GetTimeLeftInMatch\t()", + "contents": "${1:timeLeft} = C_Commentator.GetTimeLeftInMatch()$0", + }, + { + "trigger": "_C_Commentator.GetTrackedDefensiveCooldowns\t(teamIndex, playerIndex)", + "contents": "${1:trackedDefensiveCooldowns} = C_Commentator.GetTrackedDefensiveCooldowns(${2:teamIndex}, ${3:playerIndex})$0", + }, + { + "trigger": "_C_Commentator.GetTrackedOffensiveCooldowns\t(teamIndex, playerIndex)", + "contents": "${1:trackedCooldowns} = C_Commentator.GetTrackedOffensiveCooldowns(${2:teamIndex}, ${3:playerIndex})$0", + }, + { + "trigger": "_C_Commentator.GetWargameInfo\t(listID)", + "contents": "${1:name}, ${2:minPlayers}, ${3:maxPlayers}, ${4:isArena} = C_Commentator.GetWargameInfo(${5:listID})$0", + }, + { + "trigger": "_C_Commentator.HasTrackedAuras\t(\"token\")", + "contents": "${1:hasOffensiveAura}, ${2:hasDefensiveAura} = C_Commentator.HasTrackedAuras(\"${3:token}\")$0", + }, + { + "trigger": "_C_Commentator.IsSmartCameraLocked\t()", + "contents": "${1:isSmartCameraLocked} = C_Commentator.IsSmartCameraLocked()$0", + }, + { + "trigger": "_C_Commentator.IsSpectating\t()", + "contents": "${1:isSpectating} = C_Commentator.IsSpectating()$0", + }, + { + "trigger": "_C_Commentator.IsTrackedDefensiveAura\t(spellID)", + "contents": "${1:isDefensiveTrigger} = C_Commentator.IsTrackedDefensiveAura(${2:spellID})$0", + }, + { + "trigger": "_C_Commentator.IsTrackedDefensiveCooldown\t(teamIndex, playerIndex, spellID)", + "contents": "${1:isTrackedCooldown} = C_Commentator.IsTrackedDefensiveCooldown(${2:teamIndex}, ${3:playerIndex}, ${4:spellID})$0", + }, + { + "trigger": "_C_Commentator.IsTrackedOffensiveAura\t(spellID)", + "contents": "${1:isOffensiveTrigger} = C_Commentator.IsTrackedOffensiveAura(${2:spellID})$0", + }, + { + "trigger": "_C_Commentator.IsTrackedOffensiveCooldown\t(teamIndex, playerIndex, spellID)", + "contents": "${1:isTrackedCooldown} = C_Commentator.IsTrackedOffensiveCooldown(${2:teamIndex}, ${3:playerIndex}, ${4:spellID})$0", + }, + { + "trigger": "_C_Commentator.IsUsingSmartCamera\t()", + "contents": "${1:isUsingSmartCamera} = C_Commentator.IsUsingSmartCamera()$0", + }, + { + "trigger": "_C_ConfigurationWarnings.GetConfigurationWarnings\t(includeSeenWarnings)", + "contents": "${1:configurationWarnings} = C_ConfigurationWarnings.GetConfigurationWarnings(${2:includeSeenWarnings})$0", + }, + { + "trigger": "_C_ConfigurationWarnings.GetConfigurationWarningSeen\t(configurationWarning)", + "contents": "${1:hasSeenConfigurationWarning} = C_ConfigurationWarnings.GetConfigurationWarningSeen(${2:configurationWarning})$0", + }, + { + "trigger": "_C_ConfigurationWarnings.GetConfigurationWarningString\t(configurationWarning)", + "contents": "${1:configurationWarningString} = C_ConfigurationWarnings.GetConfigurationWarningString(${2:configurationWarning})$0", + }, + { + "trigger": "_C_Console.GetAllCommands\t()", + "contents": "${1:commands} = C_Console.GetAllCommands()$0", + }, + { + "trigger": "_C_Console.GetColorFromType\t(colorType)", + "contents": "${1:color} = C_Console.GetColorFromType(${2:colorType})$0", + }, + { + "trigger": "_C_Console.GetFontHeight\t()", + "contents": "${1:fontHeightInPixels} = C_Console.GetFontHeight()$0", + }, + { + "trigger": "_C_ContributionCollector.GetActive\t()", + "contents": "${1:contributionID} = C_ContributionCollector.GetActive()$0", + }, + { + "trigger": "_C_ContributionCollector.GetAtlases\t(contributionID)", + "contents": "${1:atlasName} = C_ContributionCollector.GetAtlases(${2:contributionID})$0", + }, + { + "trigger": "_C_ContributionCollector.GetBuffs\t(contributionID)", + "contents": "${1:spellID} = C_ContributionCollector.GetBuffs(${2:contributionID})$0", + }, + { + "trigger": "_C_ContributionCollector.GetContributionAppearance\t(contributionID, contributionState)", + "contents": "${1:appearance} = C_ContributionCollector.GetContributionAppearance(${2:contributionID}, ${3:contributionState})$0", + }, + { + "trigger": "_C_ContributionCollector.GetContributionCollectorsForMap\t(uiMapID)", + "contents": "${1:contributionCollectors} = C_ContributionCollector.GetContributionCollectorsForMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_ContributionCollector.GetContributionResult\t(contributionID)", + "contents": "${1:result} = C_ContributionCollector.GetContributionResult(${2:contributionID})$0", + }, + { + "trigger": "_C_ContributionCollector.GetDescription\t(contributionID)", + "contents": "${1:description} = C_ContributionCollector.GetDescription(${2:contributionID})$0", + }, + { + "trigger": "_C_ContributionCollector.GetManagedContributionsForCreatureID\t(creatureID)", + "contents": "${1:contributionID} = C_ContributionCollector.GetManagedContributionsForCreatureID(${2:creatureID})$0", + }, + { + "trigger": "_C_ContributionCollector.GetName\t(contributionID)", + "contents": "${1:name} = C_ContributionCollector.GetName(${2:contributionID})$0", + }, + { + "trigger": "_C_ContributionCollector.GetOrderIndex\t(contributionID)", + "contents": "${1:orderIndex} = C_ContributionCollector.GetOrderIndex(${2:contributionID})$0", + }, + { + "trigger": "_C_ContributionCollector.GetRequiredContributionCurrency\t(contributionID)", + "contents": "${1:currencyID}, ${2:currencyAmount} = C_ContributionCollector.GetRequiredContributionCurrency(${3:contributionID})$0", + }, + { + "trigger": "_C_ContributionCollector.GetRequiredContributionItem\t(contributionID)", + "contents": "${1:itemID}, ${2:itemCount} = C_ContributionCollector.GetRequiredContributionItem(${3:contributionID})$0", + }, + { + "trigger": "_C_ContributionCollector.GetRewardQuestID\t(contributionID)", + "contents": "${1:questID} = C_ContributionCollector.GetRewardQuestID(${2:contributionID})$0", + }, + { + "trigger": "_C_ContributionCollector.GetState\t(contributionID)", + "contents": "${1:contributionState}, ${2:contributionPercentageComplete}, ${3:timeOfNextStateChange}, ${4:startTime} = C_ContributionCollector.GetState(${5:contributionID})$0", + }, + { + "trigger": "_C_ContributionCollector.HasPendingContribution\t(contributionID)", + "contents": "${1:hasPending} = C_ContributionCollector.HasPendingContribution(${2:contributionID})$0", + }, + { + "trigger": "_C_ContributionCollector.IsAwaitingRewardQuestData\t(contributionID)", + "contents": "${1:awaitingData} = C_ContributionCollector.IsAwaitingRewardQuestData(${2:contributionID})$0", + }, + { + "trigger": "_C_CreatureInfo.GetClassInfo\t(classID)", + "contents": "${1:classInfo} = C_CreatureInfo.GetClassInfo(${2:classID})$0", + }, + { + "trigger": "_C_CreatureInfo.GetFactionInfo\t(raceID)", + "contents": "${1:factionInfo} = C_CreatureInfo.GetFactionInfo(${2:raceID})$0", + }, + { + "trigger": "_C_CreatureInfo.GetRaceInfo\t(raceID)", + "contents": "${1:raceInfo} = C_CreatureInfo.GetRaceInfo(${2:raceID})$0", + }, + { + "trigger": "_C_CurrencyInfo.GetAzeriteCurrencyID\t()", + "contents": "${1:azeriteCurrencyID} = C_CurrencyInfo.GetAzeriteCurrencyID()$0", + }, + { + "trigger": "_C_CurrencyInfo.GetBasicCurrencyInfo\t(currencyType, [quantity])", + "contents": "${1:info} = C_CurrencyInfo.GetBasicCurrencyInfo(${2:currencyType}, [${3:quantity}])$0", + }, + { + "trigger": "_C_CurrencyInfo.GetCurrencyContainerInfo\t(currencyType, quantity)", + "contents": "${1:info} = C_CurrencyInfo.GetCurrencyContainerInfo(${2:currencyType}, ${3:quantity})$0", + }, + { + "trigger": "_C_CurrencyInfo.GetCurrencyIDFromLink\t(\"currencyLink\")", + "contents": "${1:currencyID} = C_CurrencyInfo.GetCurrencyIDFromLink(\"${2:currencyLink}\")$0", + }, + { + "trigger": "_C_CurrencyInfo.GetFactionGrantedByCurrency\t(currencyID)", + "contents": "${1:factionID} = C_CurrencyInfo.GetFactionGrantedByCurrency(${2:currencyID})$0", + }, + { + "trigger": "_C_CurrencyInfo.GetWarResourcesCurrencyID\t()", + "contents": "${1:warResourceCurrencyID} = C_CurrencyInfo.GetWarResourcesCurrencyID()$0", + }, + { + "trigger": "_C_CurrencyInfo.IsCurrencyContainer\t(currencyID, quantity)", + "contents": "${1:isCurrencyContainer} = C_CurrencyInfo.IsCurrencyContainer(${2:currencyID}, ${3:quantity})$0", + }, + { + "trigger": "_C_Cursor.GetCursorCommunitiesStream\t()", + "contents": "${1:clubId}, ${2:streamId} = C_Cursor.GetCursorCommunitiesStream()$0", + }, + { + "trigger": "_C_Cursor.GetCursorItem\t()", + "contents": "${1:item} = C_Cursor.GetCursorItem()$0", + }, + { + "trigger": "_C_DateAndTime.GetDateFromEpoch\t(epoch)", + "contents": "${1:date} = C_DateAndTime.GetDateFromEpoch(${2:epoch})$0", + }, + { + "trigger": "_C_DateAndTime.GetTodaysDate\t()", + "contents": "${1:date} = C_DateAndTime.GetTodaysDate()$0", + }, + { + "trigger": "_C_DateAndTime.GetYesterdaysDate\t()", + "contents": "${1:date} = C_DateAndTime.GetYesterdaysDate()$0", + }, + { + "trigger": "_C_DeathInfo.GetCorpseMapPosition\t(uiMapID)", + "contents": "${1:position} = C_DeathInfo.GetCorpseMapPosition(${2:uiMapID})$0", + }, + { + "trigger": "_C_DeathInfo.GetDeathReleasePosition\t(uiMapID)", + "contents": "${1:position} = C_DeathInfo.GetDeathReleasePosition(${2:uiMapID})$0", + }, + { + "trigger": "_C_DeathInfo.GetGraveyardsForMap\t(uiMapID)", + "contents": "${1:graveyards} = C_DeathInfo.GetGraveyardsForMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_DeathInfo.GetSelfResurrectOptions\t()", + "contents": "${1:options} = C_DeathInfo.GetSelfResurrectOptions()$0", + }, + { + "trigger": "_C_EncounterJournal.GetDungeonEntrancesForMap\t(uiMapID)", + "contents": "${1:dungeonEntrances} = C_EncounterJournal.GetDungeonEntrancesForMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_EncounterJournal.GetEncountersOnMap\t(uiMapID)", + "contents": "${1:encounters} = C_EncounterJournal.GetEncountersOnMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_EncounterJournal.GetSectionIconFlags\t(sectionID)", + "contents": "${1:iconFlags} = C_EncounterJournal.GetSectionIconFlags(${2:sectionID})$0", + }, + { + "trigger": "_C_EncounterJournal.GetSectionInfo\t(sectionID)", + "contents": "${1:info} = C_EncounterJournal.GetSectionInfo(${2:sectionID})$0", + }, + { + "trigger": "_C_EquipmentSet.CanUseEquipmentSets\t()", + "contents": "${1:canUseEquipmentSets} = C_EquipmentSet.CanUseEquipmentSets()$0", + }, + { + "trigger": "_C_EquipmentSet.EquipmentSetContainsLockedItems\t(equipmentSetID)", + "contents": "${1:hasLockedItems} = C_EquipmentSet.EquipmentSetContainsLockedItems(${2:equipmentSetID})$0", + }, + { + "trigger": "_C_EquipmentSet.GetEquipmentSetAssignedSpec\t(equipmentSetID)", + "contents": "${1:specIndex} = C_EquipmentSet.GetEquipmentSetAssignedSpec(${2:equipmentSetID})$0", + }, + { + "trigger": "_C_EquipmentSet.GetEquipmentSetForSpec\t(specIndex)", + "contents": "${1:equipmentSetID} = C_EquipmentSet.GetEquipmentSetForSpec(${2:specIndex})$0", + }, + { + "trigger": "_C_EquipmentSet.GetEquipmentSetID\t(\"equipmentSetName\")", + "contents": "${1:equipmentSetID} = C_EquipmentSet.GetEquipmentSetID(\"${2:equipmentSetName}\")$0", + }, + { + "trigger": "_C_EquipmentSet.GetEquipmentSetIDs\t()", + "contents": "${1:equipmentSetIDs} = C_EquipmentSet.GetEquipmentSetIDs()$0", + }, + { + "trigger": "_C_EquipmentSet.GetEquipmentSetInfo\t(equipmentSetID)", + "contents": "${1:name}, ${2:iconFileID}, ${3:setID}, ${4:isEquipped}, ${5:numItems}, ${6:numEquipped}, ${7:numInInventory}, ${8:numLost}, ${9:numIgnored} = C_EquipmentSet.GetEquipmentSetInfo(${10:equipmentSetID})$0", + }, + { + "trigger": "_C_EquipmentSet.GetIgnoredSlots\t(equipmentSetID)", + "contents": "${1:slotIgnored} = C_EquipmentSet.GetIgnoredSlots(${2:equipmentSetID})$0", + }, + { + "trigger": "_C_EquipmentSet.GetItemIDs\t(equipmentSetID)", + "contents": "${1:itemIDs} = C_EquipmentSet.GetItemIDs(${2:equipmentSetID})$0", + }, + { + "trigger": "_C_EquipmentSet.GetItemLocations\t(equipmentSetID)", + "contents": "${1:locations} = C_EquipmentSet.GetItemLocations(${2:equipmentSetID})$0", + }, + { + "trigger": "_C_EquipmentSet.GetNumEquipmentSets\t()", + "contents": "${1:numEquipmentSets} = C_EquipmentSet.GetNumEquipmentSets()$0", + }, + { + "trigger": "_C_EquipmentSet.IsSlotIgnoredForSave\t(slot)", + "contents": "${1:isSlotIgnored} = C_EquipmentSet.IsSlotIgnoredForSave(${2:slot})$0", + }, + { + "trigger": "_C_EquipmentSet.UseEquipmentSet\t(equipmentSetID)", + "contents": "${1:setWasEquipped} = C_EquipmentSet.UseEquipmentSet(${2:equipmentSetID})$0", + }, + { + "trigger": "_C_FogOfWar.GetFogOfWarForMap\t(uiMapID)", + "contents": "${1:fogOfWarID} = C_FogOfWar.GetFogOfWarForMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_FogOfWar.GetFogOfWarInfo\t(fogOfWarID)", + "contents": "${1:fogOfWarInfo} = C_FogOfWar.GetFogOfWarInfo(${2:fogOfWarID})$0", + }, + { + "trigger": "_C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID\t()", + "contents": "${1:currentGarrTalentTreeFriendshipFactionID} = C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID()$0", + }, + { + "trigger": "_C_Garrison.GetCurrentGarrTalentTreeID\t()", + "contents": "${1:currentGarrTalentTreeID} = C_Garrison.GetCurrentGarrTalentTreeID()$0", + }, + { + "trigger": "_C_Garrison.GetGarrisonPlotsInstancesForMap\t(uiMapID)", + "contents": "${1:garrisonPlotInstances} = C_Garrison.GetGarrisonPlotsInstancesForMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_Garrison.GetTalentTreeIDsByClassID\t(garrType, classID)", + "contents": "${1:treeIDs} = C_Garrison.GetTalentTreeIDsByClassID(${2:garrType}, ${3:classID})$0", + }, + { + "trigger": "_C_Garrison.IsAtGarrisonMissionNPC\t()", + "contents": "${1:atGarrisonMissionNPC} = C_Garrison.IsAtGarrisonMissionNPC()$0", + }, + { + "trigger": "_C_GossipInfo.GetGossipPoiForUiMapID\t(uiMapID)", + "contents": "${1:gossipPoiID} = C_GossipInfo.GetGossipPoiForUiMapID(${2:uiMapID})$0", + }, + { + "trigger": "_C_GossipInfo.GetGossipPoiInfo\t(uiMapID, gossipPoiID)", + "contents": "${1:gossipPoiInfo} = C_GossipInfo.GetGossipPoiInfo(${2:uiMapID}, ${3:gossipPoiID})$0", + }, + { + "trigger": "_C_GuildInfo.CanSpeakInGuildChat\t()", + "contents": "${1:canSpeakInGuildChat} = C_GuildInfo.CanSpeakInGuildChat()$0", + }, + { + "trigger": "_C_GuildInfo.GetGuildRankOrder\t(\"guid\")", + "contents": "${1:rankOrder} = C_GuildInfo.GetGuildRankOrder(\"${2:guid}\")$0", + }, + { + "trigger": "_C_GuildInfo.GuildControlGetRankFlags\t(rankOrder)", + "contents": "${1:permissions} = C_GuildInfo.GuildControlGetRankFlags(${2:rankOrder})$0", + }, + { + "trigger": "_C_InvasionInfo.AreInvasionsAvailable\t()", + "contents": "${1:areInvasionsAvailable} = C_InvasionInfo.AreInvasionsAvailable()$0", + }, + { + "trigger": "_C_InvasionInfo.GetInvasionForUiMapID\t(uiMapID)", + "contents": "${1:invasionID} = C_InvasionInfo.GetInvasionForUiMapID(${2:uiMapID})$0", + }, + { + "trigger": "_C_InvasionInfo.GetInvasionInfo\t(invasionID)", + "contents": "${1:invasionInfo} = C_InvasionInfo.GetInvasionInfo(${2:invasionID})$0", + }, + { + "trigger": "_C_InvasionInfo.GetInvasionTimeLeft\t(invasionID)", + "contents": "${1:timeLeftMinutes} = C_InvasionInfo.GetInvasionTimeLeft(${2:invasionID})$0", + }, + { + "trigger": "_C_IslandsQueue.GetIslandDifficultyInfo\t()", + "contents": "${1:islandDifficultyInfo} = C_IslandsQueue.GetIslandDifficultyInfo()$0", + }, + { + "trigger": "_C_IslandsQueue.GetIslandsMaxGroupSize\t()", + "contents": "${1:maxGroupSize} = C_IslandsQueue.GetIslandsMaxGroupSize()$0", + }, + { + "trigger": "_C_IslandsQueue.GetIslandsWeeklyQuestID\t()", + "contents": "${1:questID} = C_IslandsQueue.GetIslandsWeeklyQuestID()$0", + }, + { + "trigger": "_C_Item.DoesItemExist\t(emptiableItemLocation)", + "contents": "${1:itemExists} = C_Item.DoesItemExist(${2:emptiableItemLocation})$0", + }, + { + "trigger": "_C_Item.DoesItemExistByID\t(\"itemInfo\")", + "contents": "${1:itemExists} = C_Item.DoesItemExistByID(\"${2:itemInfo}\")$0", + }, + { + "trigger": "_C_Item.GetCurrentItemLevel\t(itemLocation)", + "contents": "${1:currentItemLevel} = C_Item.GetCurrentItemLevel(${2:itemLocation})$0", + }, + { + "trigger": "_C_Item.GetItemGUID\t(itemLocation)", + "contents": "${1:itemGuid} = C_Item.GetItemGUID(${2:itemLocation})$0", + }, + { + "trigger": "_C_Item.GetItemIcon\t(itemLocation)", + "contents": "${1:icon} = C_Item.GetItemIcon(${2:itemLocation})$0", + }, + { + "trigger": "_C_Item.GetItemIconByID\t(\"itemInfo\")", + "contents": "${1:icon} = C_Item.GetItemIconByID(\"${2:itemInfo}\")$0", + }, + { + "trigger": "_C_Item.GetItemID\t(itemLocation)", + "contents": "${1:itemID} = C_Item.GetItemID(${2:itemLocation})$0", + }, + { + "trigger": "_C_Item.GetItemInventoryType\t(itemLocation)", + "contents": "${1:inventoryType} = C_Item.GetItemInventoryType(${2:itemLocation})$0", + }, + { + "trigger": "_C_Item.GetItemInventoryTypeByID\t(\"itemInfo\")", + "contents": "${1:inventoryType} = C_Item.GetItemInventoryTypeByID(\"${2:itemInfo}\")$0", + }, + { + "trigger": "_C_Item.GetItemLink\t(itemLocation)", + "contents": "${1:itemLink} = C_Item.GetItemLink(${2:itemLocation})$0", + }, + { + "trigger": "_C_Item.GetItemName\t(itemLocation)", + "contents": "${1:itemName} = C_Item.GetItemName(${2:itemLocation})$0", + }, + { + "trigger": "_C_Item.GetItemNameByID\t(\"itemInfo\")", + "contents": "${1:itemName} = C_Item.GetItemNameByID(\"${2:itemInfo}\")$0", + }, + { + "trigger": "_C_Item.GetItemQuality\t(itemLocation)", + "contents": "${1:itemQuality} = C_Item.GetItemQuality(${2:itemLocation})$0", + }, + { + "trigger": "_C_Item.GetItemQualityByID\t(\"itemInfo\")", + "contents": "${1:itemQuality} = C_Item.GetItemQualityByID(\"${2:itemInfo}\")$0", + }, + { + "trigger": "_C_Item.IsBound\t(itemLocation)", + "contents": "${1:isBound} = C_Item.IsBound(${2:itemLocation})$0", + }, + { + "trigger": "_C_Item.IsItemDataCached\t(itemLocation)", + "contents": "${1:isCached} = C_Item.IsItemDataCached(${2:itemLocation})$0", + }, + { + "trigger": "_C_Item.IsItemDataCachedByID\t(\"itemInfo\")", + "contents": "${1:isCached} = C_Item.IsItemDataCachedByID(\"${2:itemInfo}\")$0", + }, + { + "trigger": "_C_Item.IsLocked\t(itemLocation)", + "contents": "${1:isLocked} = C_Item.IsLocked(${2:itemLocation})$0", + }, + { + "trigger": "_C_KeyBindings.GetCustomBindingType\t(bindingIndex)", + "contents": "${1:customBindingType} = C_KeyBindings.GetCustomBindingType(${2:bindingIndex})$0", + }, + { + "trigger": "_C_LFGInfo.GetAllEntriesForCategory\t(category)", + "contents": "${1:lfgDungeonIDs} = C_LFGInfo.GetAllEntriesForCategory(${2:category})$0", + }, + { + "trigger": "_C_LFGInfo.HideNameFromUI\t(dungeonID)", + "contents": "${1:shouldHide} = C_LFGInfo.HideNameFromUI(${2:dungeonID})$0", + }, + { + "trigger": "_C_LFGList.CanActiveEntryUseAutoAccept\t()", + "contents": "${1:canUseAutoAccept} = C_LFGList.CanActiveEntryUseAutoAccept()$0", + }, + { + "trigger": "_C_LFGList.CanCreateQuestGroup\t(questID)", + "contents": "${1:canCreate} = C_LFGList.CanCreateQuestGroup(${2:questID})$0", + }, + { + "trigger": "_C_Mail.HasInboxMoney\t(inboxIndex)", + "contents": "${1:inboxItemHasMoneyAttached} = C_Mail.HasInboxMoney(${2:inboxIndex})$0", + }, + { + "trigger": "_C_Mail.IsCommandPending\t()", + "contents": "${1:isCommandPending} = C_Mail.IsCommandPending()$0", + }, + { + "trigger": "_C_Map.GetAreaInfo\t(areaID)", + "contents": "${1:name} = C_Map.GetAreaInfo(${2:areaID})$0", + }, + { + "trigger": "_C_Map.GetBestMapForUnit\t(\"unitToken\")", + "contents": "${1:uiMapID} = C_Map.GetBestMapForUnit(\"${2:unitToken}\")$0", + }, + { + "trigger": "_C_Map.GetBountySetIDForMap\t(uiMapID)", + "contents": "${1:bountySetID} = C_Map.GetBountySetIDForMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_Map.GetFallbackWorldMapID\t()", + "contents": "${1:uiMapID} = C_Map.GetFallbackWorldMapID()$0", + }, + { + "trigger": "_C_Map.GetMapArtBackgroundAtlas\t(uiMapID)", + "contents": "${1:atlasName} = C_Map.GetMapArtBackgroundAtlas(${2:uiMapID})$0", + }, + { + "trigger": "_C_Map.GetMapArtHelpTextPosition\t(uiMapID)", + "contents": "${1:position} = C_Map.GetMapArtHelpTextPosition(${2:uiMapID})$0", + }, + { + "trigger": "_C_Map.GetMapArtID\t(uiMapID)", + "contents": "${1:uiMapArtID} = C_Map.GetMapArtID(${2:uiMapID})$0", + }, + { + "trigger": "_C_Map.GetMapArtLayers\t(uiMapID)", + "contents": "${1:layerInfo} = C_Map.GetMapArtLayers(${2:uiMapID})$0", + }, + { + "trigger": "_C_Map.GetMapArtLayerTextures\t(uiMapID, layerIndex)", + "contents": "${1:textures} = C_Map.GetMapArtLayerTextures(${2:uiMapID}, ${3:layerIndex})$0", + }, + { + "trigger": "_C_Map.GetMapBannersForMap\t(uiMapID)", + "contents": "${1:mapBanners} = C_Map.GetMapBannersForMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_Map.GetMapChildrenInfo\t(uiMapID, [mapType, [allDescendants]])", + "contents": "${1:info} = C_Map.GetMapChildrenInfo(${2:uiMapID}, [${3:mapType}, [${4:allDescendants}]])$0", + }, + { + "trigger": "_C_Map.GetMapDisplayInfo\t(uiMapID)", + "contents": "${1:hideIcons} = C_Map.GetMapDisplayInfo(${2:uiMapID})$0", + }, + { + "trigger": "_C_Map.GetMapGroupID\t(uiMapID)", + "contents": "${1:uiMapGroupID} = C_Map.GetMapGroupID(${2:uiMapID})$0", + }, + { + "trigger": "_C_Map.GetMapGroupMembersInfo\t(uiMapGroupID)", + "contents": "${1:info} = C_Map.GetMapGroupMembersInfo(${2:uiMapGroupID})$0", + }, + { + "trigger": "_C_Map.GetMapHighlightInfoAtPosition\t(uiMapID, x, y)", + "contents": "${1:fileDataID}, ${2:atlasID}, ${3:texturePercentageX}, ${4:texturePercentageY}, ${5:textureX}, ${6:textureY}, ${7:scrollChildX}, ${8:scrollChildY} = C_Map.GetMapHighlightInfoAtPosition(${9:uiMapID}, ${10:x}, ${11:y})$0", + }, + { + "trigger": "_C_Map.GetMapInfo\t(uiMapID)", + "contents": "${1:info} = C_Map.GetMapInfo(${2:uiMapID})$0", + }, + { + "trigger": "_C_Map.GetMapInfoAtPosition\t(uiMapID, x, y)", + "contents": "${1:info} = C_Map.GetMapInfoAtPosition(${2:uiMapID}, ${3:x}, ${4:y})$0", + }, + { + "trigger": "_C_Map.GetMapLevels\t(uiMapID)", + "contents": "${1:playerMinLevel}, ${2:playerMaxLevel}, ${3:petMinLevel}, ${4:petMaxLevel} = C_Map.GetMapLevels(${5:uiMapID})$0", + }, + { + "trigger": "_C_Map.GetMapLinksForMap\t(uiMapID)", + "contents": "${1:mapLinks} = C_Map.GetMapLinksForMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_Map.GetMapPosFromWorldPos\t(continentID, worldPosition, [overrideUiMapID])", + "contents": "${1:uiMapID}, ${2:mapPosition} = C_Map.GetMapPosFromWorldPos(${3:continentID}, ${4:worldPosition}, [${5:overrideUiMapID}])$0", + }, + { + "trigger": "_C_Map.GetMapRectOnMap\t(uiMapID, topUiMapID)", + "contents": "${1:minX}, ${2:maxX}, ${3:minY}, ${4:maxY} = C_Map.GetMapRectOnMap(${5:uiMapID}, ${6:topUiMapID})$0", + }, + { + "trigger": "_C_Map.GetPlayerMapPosition\t(uiMapID, \"unitToken\")", + "contents": "${1:position} = C_Map.GetPlayerMapPosition(${2:uiMapID}, \"${3:unitToken}\")$0", + }, + { + "trigger": "_C_Map.GetWorldPosFromMapPos\t(uiMapID, mapPosition)", + "contents": "${1:continentID}, ${2:worldPosition} = C_Map.GetWorldPosFromMapPos(${3:uiMapID}, ${4:mapPosition})$0", + }, + { + "trigger": "_C_Map.MapHasArt\t(uiMapID)", + "contents": "${1:hasArt} = C_Map.MapHasArt(${2:uiMapID})$0", + }, + { + "trigger": "_C_MapExplorationInfo.GetExploredAreaIDsAtPosition\t(uiMapID, normalizedPosition)", + "contents": "${1:areaID} = C_MapExplorationInfo.GetExploredAreaIDsAtPosition(${2:uiMapID}, ${3:normalizedPosition})$0", + }, + { + "trigger": "_C_MapExplorationInfo.GetExploredMapTextures\t(uiMapID)", + "contents": "${1:overlayInfo} = C_MapExplorationInfo.GetExploredMapTextures(${2:uiMapID})$0", + }, + { + "trigger": "_C_MerchantFrame.GetBuybackItemID\t(buybackSlotIndex)", + "contents": "${1:buybackItemID} = C_MerchantFrame.GetBuybackItemID(${2:buybackSlotIndex})$0", + }, + { + "trigger": "_C_ModelInfo.GetModelSceneActorDisplayInfoByID\t(modelActorDisplayID)", + "contents": "${1:actorDisplayInfo} = C_ModelInfo.GetModelSceneActorDisplayInfoByID(${2:modelActorDisplayID})$0", + }, + { + "trigger": "_C_ModelInfo.GetModelSceneActorInfoByID\t(modelActorID)", + "contents": "${1:actorInfo} = C_ModelInfo.GetModelSceneActorInfoByID(${2:modelActorID})$0", + }, + { + "trigger": "_C_ModelInfo.GetModelSceneCameraInfoByID\t(modelSceneCameraID)", + "contents": "${1:modelSceneCameraInfo} = C_ModelInfo.GetModelSceneCameraInfoByID(${2:modelSceneCameraID})$0", + }, + { + "trigger": "_C_ModelInfo.GetModelSceneInfoByID\t(modelSceneID)", + "contents": "${1:modelSceneType}, ${2:modelCameraIDs}, ${3:modelActorsIDs} = C_ModelInfo.GetModelSceneInfoByID(${4:modelSceneID})$0", + }, + { + "trigger": "_C_MountJournal.GetCollectedFilterSetting\t(filterIndex)", + "contents": "${1:isChecked} = C_MountJournal.GetCollectedFilterSetting(${2:filterIndex})$0", + }, + { + "trigger": "_C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo\t(mountIndex)", + "contents": "${1:allDisplayInfo} = C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo(${2:mountIndex})$0", + }, + { + "trigger": "_C_MountJournal.GetDisplayedMountInfo\t(displayIndex)", + "contents": "${1:name}, ${2:spellID}, ${3:icon}, ${4:isActive}, ${5:isUsable}, ${6:sourceType}, ${7:isFavorite}, ${8:isFactionSpecific}, ${9:faction}, ${10:shouldHideOnChar}, ${11:isCollected}, ${12:mountID} = C_MountJournal.GetDisplayedMountInfo(${13:displayIndex})$0", + }, + { + "trigger": "_C_MountJournal.GetDisplayedMountInfoExtra\t(mountIndex)", + "contents": "${1:creatureDisplayInfoID}, ${2:description}, ${3:source}, ${4:isSelfMount}, ${5:mountTypeID}, ${6:uiModelSceneID} = C_MountJournal.GetDisplayedMountInfoExtra(${7:mountIndex})$0", + }, + { + "trigger": "_C_MountJournal.GetIsFavorite\t(mountIndex)", + "contents": "${1:isFavorite}, ${2:canSetFavorite} = C_MountJournal.GetIsFavorite(${3:mountIndex})$0", + }, + { + "trigger": "_C_MountJournal.GetMountAllCreatureDisplayInfoByID\t(mountID)", + "contents": "${1:allDisplayInfo} = C_MountJournal.GetMountAllCreatureDisplayInfoByID(${2:mountID})$0", + }, + { + "trigger": "_C_MountJournal.GetMountFromSpell\t(spellID)", + "contents": "${1:mountID} = C_MountJournal.GetMountFromSpell(${2:spellID})$0", + }, + { + "trigger": "_C_MountJournal.GetMountIDs\t()", + "contents": "${1:mountIDs} = C_MountJournal.GetMountIDs()$0", + }, + { + "trigger": "_C_MountJournal.GetMountInfoByID\t(mountID)", + "contents": "${1:name}, ${2:spellID}, ${3:icon}, ${4:isActive}, ${5:isUsable}, ${6:sourceType}, ${7:isFavorite}, ${8:isFactionSpecific}, ${9:faction}, ${10:shouldHideOnChar}, ${11:isCollected}, ${12:mountID} = C_MountJournal.GetMountInfoByID(${13:mountID})$0", + }, + { + "trigger": "_C_MountJournal.GetMountInfoExtraByID\t(mountID)", + "contents": "${1:creatureDisplayInfoID}, ${2:description}, ${3:source}, ${4:isSelfMount}, ${5:mountTypeID}, ${6:uiModelSceneID} = C_MountJournal.GetMountInfoExtraByID(${7:mountID})$0", + }, + { + "trigger": "_C_MountJournal.GetNumDisplayedMounts\t()", + "contents": "${1:numMounts} = C_MountJournal.GetNumDisplayedMounts()$0", + }, + { + "trigger": "_C_MountJournal.GetNumMounts\t()", + "contents": "${1:numMounts} = C_MountJournal.GetNumMounts()$0", + }, + { + "trigger": "_C_MountJournal.GetNumMountsNeedingFanfare\t()", + "contents": "${1:numMountsNeedingFanfare} = C_MountJournal.GetNumMountsNeedingFanfare()$0", + }, + { + "trigger": "_C_MountJournal.IsSourceChecked\t(filterIndex)", + "contents": "${1:isChecked} = C_MountJournal.IsSourceChecked(${2:filterIndex})$0", + }, + { + "trigger": "_C_MountJournal.IsValidSourceFilter\t(filterIndex)", + "contents": "${1:isValid} = C_MountJournal.IsValidSourceFilter(${2:filterIndex})$0", + }, + { + "trigger": "_C_MountJournal.NeedsFanfare\t(mountID)", + "contents": "${1:needsFanfare} = C_MountJournal.NeedsFanfare(${2:mountID})$0", + }, + { + "trigger": "_C_MythicPlus.GetCurrentAffixes\t()", + "contents": "${1:affixIDs} = C_MythicPlus.GetCurrentAffixes()$0", + }, + { + "trigger": "_C_MythicPlus.GetLastWeeklyBestInformation\t()", + "contents": "${1:challengeMapId}, ${2:level} = C_MythicPlus.GetLastWeeklyBestInformation()$0", + }, + { + "trigger": "_C_MythicPlus.GetOwnedKeystoneChallengeMapID\t()", + "contents": "${1:challengeMapID} = C_MythicPlus.GetOwnedKeystoneChallengeMapID()$0", + }, + { + "trigger": "_C_MythicPlus.GetOwnedKeystoneLevel\t()", + "contents": "${1:keyStoneLevel} = C_MythicPlus.GetOwnedKeystoneLevel()$0", + }, + { + "trigger": "_C_MythicPlus.GetRewardLevelForDifficultyLevel\t(difficultyLevel)", + "contents": "${1:weeklyRewardLevel}, ${2:endOfRunRewardLevel} = C_MythicPlus.GetRewardLevelForDifficultyLevel(${3:difficultyLevel})$0", + }, + { + "trigger": "_C_MythicPlus.GetRewardLevelFromKeystoneLevel\t(keystoneLevel)", + "contents": "${1:rewardLevel} = C_MythicPlus.GetRewardLevelFromKeystoneLevel(${2:keystoneLevel})$0", + }, + { + "trigger": "_C_MythicPlus.GetSeasonBestForMap\t(mapChallengeModeID)", + "contents": "${1:durationSec}, ${2:level}, ${3:completionDate}, ${4:affixIDs}, ${5:members} = C_MythicPlus.GetSeasonBestForMap(${6:mapChallengeModeID})$0", + }, + { + "trigger": "_C_MythicPlus.GetWeeklyBestForMap\t(mapChallengeModeID)", + "contents": "${1:durationSec}, ${2:level}, ${3:completionDate}, ${4:affixIDs}, ${5:members} = C_MythicPlus.GetWeeklyBestForMap(${6:mapChallengeModeID})$0", + }, + { + "trigger": "_C_MythicPlus.GetWeeklyChestRewardLevel\t()", + "contents": "${1:currentWeekBestLevel}, ${2:weeklyRewardLevel}, ${3:nextDifficultyWeeklyRewardLevel} = C_MythicPlus.GetWeeklyChestRewardLevel()$0", + }, + { + "trigger": "_C_MythicPlus.IsMythicPlusActive\t()", + "contents": "${1:isMythicPlusActive} = C_MythicPlus.IsMythicPlusActive()$0", + }, + { + "trigger": "_C_MythicPlus.IsWeeklyRewardAvailable\t()", + "contents": "${1:weeklyRewardAvailable} = C_MythicPlus.IsWeeklyRewardAvailable()$0", + }, + { + "trigger": "_C_PaperDollInfo.GetArmorEffectiveness\t(armor, attackerLevel)", + "contents": "${1:effectiveness} = C_PaperDollInfo.GetArmorEffectiveness(${2:armor}, ${3:attackerLevel})$0", + }, + { + "trigger": "_C_PaperDollInfo.GetArmorEffectivenessAgainstTarget\t(armor)", + "contents": "${1:effectiveness} = C_PaperDollInfo.GetArmorEffectivenessAgainstTarget(${2:armor})$0", + }, + { + "trigger": "_C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices\t(\"unit\", equipmentSlotIndex)", + "contents": "${1:azeritePowerIDs} = C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices(\"${2:unit}\", ${3:equipmentSlotIndex})$0", + }, + { + "trigger": "_C_PaperDollInfo.GetMinItemLevel\t()", + "contents": "${1:minItemLevel} = C_PaperDollInfo.GetMinItemLevel()$0", + }, + { + "trigger": "_C_PaperDollInfo.GetStaggerPercentage\t(\"unit\")", + "contents": "${1:stagger}, ${2:staggerAgainstTarget} = C_PaperDollInfo.GetStaggerPercentage(\"${3:unit}\")$0", + }, + { + "trigger": "_C_PaperDollInfo.OffhandHasShield\t()", + "contents": "${1:offhandHasShield} = C_PaperDollInfo.OffhandHasShield()$0", + }, + { + "trigger": "_C_PaperDollInfo.OffhandHasWeapon\t()", + "contents": "${1:offhandHasWeapon} = C_PaperDollInfo.OffhandHasWeapon()$0", + }, + { + "trigger": "_C_PartyInfo.GetActiveCategories\t()", + "contents": "${1:categories} = C_PartyInfo.GetActiveCategories()$0", + }, + { + "trigger": "_C_PartyInfo.GetInviteConfirmationInvalidQueues\t(\"inviteGUID\")", + "contents": "${1:invalidQueues} = C_PartyInfo.GetInviteConfirmationInvalidQueues(\"${2:inviteGUID}\")$0", + }, + { + "trigger": "_C_PartyPose.GetPartyPoseInfoByMapID\t(mapID)", + "contents": "${1:info} = C_PartyPose.GetPartyPoseInfoByMapID(${2:mapID})$0", + }, + { + "trigger": "_C_PetInfo.GetPetTamersForMap\t(uiMapID)", + "contents": "${1:petTamers} = C_PetInfo.GetPetTamersForMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_PetJournal.GetDisplayIDByIndex\t(speciesID, index)", + "contents": "${1:displayID} = C_PetJournal.GetDisplayIDByIndex(${2:speciesID}, ${3:index})$0", + }, + { + "trigger": "_C_PetJournal.GetDisplayProbabilityByIndex\t(speciesID, index)", + "contents": "${1:displayProbability} = C_PetJournal.GetDisplayProbabilityByIndex(${2:speciesID}, ${3:index})$0", + }, + { + "trigger": "_C_PetJournal.GetNumDisplays\t(speciesID)", + "contents": "${1:numDisplays} = C_PetJournal.GetNumDisplays(${2:speciesID})$0", + }, + { + "trigger": "_C_PetJournal.PetUsesRandomDisplay\t(speciesID)", + "contents": "${1:usesRandomDisplay} = C_PetJournal.PetUsesRandomDisplay(${2:speciesID})$0", + }, + { + "trigger": "_C_PlayerInfo.GetClass\t(playerLocation)", + "contents": "${1:className}, ${2:classFilename}, ${3:classID} = C_PlayerInfo.GetClass(${4:playerLocation})$0", + }, + { + "trigger": "_C_PlayerInfo.GetName\t(playerLocation)", + "contents": "${1:name} = C_PlayerInfo.GetName(${2:playerLocation})$0", + }, + { + "trigger": "_C_PlayerInfo.GetRace\t(playerLocation)", + "contents": "${1:raceID} = C_PlayerInfo.GetRace(${2:playerLocation})$0", + }, + { + "trigger": "_C_PlayerInfo.GetSex\t(playerLocation)", + "contents": "${1:sex} = C_PlayerInfo.GetSex(${2:playerLocation})$0", + }, + { + "trigger": "_C_PlayerInfo.IsConnected\t([playerLocation])", + "contents": "${1:isConnected} = C_PlayerInfo.IsConnected([${2:playerLocation}])$0", + }, + { + "trigger": "_C_PvP.CanToggleWarMode\t()", + "contents": "${1:canTogglePvP} = C_PvP.CanToggleWarMode()$0", + }, + { + "trigger": "_C_PvP.GetArenaCrowdControlInfo\t(\"playerToken\")", + "contents": "${1:spellID}, ${2:startTime}, ${3:duration} = C_PvP.GetArenaCrowdControlInfo(\"${4:playerToken}\")$0", + }, + { + "trigger": "_C_PvP.GetArenaRewards\t(teamSize)", + "contents": "${1:honor}, ${2:experience}, ${3:itemRewards}, ${4:currencyRewards} = C_PvP.GetArenaRewards(${5:teamSize})$0", + }, + { + "trigger": "_C_PvP.GetArenaSkirmishRewards\t()", + "contents": "${1:honor}, ${2:experience}, ${3:itemRewards}, ${4:currencyRewards} = C_PvP.GetArenaSkirmishRewards()$0", + }, + { + "trigger": "_C_PvP.GetBrawlInfo\t()", + "contents": "${1:brawlInfo} = C_PvP.GetBrawlInfo()$0", + }, + { + "trigger": "_C_PvP.GetBrawlRewards\t(brawlType)", + "contents": "${1:honor}, ${2:experience}, ${3:itemRewards}, ${4:currencyRewards}, ${5:hasWon} = C_PvP.GetBrawlRewards(${6:brawlType})$0", + }, + { + "trigger": "_C_PvP.GetGlobalPvpScalingInfoForSpecID\t(specializationID)", + "contents": "${1:pvpScalingData} = C_PvP.GetGlobalPvpScalingInfoForSpecID(${2:specializationID})$0", + }, + { + "trigger": "_C_PvP.GetHonorRewardInfo\t(honorLevel)", + "contents": "${1:info} = C_PvP.GetHonorRewardInfo(${2:honorLevel})$0", + }, + { + "trigger": "_C_PvP.GetNextHonorLevelForReward\t(honorLevel)", + "contents": "${1:nextHonorLevelWithReward} = C_PvP.GetNextHonorLevelForReward(${2:honorLevel})$0", + }, + { + "trigger": "_C_PvP.GetOutdoorPvPWaitTime\t(uiMapID)", + "contents": "${1:pvpWaitTime} = C_PvP.GetOutdoorPvPWaitTime(${2:uiMapID})$0", + }, + { + "trigger": "_C_PvP.GetPvpTierInfo\t(tierID)", + "contents": "${1:pvpTierInfo} = C_PvP.GetPvpTierInfo(${2:tierID})$0", + }, + { + "trigger": "_C_PvP.GetRandomBGInfo\t()", + "contents": "${1:info} = C_PvP.GetRandomBGInfo()$0", + }, + { + "trigger": "_C_PvP.GetRandomBGRewards\t()", + "contents": "${1:honor}, ${2:experience}, ${3:itemRewards}, ${4:currencyRewards} = C_PvP.GetRandomBGRewards()$0", + }, + { + "trigger": "_C_PvP.GetRandomEpicBGInfo\t()", + "contents": "${1:info} = C_PvP.GetRandomEpicBGInfo()$0", + }, + { + "trigger": "_C_PvP.GetRandomEpicBGRewards\t()", + "contents": "${1:honor}, ${2:experience}, ${3:itemRewards}, ${4:currencyRewards} = C_PvP.GetRandomEpicBGRewards()$0", + }, + { + "trigger": "_C_PvP.GetRatedBGRewards\t()", + "contents": "${1:honor}, ${2:experience}, ${3:itemRewards}, ${4:currencyRewards} = C_PvP.GetRatedBGRewards()$0", + }, + { + "trigger": "_C_PvP.GetSeasonBestInfo\t()", + "contents": "${1:tierID}, ${2:nextTierID} = C_PvP.GetSeasonBestInfo()$0", + }, + { + "trigger": "_C_PvP.GetSkirmishInfo\t(pvpBracket)", + "contents": "${1:battlemasterListInfo} = C_PvP.GetSkirmishInfo(${2:pvpBracket})$0", + }, + { + "trigger": "_C_PvP.HasArenaSkirmishWinToday\t()", + "contents": "${1:hasArenaSkirmishWinToday} = C_PvP.HasArenaSkirmishWinToday()$0", + }, + { + "trigger": "_C_PvP.IsBattlegroundEnlistmentBonusActive\t()", + "contents": "${1:battlegroundActive}, ${2:brawlActive} = C_PvP.IsBattlegroundEnlistmentBonusActive()$0", + }, + { + "trigger": "_C_PvP.IsInBrawl\t()", + "contents": "${1:isInBrawl} = C_PvP.IsInBrawl()$0", + }, + { + "trigger": "_C_PvP.IsPVPMap\t()", + "contents": "${1:isPVPMap} = C_PvP.IsPVPMap()$0", + }, + { + "trigger": "_C_PvP.IsWarModeActive\t()", + "contents": "${1:warModeActive} = C_PvP.IsWarModeActive()$0", + }, + { + "trigger": "_C_PvP.IsWarModeDesired\t()", + "contents": "${1:warModeDesired} = C_PvP.IsWarModeDesired()$0", + }, + { + "trigger": "_C_PvP.IsWarModeFeatureEnabled\t()", + "contents": "${1:warModeEnabled} = C_PvP.IsWarModeFeatureEnabled()$0", + }, + { + "trigger": "_C_QuestLine.GetAvailableQuestLines\t(uiMapID)", + "contents": "${1:questLines} = C_QuestLine.GetAvailableQuestLines(${2:uiMapID})$0", + }, + { + "trigger": "_C_QuestLine.GetQuestLineInfo\t(questID, uiMapID)", + "contents": "${1:questLineInfo} = C_QuestLine.GetQuestLineInfo(${2:questID}, ${3:uiMapID})$0", + }, + { + "trigger": "_C_QuestLine.GetQuestLineQuests\t(questLineID)", + "contents": "${1:questIDs} = C_QuestLine.GetQuestLineQuests(${2:questLineID})$0", + }, + { + "trigger": "_C_QuestLog.GetMapForQuestPOIs\t()", + "contents": "${1:uiMapID} = C_QuestLog.GetMapForQuestPOIs()$0", + }, + { + "trigger": "_C_QuestLog.GetMaxNumQuests\t()", + "contents": "${1:maxNumQuests} = C_QuestLog.GetMaxNumQuests()$0", + }, + { + "trigger": "_C_QuestLog.GetMaxNumQuestsCanAccept\t()", + "contents": "${1:maxNumQuestsCanAccept} = C_QuestLog.GetMaxNumQuestsCanAccept()$0", + }, + { + "trigger": "_C_QuestLog.GetQuestInfo\t(questID)", + "contents": "${1:title} = C_QuestLog.GetQuestInfo(${2:questID})$0", + }, + { + "trigger": "_C_QuestLog.GetQuestObjectives\t(questID)", + "contents": "${1:objectives} = C_QuestLog.GetQuestObjectives(${2:questID})$0", + }, + { + "trigger": "_C_QuestLog.GetQuestsOnMap\t(uiMapID)", + "contents": "${1:quests} = C_QuestLog.GetQuestsOnMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_QuestLog.GetZoneStoryInfo\t(uiMapID)", + "contents": "${1:achievementID}, ${2:storyMapID} = C_QuestLog.GetZoneStoryInfo(${3:uiMapID})$0", + }, + { + "trigger": "_C_QuestLog.IsOnQuest\t(questID)", + "contents": "${1:isOnQuest} = C_QuestLog.IsOnQuest(${2:questID})$0", + }, + { + "trigger": "_C_QuestLog.QuestHasWarModeBonus\t(questID)", + "contents": "${1:hasBonus} = C_QuestLog.QuestHasWarModeBonus(${2:questID})$0", + }, + { + "trigger": "_C_QuestLog.ShouldShowQuestRewards\t(questID)", + "contents": "${1:shouldShow} = C_QuestLog.ShouldShowQuestRewards(${2:questID})$0", + }, + { + "trigger": "_C_Reputation.GetFactionParagonInfo\t(factionID)", + "contents": "${1:currentValue}, ${2:threshold}, ${3:rewardQuestID}, ${4:hasRewardPending}, ${5:tooLowLevelForParagon} = C_Reputation.GetFactionParagonInfo(${6:factionID})$0", + }, + { + "trigger": "_C_Reputation.IsFactionParagon\t(factionID)", + "contents": "${1:hasParagon} = C_Reputation.IsFactionParagon(${2:factionID})$0", + }, + { + "trigger": "_C_ResearchInfo.GetDigSitesForMap\t(uiMapID)", + "contents": "${1:digSites} = C_ResearchInfo.GetDigSitesForMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex\t(index)", + "contents": "${1:itemLoc} = C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex(${2:index})$0", + }, + { + "trigger": "_C_ScrappingMachineUI.GetScrappingMachineName\t()", + "contents": "${1:name} = C_ScrappingMachineUI.GetScrappingMachineName()$0", + }, + { + "trigger": "_C_ScrappingMachineUI.GetScrapSpellID\t()", + "contents": "${1:spellID} = C_ScrappingMachineUI.GetScrapSpellID()$0", + }, + { + "trigger": "_C_ScrappingMachineUI.HasScrappableItems\t()", + "contents": "${1:hasScrappableItems} = C_ScrappingMachineUI.HasScrappableItems()$0", + }, + { + "trigger": "_C_SocialQueue.GetAllGroups\t(allowNonJoinable, allowNonQueuedGroups)", + "contents": "${1:groupGUIDs} = C_SocialQueue.GetAllGroups(${2:allowNonJoinable}, ${3:allowNonQueuedGroups})$0", + }, + { + "trigger": "_C_SocialQueue.GetConfig\t()", + "contents": "${1:config} = C_SocialQueue.GetConfig()$0", + }, + { + "trigger": "_C_SocialQueue.GetGroupForPlayer\t(\"playerGUID\")", + "contents": "${1:groupGUID}, ${2:isSoloQueueParty} = C_SocialQueue.GetGroupForPlayer(\"${3:playerGUID}\")$0", + }, + { + "trigger": "_C_SocialQueue.GetGroupInfo\t(\"groupGUID\")", + "contents": "${1:canJoin}, ${2:numQueues}, ${3:needTank}, ${4:needHealer}, ${5:needDamage}, ${6:isSoloQueueParty}, ${7:leaderGUID} = C_SocialQueue.GetGroupInfo(\"${8:groupGUID}\")$0", + }, + { + "trigger": "_C_SocialQueue.GetGroupMembers\t(\"groupGUID\")", + "contents": "${1:groupMembers} = C_SocialQueue.GetGroupMembers(\"${2:groupGUID}\")$0", + }, + { + "trigger": "_C_SocialQueue.GetGroupQueues\t(\"groupGUID\")", + "contents": "${1:queues} = C_SocialQueue.GetGroupQueues(\"${2:groupGUID}\")$0", + }, + { + "trigger": "_C_SocialQueue.RequestToJoin\t(\"groupGUID\", applyAsTank, applyAsHealer, applyAsDamage)", + "contents": "${1:requestSuccessful} = C_SocialQueue.RequestToJoin(\"${2:groupGUID}\", ${3:applyAsTank}, ${4:applyAsHealer}, ${5:applyAsDamage})$0", + }, + { + "trigger": "_C_SpecializationInfo.GetAllSelectedPvpTalentIDs\t()", + "contents": "${1:selectedPvpTalentIDs} = C_SpecializationInfo.GetAllSelectedPvpTalentIDs()$0", + }, + { + "trigger": "_C_SpecializationInfo.GetInspectSelectedPvpTalent\t(\"inspectedUnit\", talentIndex)", + "contents": "${1:selectedTalentID} = C_SpecializationInfo.GetInspectSelectedPvpTalent(\"${2:inspectedUnit}\", ${3:talentIndex})$0", + }, + { + "trigger": "_C_SpecializationInfo.GetPvpTalentAlertStatus\t()", + "contents": "${1:hasUnspentSlot}, ${2:hasNewTalent} = C_SpecializationInfo.GetPvpTalentAlertStatus()$0", + }, + { + "trigger": "_C_SpecializationInfo.GetPvpTalentSlotInfo\t(talentIndex)", + "contents": "${1:slotInfo} = C_SpecializationInfo.GetPvpTalentSlotInfo(${2:talentIndex})$0", + }, + { + "trigger": "_C_SpecializationInfo.GetPvpTalentSlotUnlockLevel\t(talentIndex)", + "contents": "${1:requiredLevel} = C_SpecializationInfo.GetPvpTalentSlotUnlockLevel(${2:talentIndex})$0", + }, + { + "trigger": "_C_SpecializationInfo.GetPvpTalentUnlockLevel\t(talentID)", + "contents": "${1:requiredLevel} = C_SpecializationInfo.GetPvpTalentUnlockLevel(${2:talentID})$0", + }, + { + "trigger": "_C_SpecializationInfo.GetSpellsDisplay\t(specializationID)", + "contents": "${1:spellID} = C_SpecializationInfo.GetSpellsDisplay(${2:specializationID})$0", + }, + { + "trigger": "_C_SpecializationInfo.IsPvpTalentLocked\t(talentID)", + "contents": "${1:locked} = C_SpecializationInfo.IsPvpTalentLocked(${2:talentID})$0", + }, + { + "trigger": "_C_Spell.DoesSpellExist\t(spellID)", + "contents": "${1:spellExists} = C_Spell.DoesSpellExist(${2:spellID})$0", + }, + { + "trigger": "_C_Spell.IsSpellDataCached\t(spellID)", + "contents": "${1:isCached} = C_Spell.IsSpellDataCached(${2:spellID})$0", + }, + { + "trigger": "_C_StorePublic.DoesGroupHavePurchaseableProducts\t(groupID)", + "contents": "${1:hasPurchaseableProducts} = C_StorePublic.DoesGroupHavePurchaseableProducts(${2:groupID})$0", + }, + { + "trigger": "_C_StorePublic.IsDisabledByParentalControls\t()", + "contents": "${1:disabled} = C_StorePublic.IsDisabledByParentalControls()$0", + }, + { + "trigger": "_C_StorePublic.IsEnabled\t()", + "contents": "${1:enabled} = C_StorePublic.IsEnabled()$0", + }, + { + "trigger": "_C_TaskQuest.DoesMapShowTaskQuestObjectives\t(uiMapID)", + "contents": "${1:showsTaskQuestObjectives} = C_TaskQuest.DoesMapShowTaskQuestObjectives(${2:uiMapID})$0", + }, + { + "trigger": "_C_TaskQuest.GetDistanceSqToQuest\t(questID)", + "contents": "${1:distanceSquared} = C_TaskQuest.GetDistanceSqToQuest(${2:questID})$0", + }, + { + "trigger": "_C_TaskQuest.GetQuestInfoByQuestID\t(questID)", + "contents": "${1:questTitle}, ${2:factionID}, ${3:capped} = C_TaskQuest.GetQuestInfoByQuestID(${4:questID})$0", + }, + { + "trigger": "_C_TaskQuest.GetQuestLocation\t(questID, uiMapID)", + "contents": "${1:locationX}, ${2:locationY} = C_TaskQuest.GetQuestLocation(${3:questID}, ${4:uiMapID})$0", + }, + { + "trigger": "_C_TaskQuest.GetQuestProgressBarInfo\t(questID)", + "contents": "${1:progress} = C_TaskQuest.GetQuestProgressBarInfo(${2:questID})$0", + }, + { + "trigger": "_C_TaskQuest.GetQuestsForPlayerByMapID\t(uiMapID)", + "contents": "${1:taskPOIs} = C_TaskQuest.GetQuestsForPlayerByMapID(${2:uiMapID})$0", + }, + { + "trigger": "_C_TaskQuest.GetQuestTimeLeftMinutes\t(questID)", + "contents": "${1:minutesLeft} = C_TaskQuest.GetQuestTimeLeftMinutes(${2:questID})$0", + }, + { + "trigger": "_C_TaskQuest.GetQuestZoneID\t(questID)", + "contents": "${1:uiMapID} = C_TaskQuest.GetQuestZoneID(${2:questID})$0", + }, + { + "trigger": "_C_TaskQuest.IsActive\t(questID)", + "contents": "${1:active} = C_TaskQuest.IsActive(${2:questID})$0", + }, + { + "trigger": "_C_TaxiMap.GetAllTaxiNodes\t()", + "contents": "${1:taxiNodes} = C_TaxiMap.GetAllTaxiNodes()$0", + }, + { + "trigger": "_C_TaxiMap.GetTaxiNodesForMap\t(uiMapID)", + "contents": "${1:mapTaxiNodes} = C_TaxiMap.GetTaxiNodesForMap(${2:uiMapID})$0", + }, + { + "trigger": "_C_TradeSkillUI.GetTradeSkillDisplayName\t(skillLineID)", + "contents": "${1:professionDisplayName} = C_TradeSkillUI.GetTradeSkillDisplayName(${2:skillLineID})$0", + }, + { + "trigger": "_C_TradeSkillUI.GetTradeSkillLine\t()", + "contents": "${1:skillLineID}, ${2:skillLineDisplayName}, ${3:skillLineRank}, ${4:skillLineMaxRank}, ${5:skillLineModifier}, ${6:parentSkillLineID}, ${7:parentSkillLineDisplayName} = C_TradeSkillUI.GetTradeSkillLine()$0", + }, + { + "trigger": "_C_TradeSkillUI.IsEmptySkillLineCategory\t(categoryID)", + "contents": "${1:effectivelyKnown} = C_TradeSkillUI.IsEmptySkillLineCategory(${2:categoryID})$0", + }, + { + "trigger": "_C_Transmog.GetCreatureDisplayIDForSource\t(itemModifiedAppearanceID)", + "contents": "${1:creatureDisplayID} = C_Transmog.GetCreatureDisplayIDForSource(${2:itemModifiedAppearanceID})$0", + }, + { + "trigger": "_C_Transmog.GetSlotForInventoryType\t(inventoryType)", + "contents": "${1:slot} = C_Transmog.GetSlotForInventoryType(${2:inventoryType})$0", + }, + { + "trigger": "_C_TransmogCollection.GetAppearanceSources\t(appearanceID)", + "contents": "${1:sources} = C_TransmogCollection.GetAppearanceSources(${2:appearanceID})$0", + }, + { + "trigger": "_C_TransmogCollection.GetSourceIcon\t(itemModifiedAppearanceID)", + "contents": "${1:icon} = C_TransmogCollection.GetSourceIcon(${2:itemModifiedAppearanceID})$0", + }, + { + "trigger": "_C_TransmogCollection.GetSourceInfo\t(sourceID)", + "contents": "${1:sourceInfo} = C_TransmogCollection.GetSourceInfo(${2:sourceID})$0", + }, + { + "trigger": "_C_TransmogSets.GetAllSourceIDs\t(transmogSetID)", + "contents": "${1:sources} = C_TransmogSets.GetAllSourceIDs(${2:transmogSetID})$0", + }, + { + "trigger": "_C_TransmogSets.GetBaseSetsCounts\t()", + "contents": "${1:numCollected}, ${2:numTotal} = C_TransmogSets.GetBaseSetsCounts()$0", + }, + { + "trigger": "_C_TransmogSets.GetBaseSetsFilter\t(index)", + "contents": "${1:isChecked} = C_TransmogSets.GetBaseSetsFilter(${2:index})$0", + }, + { + "trigger": "_C_TransmogSets.GetCameraIDs\t()", + "contents": "${1:detailsCameraID}, ${2:vendorCameraID} = C_TransmogSets.GetCameraIDs()$0", + }, + { + "trigger": "_C_TransmogSets.GetIsFavorite\t(transmogSetID)", + "contents": "${1:isFavorite}, ${2:isGroupFavorite} = C_TransmogSets.GetIsFavorite(${3:transmogSetID})$0", + }, + { + "trigger": "_C_TransmogSets.GetLatestSource\t()", + "contents": "${1:sourceID} = C_TransmogSets.GetLatestSource()$0", + }, + { + "trigger": "_C_TransmogSets.GetSetNewSources\t(transmogSetID)", + "contents": "${1:sourceIDs} = C_TransmogSets.GetSetNewSources(${2:transmogSetID})$0", + }, + { + "trigger": "_C_TransmogSets.GetSetsContainingSourceID\t(sourceID)", + "contents": "${1:setIDs} = C_TransmogSets.GetSetsContainingSourceID(${2:sourceID})$0", + }, + { + "trigger": "_C_TransmogSets.GetSourceIDsForSlot\t(transmogSetID, slot)", + "contents": "${1:sources} = C_TransmogSets.GetSourceIDsForSlot(${2:transmogSetID}, ${3:slot})$0", + }, + { + "trigger": "_C_TransmogSets.GetSourcesForSlot\t(transmogSetID, slot)", + "contents": "${1:sources} = C_TransmogSets.GetSourcesForSlot(${2:transmogSetID}, ${3:slot})$0", + }, + { + "trigger": "_C_TransmogSets.HasUsableSets\t()", + "contents": "${1:hasUsableSets} = C_TransmogSets.HasUsableSets()$0", + }, + { + "trigger": "_C_TransmogSets.IsBaseSetCollected\t(transmogSetID)", + "contents": "${1:isCollected} = C_TransmogSets.IsBaseSetCollected(${2:transmogSetID})$0", + }, + { + "trigger": "_C_TransmogSets.IsNewSource\t(sourceID)", + "contents": "${1:isNew} = C_TransmogSets.IsNewSource(${2:sourceID})$0", + }, + { + "trigger": "_C_TransmogSets.SetHasNewSources\t(transmogSetID)", + "contents": "${1:hasNewSources} = C_TransmogSets.SetHasNewSources(${2:transmogSetID})$0", + }, + { + "trigger": "_C_TransmogSets.SetHasNewSourcesForSlot\t(transmogSetID, slot)", + "contents": "${1:hasNewSources} = C_TransmogSets.SetHasNewSourcesForSlot(${2:transmogSetID}, ${3:slot})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetAllWidgetsBySetID\t(setID)", + "contents": "${1:widgets} = C_UIWidgetManager.GetAllWidgetsBySetID(${2:setID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetBelowMinimapWidgetSetID\t()", + "contents": "${1:setID} = C_UIWidgetManager.GetBelowMinimapWidgetSetID()$0", + }, + { + "trigger": "_C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetTextureWithStateVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetTextureWithStateVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo\t(widgetID)", + "contents": "${1:widgetInfo} = C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo(${2:widgetID})$0", + }, + { + "trigger": "_C_UIWidgetManager.GetTopCenterWidgetSetID\t()", + "contents": "${1:setID} = C_UIWidgetManager.GetTopCenterWidgetSetID()$0", + }, + { + "trigger": "_C_VideoOptions.GetGxAdapterInfo\t()", + "contents": "${1:adapters} = C_VideoOptions.GetGxAdapterInfo()$0", + }, + { + "trigger": "_C_VignetteInfo.FindBestUniqueVignette\t(vignetteGUIDs)", + "contents": "${1:bestUniqueVignetteIndex} = C_VignetteInfo.FindBestUniqueVignette(${2:vignetteGUIDs})$0", + }, + { + "trigger": "_C_VignetteInfo.GetVignetteInfo\t(\"vignetteGUID\")", + "contents": "${1:vignetteInfo} = C_VignetteInfo.GetVignetteInfo(\"${2:vignetteGUID}\")$0", + }, + { + "trigger": "_C_VignetteInfo.GetVignettePosition\t(\"vignetteGUID\", uiMapID)", + "contents": "${1:vignettePosition} = C_VignetteInfo.GetVignettePosition(\"${2:vignetteGUID}\", ${3:uiMapID})$0", + }, + { + "trigger": "_C_VignetteInfo.GetVignettes\t()", + "contents": "${1:vignetteGUIDs} = C_VignetteInfo.GetVignettes()$0", + }, + { + "trigger": "_C_VoiceChat.CanPlayerUseVoiceChat\t()", + "contents": "${1:canUseVoiceChat} = C_VoiceChat.CanPlayerUseVoiceChat()$0", + }, + { + "trigger": "_C_VoiceChat.CreateChannel\t(\"channelDisplayName\")", + "contents": "${1:status} = C_VoiceChat.CreateChannel(\"${2:channelDisplayName}\")$0", + }, + { + "trigger": "_C_VoiceChat.GetActiveChannelID\t()", + "contents": "${1:channelID} = C_VoiceChat.GetActiveChannelID()$0", + }, + { + "trigger": "_C_VoiceChat.GetActiveChannelType\t()", + "contents": "${1:channelType} = C_VoiceChat.GetActiveChannelType()$0", + }, + { + "trigger": "_C_VoiceChat.GetAvailableInputDevices\t()", + "contents": "${1:inputDevices} = C_VoiceChat.GetAvailableInputDevices()$0", + }, + { + "trigger": "_C_VoiceChat.GetAvailableOutputDevices\t()", + "contents": "${1:outputDevices} = C_VoiceChat.GetAvailableOutputDevices()$0", + }, + { + "trigger": "_C_VoiceChat.GetChannel\t(channelID)", + "contents": "${1:channel} = C_VoiceChat.GetChannel(${2:channelID})$0", + }, + { + "trigger": "_C_VoiceChat.GetChannelForChannelType\t(channelType)", + "contents": "${1:channel} = C_VoiceChat.GetChannelForChannelType(${2:channelType})$0", + }, + { + "trigger": "_C_VoiceChat.GetChannelForCommunityStream\t(\"clubId\", \"streamId\")", + "contents": "${1:channel} = C_VoiceChat.GetChannelForCommunityStream(\"${2:clubId}\", \"${3:streamId}\")$0", + }, + { + "trigger": "_C_VoiceChat.GetCommunicationMode\t()", + "contents": "${1:communicationMode} = C_VoiceChat.GetCommunicationMode()$0", + }, + { + "trigger": "_C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode\t()", + "contents": "${1:statusCode} = C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode()$0", + }, + { + "trigger": "_C_VoiceChat.GetInputVolume\t()", + "contents": "${1:volume} = C_VoiceChat.GetInputVolume()$0", + }, + { + "trigger": "_C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo\t()", + "contents": "${1:memberInfo} = C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo()$0", + }, + { + "trigger": "_C_VoiceChat.GetLocalPlayerMemberID\t(channelID)", + "contents": "${1:memberID} = C_VoiceChat.GetLocalPlayerMemberID(${2:channelID})$0", + }, + { + "trigger": "_C_VoiceChat.GetMemberGUID\t(memberID, channelID)", + "contents": "${1:memberGUID} = C_VoiceChat.GetMemberGUID(${2:memberID}, ${3:channelID})$0", + }, + { + "trigger": "_C_VoiceChat.GetMemberID\t(channelID, \"memberGUID\")", + "contents": "${1:memberID} = C_VoiceChat.GetMemberID(${2:channelID}, \"${3:memberGUID}\")$0", + }, + { + "trigger": "_C_VoiceChat.GetMemberInfo\t(memberID, channelID)", + "contents": "${1:memberInfo} = C_VoiceChat.GetMemberInfo(${2:memberID}, ${3:channelID})$0", + }, + { + "trigger": "_C_VoiceChat.GetMemberName\t(memberID, channelID)", + "contents": "${1:memberName} = C_VoiceChat.GetMemberName(${2:memberID}, ${3:channelID})$0", + }, + { + "trigger": "_C_VoiceChat.GetMemberVolume\t(playerLocation)", + "contents": "${1:volume} = C_VoiceChat.GetMemberVolume(${2:playerLocation})$0", + }, + { + "trigger": "_C_VoiceChat.GetOutputVolume\t()", + "contents": "${1:volume} = C_VoiceChat.GetOutputVolume()$0", + }, + { + "trigger": "_C_VoiceChat.GetProcesses\t()", + "contents": "${1:processes} = C_VoiceChat.GetProcesses()$0", + }, + { + "trigger": "_C_VoiceChat.GetPTTButtonPressedState\t()", + "contents": "${1:isPressed} = C_VoiceChat.GetPTTButtonPressedState()$0", + }, + { + "trigger": "_C_VoiceChat.GetPushToTalkBinding\t()", + "contents": "${1:keys} = C_VoiceChat.GetPushToTalkBinding()$0", + }, + { + "trigger": "_C_VoiceChat.GetVADSensitivity\t()", + "contents": "${1:sensitivity} = C_VoiceChat.GetVADSensitivity()$0", + }, + { + "trigger": "_C_VoiceChat.IsDeafened\t()", + "contents": "${1:isDeafened} = C_VoiceChat.IsDeafened()$0", + }, + { + "trigger": "_C_VoiceChat.IsEnabled\t()", + "contents": "${1:isEnabled} = C_VoiceChat.IsEnabled()$0", + }, + { + "trigger": "_C_VoiceChat.IsLoggedIn\t()", + "contents": "${1:isLoggedIn} = C_VoiceChat.IsLoggedIn()$0", + }, + { + "trigger": "_C_VoiceChat.IsMemberLocalPlayer\t(memberID, channelID)", + "contents": "${1:isLocalPlayer} = C_VoiceChat.IsMemberLocalPlayer(${2:memberID}, ${3:channelID})$0", + }, + { + "trigger": "_C_VoiceChat.IsMemberMuted\t(playerLocation)", + "contents": "${1:mutedForMe} = C_VoiceChat.IsMemberMuted(${2:playerLocation})$0", + }, + { + "trigger": "_C_VoiceChat.IsMemberMutedForAll\t(memberID, channelID)", + "contents": "${1:mutedForAll} = C_VoiceChat.IsMemberMutedForAll(${2:memberID}, ${3:channelID})$0", + }, + { + "trigger": "_C_VoiceChat.IsMemberSilenced\t(memberID, channelID)", + "contents": "${1:silenced} = C_VoiceChat.IsMemberSilenced(${2:memberID}, ${3:channelID})$0", + }, + { + "trigger": "_C_VoiceChat.IsMuted\t()", + "contents": "${1:isMuted} = C_VoiceChat.IsMuted()$0", + }, + { + "trigger": "_C_VoiceChat.IsParentalDisabled\t()", + "contents": "${1:isParentalDisabled} = C_VoiceChat.IsParentalDisabled()$0", + }, + { + "trigger": "_C_VoiceChat.IsParentalMuted\t()", + "contents": "${1:isParentalMuted} = C_VoiceChat.IsParentalMuted()$0", + }, + { + "trigger": "_C_VoiceChat.IsPlayerUsingVoice\t(playerLocation)", + "contents": "${1:isUsingVoice} = C_VoiceChat.IsPlayerUsingVoice(${2:playerLocation})$0", + }, + { + "trigger": "_C_VoiceChat.IsSilenced\t()", + "contents": "${1:isSilenced} = C_VoiceChat.IsSilenced()$0", + }, + { + "trigger": "_C_VoiceChat.Login\t()", + "contents": "${1:status} = C_VoiceChat.Login()$0", + }, + { + "trigger": "_C_VoiceChat.Logout\t()", + "contents": "${1:status} = C_VoiceChat.Logout()$0", + }, + { + "trigger": "_C_VoiceChat.ShouldDiscoverChannels\t()", + "contents": "${1:shouldDiscoverChannels} = C_VoiceChat.ShouldDiscoverChannels()$0", + }, + ] +} \ No newline at end of file diff --git a/Reference/Category Reference/C_AccountInfo.IsGUIDBattleNetAccountType(guid).sublime-snippet b/Reference/Category Reference/C_AccountInfo.IsGUIDBattleNetAccountType(guid).sublime-snippet new file mode 100644 index 000000000..43ba96bd1 --- /dev/null +++ b/Reference/Category Reference/C_AccountInfo.IsGUIDBattleNetAccountType(guid).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AccountInfo.IsGUIDBattleNetAccountType + ("guid") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AccountInfo.IsGUIDRelatedToLocalAccount(guid).sublime-snippet b/Reference/Category Reference/C_AccountInfo.IsGUIDRelatedToLocalAccount(guid).sublime-snippet new file mode 100644 index 000000000..dc8e9205d --- /dev/null +++ b/Reference/Category Reference/C_AccountInfo.IsGUIDRelatedToLocalAccount(guid).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AccountInfo.IsGUIDRelatedToLocalAccount + ("guid") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AchievementInfo.SetPortraitTexture(textureObject).sublime-snippet b/Reference/Category Reference/C_AchievementInfo.SetPortraitTexture(textureObject).sublime-snippet new file mode 100644 index 000000000..dd7453c2a --- /dev/null +++ b/Reference/Category Reference/C_AchievementInfo.SetPortraitTexture(textureObject).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AchievementInfo.SetPortraitTexture + (textureObject) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ActionBar.FindPetActionButtons(petAction).sublime-snippet b/Reference/Category Reference/C_ActionBar.FindPetActionButtons(petActionID).sublime-snippet similarity index 82% rename from Reference/Category Reference/C_ActionBar.FindPetActionButtons(petAction).sublime-snippet rename to Reference/Category Reference/C_ActionBar.FindPetActionButtons(petActionID).sublime-snippet index 9edb08089..cd00b0c9f 100644 --- a/Reference/Category Reference/C_ActionBar.FindPetActionButtons(petAction).sublime-snippet +++ b/Reference/Category Reference/C_ActionBar.FindPetActionButtons(petActionID).sublime-snippet @@ -1,6 +1,6 @@ - + C_ActionBar.FindPetActionButtons - (petAction) + (petActionID) source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua diff --git a/Reference/Category Reference/C_ActionBar.FindSpellActionButtons(spellID).sublime-snippet b/Reference/Category Reference/C_ActionBar.FindSpellActionButtons(spellID).sublime-snippet new file mode 100644 index 000000000..006add7d1 --- /dev/null +++ b/Reference/Category Reference/C_ActionBar.FindSpellActionButtons(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ActionBar.FindSpellActionButtons + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ActionBar.GetPetActionPetBarIndices(petActionID).sublime-snippet b/Reference/Category Reference/C_ActionBar.GetPetActionPetBarIndices(petActionID).sublime-snippet new file mode 100644 index 000000000..4add157e7 --- /dev/null +++ b/Reference/Category Reference/C_ActionBar.GetPetActionPetBarIndices(petActionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ActionBar.GetPetActionPetBarIndices + (petActionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ActionBar.HasFlyoutActionButtons(flyoutID).sublime-snippet b/Reference/Category Reference/C_ActionBar.HasFlyoutActionButtons(flyoutID).sublime-snippet new file mode 100644 index 000000000..747e88f62 --- /dev/null +++ b/Reference/Category Reference/C_ActionBar.HasFlyoutActionButtons(flyoutID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ActionBar.HasFlyoutActionButtons + (flyoutID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ActionBar.HasPetActionButtons(petActionID).sublime-snippet b/Reference/Category Reference/C_ActionBar.HasPetActionButtons(petActionID).sublime-snippet new file mode 100644 index 000000000..9589844d8 --- /dev/null +++ b/Reference/Category Reference/C_ActionBar.HasPetActionButtons(petActionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ActionBar.HasPetActionButtons + (petActionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ActionBar.HasPetActionPetBarIndices(petActionID).sublime-snippet b/Reference/Category Reference/C_ActionBar.HasPetActionPetBarIndices(petActionID).sublime-snippet new file mode 100644 index 000000000..67427fe1b --- /dev/null +++ b/Reference/Category Reference/C_ActionBar.HasPetActionPetBarIndices(petActionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ActionBar.HasPetActionPetBarIndices + (petActionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ActionBar.HasSpellActionButtons(spellID).sublime-snippet b/Reference/Category Reference/C_ActionBar.HasSpellActionButtons(spellID).sublime-snippet new file mode 100644 index 000000000..21a26d96f --- /dev/null +++ b/Reference/Category Reference/C_ActionBar.HasSpellActionButtons(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ActionBar.HasSpellActionButtons + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ActionBar.IsAutoCastPetAction(slotID).sublime-snippet b/Reference/Category Reference/C_ActionBar.IsAutoCastPetAction(slotID).sublime-snippet new file mode 100644 index 000000000..bedb25b1d --- /dev/null +++ b/Reference/Category Reference/C_ActionBar.IsAutoCastPetAction(slotID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ActionBar.IsAutoCastPetAction + (slotID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ActionBar.IsEnabledAutoCastPetAction(slotID).sublime-snippet b/Reference/Category Reference/C_ActionBar.IsEnabledAutoCastPetAction(slotID).sublime-snippet new file mode 100644 index 000000000..89ac4a524 --- /dev/null +++ b/Reference/Category Reference/C_ActionBar.IsEnabledAutoCastPetAction(slotID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ActionBar.IsEnabledAutoCastPetAction + (slotID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ActionBar.IsOnBarOrSpecialBar(spellID).sublime-snippet b/Reference/Category Reference/C_ActionBar.IsOnBarOrSpecialBar(spellID).sublime-snippet new file mode 100644 index 000000000..c41c1a1ff --- /dev/null +++ b/Reference/Category Reference/C_ActionBar.IsOnBarOrSpecialBar(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ActionBar.IsOnBarOrSpecialBar + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ActionBar.ShouldOverrideBarShowHealthBar().sublime-snippet b/Reference/Category Reference/C_ActionBar.ShouldOverrideBarShowHealthBar().sublime-snippet new file mode 100644 index 000000000..53794a1f8 --- /dev/null +++ b/Reference/Category Reference/C_ActionBar.ShouldOverrideBarShowHealthBar().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ActionBar.ShouldOverrideBarShowHealthBar + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ActionBar.ShouldOverrideBarShowManaBar().sublime-snippet b/Reference/Category Reference/C_ActionBar.ShouldOverrideBarShowManaBar().sublime-snippet new file mode 100644 index 000000000..0a31c4fae --- /dev/null +++ b/Reference/Category Reference/C_ActionBar.ShouldOverrideBarShowManaBar().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ActionBar.ShouldOverrideBarShowManaBar + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ActionBar.ToggleAutoCastPetAction(slotID).sublime-snippet b/Reference/Category Reference/C_ActionBar.ToggleAutoCastPetAction(slotID).sublime-snippet new file mode 100644 index 000000000..33d80f39f --- /dev/null +++ b/Reference/Category Reference/C_ActionBar.ToggleAutoCastPetAction(slotID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ActionBar.ToggleAutoCastPetAction + (slotID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AlliedRaces.ClearAlliedRaceDetailsGiver().sublime-snippet b/Reference/Category Reference/C_AlliedRaces.ClearAlliedRaceDetailsGiver().sublime-snippet new file mode 100644 index 000000000..c6b776c85 --- /dev/null +++ b/Reference/Category Reference/C_AlliedRaces.ClearAlliedRaceDetailsGiver().sublime-snippet @@ -0,0 +1,6 @@ + + + C_AlliedRaces.ClearAlliedRaceDetailsGiver + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AlliedRaces.GetAllRacialAbilitiesFromID(raceID).sublime-snippet b/Reference/Category Reference/C_AlliedRaces.GetAllRacialAbilitiesFromID(raceID).sublime-snippet new file mode 100644 index 000000000..ce040f52c --- /dev/null +++ b/Reference/Category Reference/C_AlliedRaces.GetAllRacialAbilitiesFromID(raceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AlliedRaces.GetAllRacialAbilitiesFromID + (raceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AlliedRaces.GetRaceInfoByID(raceID).sublime-snippet b/Reference/Category Reference/C_AlliedRaces.GetRaceInfoByID(raceID).sublime-snippet new file mode 100644 index 000000000..78922ac5a --- /dev/null +++ b/Reference/Category Reference/C_AlliedRaces.GetRaceInfoByID(raceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AlliedRaces.GetRaceInfoByID + (raceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AreaPoiInfo.GetAreaPOIForMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_AreaPoiInfo.GetAreaPOIForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..7fb6922c9 --- /dev/null +++ b/Reference/Category Reference/C_AreaPoiInfo.GetAreaPOIForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AreaPoiInfo.GetAreaPOIForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AreaPoiInfo.GetAreaPOIInfo(uiMapID, areaPoiID).sublime-snippet b/Reference/Category Reference/C_AreaPoiInfo.GetAreaPOIInfo(uiMapID, areaPoiID).sublime-snippet new file mode 100644 index 000000000..186dea2a6 --- /dev/null +++ b/Reference/Category Reference/C_AreaPoiInfo.GetAreaPOIInfo(uiMapID, areaPoiID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AreaPoiInfo.GetAreaPOIInfo + (uiMapID, areaPoiID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AreaPoiInfo.GetAreaPOITimeLeft(areaPoiID).sublime-snippet b/Reference/Category Reference/C_AreaPoiInfo.GetAreaPOITimeLeft(areaPoiID).sublime-snippet new file mode 100644 index 000000000..b0a81d017 --- /dev/null +++ b/Reference/Category Reference/C_AreaPoiInfo.GetAreaPOITimeLeft(areaPoiID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AreaPoiInfo.GetAreaPOITimeLeft + (areaPoiID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AreaPoiInfo.IsAreaPOITimed(areaPoiID).sublime-snippet b/Reference/Category Reference/C_AreaPoiInfo.IsAreaPOITimed(areaPoiID).sublime-snippet new file mode 100644 index 000000000..64c215af6 --- /dev/null +++ b/Reference/Category Reference/C_AreaPoiInfo.IsAreaPOITimed(areaPoiID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AreaPoiInfo.IsAreaPOITimed + (areaPoiID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.AddPower(powerID).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.AddPower(powerID).sublime-snippet new file mode 100644 index 000000000..11514e42f --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.AddPower(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.AddPower + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.ApplyCursorRelicToSlot(relicSlotIndex).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.ApplyCursorRelicToSlot(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..a1e1b6b9c --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.ApplyCursorRelicToSlot(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.ApplyCursorRelicToSlot + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.CanApplyArtifactRelic(relicItemID, onlyUnlocked).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.CanApplyArtifactRelic(relicItemID, onlyUnlocked).sublime-snippet new file mode 100644 index 000000000..5450a3e39 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.CanApplyArtifactRelic(relicItemID, onlyUnlocked).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.CanApplyArtifactRelic + (relicItemID, onlyUnlocked) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.CanApplyCursorRelicToSlot(relicSlotIndex).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.CanApplyCursorRelicToSlot(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..ef2e5daab --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.CanApplyCursorRelicToSlot(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.CanApplyCursorRelicToSlot + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot(relicItemID, relicSlotIndex).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot(relicItemID, relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..3e8d3ebbd --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot(relicItemID, relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot + (relicItemID, relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.CanApplyRelicItemIDToSlot(relicItemID, relicSlotIndex).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.CanApplyRelicItemIDToSlot(relicItemID, relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..e99508bef --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.CanApplyRelicItemIDToSlot(relicItemID, relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.CanApplyRelicItemIDToSlot + (relicItemID, relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.CheckRespecNPC().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.CheckRespecNPC().sublime-snippet new file mode 100644 index 000000000..93a0be7d3 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.CheckRespecNPC().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.CheckRespecNPC + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.Clear().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.Clear().sublime-snippet new file mode 100644 index 000000000..272cee166 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.Clear().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.Clear + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.ClearForgeCamera().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.ClearForgeCamera().sublime-snippet new file mode 100644 index 000000000..caf292fc1 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.ClearForgeCamera().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.ClearForgeCamera + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.ConfirmRespec().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.ConfirmRespec().sublime-snippet new file mode 100644 index 000000000..4923ef494 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.ConfirmRespec().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.ConfirmRespec + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted().sublime-snippet new file mode 100644 index 000000000..99cafe1c8 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetAppearanceInfo(appearanceSetIndex, appearanceIndex).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetAppearanceInfo(appearanceSetIndex, appearanceIndex).sublime-snippet new file mode 100644 index 000000000..6b0a3820b --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetAppearanceInfo(appearanceSetIndex, appearanceIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetAppearanceInfo + (appearanceSetIndex, appearanceIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetAppearanceInfoByID(artifactAppearanceID).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetAppearanceInfoByID(artifactAppearanceID).sublime-snippet new file mode 100644 index 000000000..2682ce612 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetAppearanceInfoByID(artifactAppearanceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetAppearanceInfoByID + (artifactAppearanceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetAppearanceSetInfo(appearanceSetIndex).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetAppearanceSetInfo(appearanceSetIndex).sublime-snippet new file mode 100644 index 000000000..05994245b --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetAppearanceSetInfo(appearanceSetIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetAppearanceSetInfo + (appearanceSetIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetArtifactArtInfo().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetArtifactArtInfo().sublime-snippet new file mode 100644 index 000000000..b24c29852 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetArtifactArtInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetArtifactArtInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetArtifactInfo().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetArtifactInfo().sublime-snippet new file mode 100644 index 000000000..84580f717 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetArtifactInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetArtifactInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetArtifactTier().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetArtifactTier().sublime-snippet new file mode 100644 index 000000000..46c535e23 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetArtifactTier().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetArtifactTier + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetArtifactXPRewardTargetInfo(artifactCategoryID).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetArtifactXPRewardTargetInfo(artifactCategoryID).sublime-snippet new file mode 100644 index 000000000..5e4986b04 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetArtifactXPRewardTargetInfo(artifactCategoryID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetArtifactXPRewardTargetInfo + (artifactCategoryID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetCostForPointAtRank(rank, tier).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetCostForPointAtRank(rank, tier).sublime-snippet new file mode 100644 index 000000000..a9b77dd43 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetCostForPointAtRank(rank, tier).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetCostForPointAtRank + (rank, tier) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetEquippedArtifactArtInfo().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetEquippedArtifactArtInfo().sublime-snippet new file mode 100644 index 000000000..568a2ba43 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetEquippedArtifactArtInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetEquippedArtifactArtInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetEquippedArtifactInfo().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetEquippedArtifactInfo().sublime-snippet new file mode 100644 index 000000000..52163df6e --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetEquippedArtifactInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetEquippedArtifactInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetEquippedArtifactNumRelicSlots(onlyUnlocked).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetEquippedArtifactNumRelicSlots(onlyUnlocked).sublime-snippet new file mode 100644 index 000000000..3c7832353 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetEquippedArtifactNumRelicSlots(onlyUnlocked).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetEquippedArtifactNumRelicSlots + (onlyUnlocked) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetEquippedArtifactRelicInfo(relicSlotIndex).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetEquippedArtifactRelicInfo(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..74b9d6a86 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetEquippedArtifactRelicInfo(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetEquippedArtifactRelicInfo + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetEquippedRelicLockedReason(relicSlotIndex).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetEquippedRelicLockedReason(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..5bdec1749 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetEquippedRelicLockedReason(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetEquippedRelicLockedReason + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetForgeRotation().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetForgeRotation().sublime-snippet new file mode 100644 index 000000000..661603cc2 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetForgeRotation().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetForgeRotation + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic(itemLinkOrID).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic(itemLinkOrID).sublime-snippet new file mode 100644 index 000000000..d8724b940 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic(itemLinkOrID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic + ("itemLinkOrID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetMetaPowerInfo().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetMetaPowerInfo().sublime-snippet new file mode 100644 index 000000000..4e821f72e --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetMetaPowerInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetMetaPowerInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetNumAppearanceSets().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetNumAppearanceSets().sublime-snippet new file mode 100644 index 000000000..dfec7ab9f --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetNumAppearanceSets().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetNumAppearanceSets + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetNumObtainedArtifacts().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetNumObtainedArtifacts().sublime-snippet new file mode 100644 index 000000000..354fca914 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetNumObtainedArtifacts().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetNumObtainedArtifacts + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetNumRelicSlots(onlyUnlocked).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetNumRelicSlots(onlyUnlocked).sublime-snippet new file mode 100644 index 000000000..95e8f8ced --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetNumRelicSlots(onlyUnlocked).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetNumRelicSlots + (onlyUnlocked) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetPointsRemaining().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetPointsRemaining().sublime-snippet new file mode 100644 index 000000000..6949b3620 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetPointsRemaining().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetPointsRemaining + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetPowerHyperlink(powerID).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetPowerHyperlink(powerID).sublime-snippet new file mode 100644 index 000000000..9a73f0465 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetPowerHyperlink(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetPowerHyperlink + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetPowerInfo(powerID).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetPowerInfo(powerID).sublime-snippet new file mode 100644 index 000000000..41d7ef749 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetPowerInfo(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetPowerInfo + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetPowerLinks(powerID).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetPowerLinks(powerID).sublime-snippet new file mode 100644 index 000000000..0e7dfa4cc --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetPowerLinks(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetPowerLinks + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetPowers().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetPowers().sublime-snippet new file mode 100644 index 000000000..631ce95e6 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetPowers().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetPowers + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetPowersAffectedByRelic(relicSlotIndex).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetPowersAffectedByRelic(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..c1c108eea --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetPowersAffectedByRelic(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetPowersAffectedByRelic + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetPowersAffectedByRelicItemLink(relicItemInfo).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetPowersAffectedByRelicItemLink(relicItemInfo).sublime-snippet new file mode 100644 index 000000000..2b8607839 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetPowersAffectedByRelicItemLink(relicItemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetPowersAffectedByRelicItemLink + ("relicItemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetPreviewAppearance().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetPreviewAppearance().sublime-snippet new file mode 100644 index 000000000..8e8d8de55 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetPreviewAppearance().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetPreviewAppearance + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetRelicInfo(relicSlotIndex).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetRelicInfo(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..57557cf09 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetRelicInfo(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetRelicInfo + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetRelicInfoByItemID(itemID).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetRelicInfoByItemID(itemID).sublime-snippet new file mode 100644 index 000000000..39c9986a9 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetRelicInfoByItemID(itemID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetRelicInfoByItemID + (itemID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetRelicLockedReason(relicSlotIndex).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetRelicLockedReason(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..70ac5b7c4 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetRelicLockedReason(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetRelicLockedReason + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetRelicSlotType(relicSlotIndex).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetRelicSlotType(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..9dab9c0e8 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetRelicSlotType(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetRelicSlotType + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetRespecArtifactArtInfo().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetRespecArtifactArtInfo().sublime-snippet new file mode 100644 index 000000000..938a6de04 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetRespecArtifactArtInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetRespecArtifactArtInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetRespecArtifactInfo().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetRespecArtifactInfo().sublime-snippet new file mode 100644 index 000000000..1264afe4c --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetRespecArtifactInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetRespecArtifactInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetRespecCost().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetRespecCost().sublime-snippet new file mode 100644 index 000000000..8a285eb2e --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetRespecCost().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetRespecCost + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetTotalPowerCost(startingTrait, numTraits, artifactTier).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetTotalPowerCost(startingTrait, numTraits, artifactTier).sublime-snippet new file mode 100644 index 000000000..8ac33aec8 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetTotalPowerCost(startingTrait, numTraits, artifactTier).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetTotalPowerCost + (startingTrait, numTraits, artifactTier) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.GetTotalPurchasedRanks().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.GetTotalPurchasedRanks().sublime-snippet new file mode 100644 index 000000000..d6ecd001a --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.GetTotalPurchasedRanks().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.GetTotalPurchasedRanks + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.IsArtifactDisabled().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.IsArtifactDisabled().sublime-snippet new file mode 100644 index 000000000..5f7ddad20 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.IsArtifactDisabled().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.IsArtifactDisabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.IsAtForge().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.IsAtForge().sublime-snippet new file mode 100644 index 000000000..21cb6d3a3 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.IsAtForge().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.IsAtForge + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.IsEquippedArtifactDisabled().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.IsEquippedArtifactDisabled().sublime-snippet new file mode 100644 index 000000000..bf4b083cb --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.IsEquippedArtifactDisabled().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.IsEquippedArtifactDisabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.IsEquippedArtifactMaxed().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.IsEquippedArtifactMaxed().sublime-snippet new file mode 100644 index 000000000..c83cd1674 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.IsEquippedArtifactMaxed().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.IsEquippedArtifactMaxed + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.IsMaxedByRulesOrEffect().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.IsMaxedByRulesOrEffect().sublime-snippet new file mode 100644 index 000000000..430a5fb11 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.IsMaxedByRulesOrEffect().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.IsMaxedByRulesOrEffect + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.IsPowerKnown(powerID).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.IsPowerKnown(powerID).sublime-snippet new file mode 100644 index 000000000..68ffb5e8c --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.IsPowerKnown(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.IsPowerKnown + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.IsViewedArtifactEquipped().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.IsViewedArtifactEquipped().sublime-snippet new file mode 100644 index 000000000..bd99df45c --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.IsViewedArtifactEquipped().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.IsViewedArtifactEquipped + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.SetAppearance(artifactAppearanceID).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.SetAppearance(artifactAppearanceID).sublime-snippet new file mode 100644 index 000000000..4d0b44568 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.SetAppearance(artifactAppearanceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.SetAppearance + (artifactAppearanceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.SetForgeCamera().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.SetForgeCamera().sublime-snippet new file mode 100644 index 000000000..190da68e4 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.SetForgeCamera().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.SetForgeCamera + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.SetForgeRotation(forgeRotationX, forgeRotationY, forgeRotationZ).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.SetForgeRotation(forgeRotationX, forgeRotationY, forgeRotationZ).sublime-snippet new file mode 100644 index 000000000..082090f51 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.SetForgeRotation(forgeRotationX, forgeRotationY, forgeRotationZ).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.SetForgeRotation + (forgeRotationX, forgeRotationY, forgeRotationZ) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.SetPreviewAppearance(artifactAppearanceID).sublime-snippet b/Reference/Category Reference/C_ArtifactUI.SetPreviewAppearance(artifactAppearanceID).sublime-snippet new file mode 100644 index 000000000..bab66a892 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.SetPreviewAppearance(artifactAppearanceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.SetPreviewAppearance + (artifactAppearanceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ArtifactUI.ShouldSuppressForgeRotation().sublime-snippet b/Reference/Category Reference/C_ArtifactUI.ShouldSuppressForgeRotation().sublime-snippet new file mode 100644 index 000000000..05ee7ec82 --- /dev/null +++ b/Reference/Category Reference/C_ArtifactUI.ShouldSuppressForgeRotation().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ArtifactUI.ShouldSuppressForgeRotation + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.CanSelectPower(azeriteEmpoweredItemLocation, powerID).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.CanSelectPower(azeriteEmpoweredItemLocation, powerID).sublime-snippet new file mode 100644 index 000000000..6935d29af --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.CanSelectPower(azeriteEmpoweredItemLocation, powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.CanSelectPower + (azeriteEmpoweredItemLocation, powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.CloseAzeriteEmpoweredItemRespec().sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.CloseAzeriteEmpoweredItemRespec().sublime-snippet new file mode 100644 index 000000000..7e86b03b5 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.CloseAzeriteEmpoweredItemRespec().sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.CloseAzeriteEmpoweredItemRespec + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.ConfirmAzeriteEmpoweredItemRespec(azeriteEmpoweredItemLocation).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.ConfirmAzeriteEmpoweredItemRespec(azeriteEmpoweredItemLocation).sublime-snippet new file mode 100644 index 000000000..0080afe0c --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.ConfirmAzeriteEmpoweredItemRespec(azeriteEmpoweredItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.ConfirmAzeriteEmpoweredItemRespec + (azeriteEmpoweredItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.GetAllTierInfo(azeriteEmpoweredItemLocation).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.GetAllTierInfo(azeriteEmpoweredItemLocation).sublime-snippet new file mode 100644 index 000000000..1a9befacb --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.GetAllTierInfo(azeriteEmpoweredItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.GetAllTierInfo + (azeriteEmpoweredItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.GetAllTierInfoByItemID(itemInfo, [classID]).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.GetAllTierInfoByItemID(itemInfo, [classID]).sublime-snippet new file mode 100644 index 000000000..3c67be597 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.GetAllTierInfoByItemID(itemInfo, [classID]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.GetAllTierInfoByItemID + ("itemInfo", [classID]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost().sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost().sublime-snippet new file mode 100644 index 000000000..2e447a4b6 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost().sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.GetPowerInfo(powerID).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.GetPowerInfo(powerID).sublime-snippet new file mode 100644 index 000000000..6eb3c9ef2 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.GetPowerInfo(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.GetPowerInfo + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.GetSpecsForPower(powerID).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.GetSpecsForPower(powerID).sublime-snippet new file mode 100644 index 000000000..6c80f1615 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.GetSpecsForPower(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.GetSpecsForPower + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.HasAnyUnselectedPowers(azeriteEmpoweredItemLocation).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.HasAnyUnselectedPowers(azeriteEmpoweredItemLocation).sublime-snippet new file mode 100644 index 000000000..f71683c61 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.HasAnyUnselectedPowers(azeriteEmpoweredItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.HasAnyUnselectedPowers + (azeriteEmpoweredItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.HasBeenViewed(azeriteEmpoweredItemLocation).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.HasBeenViewed(azeriteEmpoweredItemLocation).sublime-snippet new file mode 100644 index 000000000..d609e1df4 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.HasBeenViewed(azeriteEmpoweredItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.HasBeenViewed + (azeriteEmpoweredItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem(itemLocation).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem(itemLocation).sublime-snippet new file mode 100644 index 000000000..927f4a682 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID(itemInfo).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..8f14f8885 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable(itemInfo, [classID]).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable(itemInfo, [classID]).sublime-snippet new file mode 100644 index 000000000..37ce63fb1 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable(itemInfo, [classID]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable + ("itemInfo", [classID]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.IsPowerAvailableForSpec(powerID, specID).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.IsPowerAvailableForSpec(powerID, specID).sublime-snippet new file mode 100644 index 000000000..fc61158ab --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.IsPowerAvailableForSpec(powerID, specID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.IsPowerAvailableForSpec + (powerID, specID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.IsPowerSelected(azeriteEmpoweredItemLocation, powerID).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.IsPowerSelected(azeriteEmpoweredItemLocation, powerID).sublime-snippet new file mode 100644 index 000000000..3b50d2eab --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.IsPowerSelected(azeriteEmpoweredItemLocation, powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.IsPowerSelected + (azeriteEmpoweredItemLocation, powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.SelectPower(azeriteEmpoweredItemLocation, powerID).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.SelectPower(azeriteEmpoweredItemLocation, powerID).sublime-snippet new file mode 100644 index 000000000..d7a92685c --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.SelectPower(azeriteEmpoweredItemLocation, powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.SelectPower + (azeriteEmpoweredItemLocation, powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteEmpoweredItem.SetHasBeenViewed(azeriteEmpoweredItemLocation).sublime-snippet b/Reference/Category Reference/C_AzeriteEmpoweredItem.SetHasBeenViewed(azeriteEmpoweredItemLocation).sublime-snippet new file mode 100644 index 000000000..2b29cd9cc --- /dev/null +++ b/Reference/Category Reference/C_AzeriteEmpoweredItem.SetHasBeenViewed(azeriteEmpoweredItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteEmpoweredItem.SetHasBeenViewed + (azeriteEmpoweredItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteItem.FindActiveAzeriteItem().sublime-snippet b/Reference/Category Reference/C_AzeriteItem.FindActiveAzeriteItem().sublime-snippet new file mode 100644 index 000000000..8b5614c1e --- /dev/null +++ b/Reference/Category Reference/C_AzeriteItem.FindActiveAzeriteItem().sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteItem.FindActiveAzeriteItem + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteItem.GetAzeriteItemXPInfo(azeriteItemLocation).sublime-snippet b/Reference/Category Reference/C_AzeriteItem.GetAzeriteItemXPInfo(azeriteItemLocation).sublime-snippet new file mode 100644 index 000000000..b26daf731 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteItem.GetAzeriteItemXPInfo(azeriteItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteItem.GetAzeriteItemXPInfo + (azeriteItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteItem.GetPowerLevel(azeriteItemLocation).sublime-snippet b/Reference/Category Reference/C_AzeriteItem.GetPowerLevel(azeriteItemLocation).sublime-snippet new file mode 100644 index 000000000..ee5a27e4f --- /dev/null +++ b/Reference/Category Reference/C_AzeriteItem.GetPowerLevel(azeriteItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteItem.GetPowerLevel + (azeriteItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteItem.HasActiveAzeriteItem().sublime-snippet b/Reference/Category Reference/C_AzeriteItem.HasActiveAzeriteItem().sublime-snippet new file mode 100644 index 000000000..18488f089 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteItem.HasActiveAzeriteItem().sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteItem.HasActiveAzeriteItem + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteItem.IsAzeriteItem(itemLocation).sublime-snippet b/Reference/Category Reference/C_AzeriteItem.IsAzeriteItem(itemLocation).sublime-snippet new file mode 100644 index 000000000..6e5a64c05 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteItem.IsAzeriteItem(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteItem.IsAzeriteItem + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_AzeriteItem.IsAzeriteItemByID(itemInfo).sublime-snippet b/Reference/Category Reference/C_AzeriteItem.IsAzeriteItemByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..d3dfa2d13 --- /dev/null +++ b/Reference/Category Reference/C_AzeriteItem.IsAzeriteItemByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + C_AzeriteItem.IsAzeriteItemByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.AddEvent().sublime-snippet b/Reference/Category Reference/C_Calendar.AddEvent().sublime-snippet new file mode 100644 index 000000000..6511a60d0 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.AddEvent().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.AddEvent + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.AreNamesReady().sublime-snippet b/Reference/Category Reference/C_Calendar.AreNamesReady().sublime-snippet new file mode 100644 index 000000000..3ce0debc8 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.AreNamesReady().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.AreNamesReady + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.CanAddEvent().sublime-snippet b/Reference/Category Reference/C_Calendar.CanAddEvent().sublime-snippet new file mode 100644 index 000000000..2c64bd21d --- /dev/null +++ b/Reference/Category Reference/C_Calendar.CanAddEvent().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.CanAddEvent + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.CanSendInvite().sublime-snippet b/Reference/Category Reference/C_Calendar.CanSendInvite().sublime-snippet new file mode 100644 index 000000000..22c3e557b --- /dev/null +++ b/Reference/Category Reference/C_Calendar.CanSendInvite().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.CanSendInvite + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.CloseEvent().sublime-snippet b/Reference/Category Reference/C_Calendar.CloseEvent().sublime-snippet new file mode 100644 index 000000000..97592c449 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.CloseEvent().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.CloseEvent + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuEventCanComplain(offsetMonths, monthDay, eventIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuEventCanComplain(offsetMonths, monthDay, eventIndex).sublime-snippet new file mode 100644 index 000000000..11fca467c --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuEventCanComplain(offsetMonths, monthDay, eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuEventCanComplain + (offsetMonths, monthDay, eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuEventCanEdit(offsetMonths, monthDay, eventIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuEventCanEdit(offsetMonths, monthDay, eventIndex).sublime-snippet new file mode 100644 index 000000000..0242cf358 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuEventCanEdit(offsetMonths, monthDay, eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuEventCanEdit + (offsetMonths, monthDay, eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuEventCanRemove(offsetMonths, monthDay, eventIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuEventCanRemove(offsetMonths, monthDay, eventIndex).sublime-snippet new file mode 100644 index 000000000..ed965125f --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuEventCanRemove(offsetMonths, monthDay, eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuEventCanRemove + (offsetMonths, monthDay, eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuEventClipboard().sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuEventClipboard().sublime-snippet new file mode 100644 index 000000000..06beec6ca --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuEventClipboard().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuEventClipboard + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuEventComplain().sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuEventComplain().sublime-snippet new file mode 100644 index 000000000..6cbab58ac --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuEventComplain().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuEventComplain + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuEventCopy().sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuEventCopy().sublime-snippet new file mode 100644 index 000000000..62292d591 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuEventCopy().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuEventCopy + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuEventGetCalendarType().sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuEventGetCalendarType().sublime-snippet new file mode 100644 index 000000000..5677e403d --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuEventGetCalendarType().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuEventGetCalendarType + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuEventPaste(offsetMonths, monthDay).sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuEventPaste(offsetMonths, monthDay).sublime-snippet new file mode 100644 index 000000000..5702cca01 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuEventPaste(offsetMonths, monthDay).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuEventPaste + (offsetMonths, monthDay) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuEventRemove().sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuEventRemove().sublime-snippet new file mode 100644 index 000000000..41ad727e1 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuEventRemove().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuEventRemove + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuEventSignUp().sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuEventSignUp().sublime-snippet new file mode 100644 index 000000000..9f9b32e85 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuEventSignUp().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuEventSignUp + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuGetEventIndex().sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuGetEventIndex().sublime-snippet new file mode 100644 index 000000000..e57119d1b --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuGetEventIndex().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuGetEventIndex + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuInviteAvailable().sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuInviteAvailable().sublime-snippet new file mode 100644 index 000000000..2451f5913 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuInviteAvailable().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuInviteAvailable + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuInviteDecline().sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuInviteDecline().sublime-snippet new file mode 100644 index 000000000..f5e0f610b --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuInviteDecline().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuInviteDecline + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuInviteRemove().sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuInviteRemove().sublime-snippet new file mode 100644 index 000000000..57aa394ff --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuInviteRemove().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuInviteRemove + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuInviteTentative().sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuInviteTentative().sublime-snippet new file mode 100644 index 000000000..9549dccb7 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuInviteTentative().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuInviteTentative + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.ContextMenuSelectEvent(offsetMonths, monthDay, eventIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.ContextMenuSelectEvent(offsetMonths, monthDay, eventIndex).sublime-snippet new file mode 100644 index 000000000..20cd781f0 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.ContextMenuSelectEvent(offsetMonths, monthDay, eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.ContextMenuSelectEvent + (offsetMonths, monthDay, eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.CreateCommunitySignUpEvent().sublime-snippet b/Reference/Category Reference/C_Calendar.CreateCommunitySignUpEvent().sublime-snippet new file mode 100644 index 000000000..8e9362cba --- /dev/null +++ b/Reference/Category Reference/C_Calendar.CreateCommunitySignUpEvent().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.CreateCommunitySignUpEvent + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.CreateGuildAnnouncementEvent().sublime-snippet b/Reference/Category Reference/C_Calendar.CreateGuildAnnouncementEvent().sublime-snippet new file mode 100644 index 000000000..5aefcd6b9 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.CreateGuildAnnouncementEvent().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.CreateGuildAnnouncementEvent + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.CreateGuildSignUpEvent().sublime-snippet b/Reference/Category Reference/C_Calendar.CreateGuildSignUpEvent().sublime-snippet new file mode 100644 index 000000000..351be4473 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.CreateGuildSignUpEvent().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.CreateGuildSignUpEvent + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.CreatePlayerEvent().sublime-snippet b/Reference/Category Reference/C_Calendar.CreatePlayerEvent().sublime-snippet new file mode 100644 index 000000000..16a7c2d71 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.CreatePlayerEvent().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.CreatePlayerEvent + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventAvailable().sublime-snippet b/Reference/Category Reference/C_Calendar.EventAvailable().sublime-snippet new file mode 100644 index 000000000..169698d7b --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventAvailable().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventAvailable + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventCanEdit().sublime-snippet b/Reference/Category Reference/C_Calendar.EventCanEdit().sublime-snippet new file mode 100644 index 000000000..ffa186feb --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventCanEdit().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventCanEdit + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventClearAutoApprove().sublime-snippet b/Reference/Category Reference/C_Calendar.EventClearAutoApprove().sublime-snippet new file mode 100644 index 000000000..e2f91f348 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventClearAutoApprove().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventClearAutoApprove + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventClearLocked().sublime-snippet b/Reference/Category Reference/C_Calendar.EventClearLocked().sublime-snippet new file mode 100644 index 000000000..7ed437bdb --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventClearLocked().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventClearLocked + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventClearModerator(inviteIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.EventClearModerator(inviteIndex).sublime-snippet new file mode 100644 index 000000000..5fa6e6cab --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventClearModerator(inviteIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventClearModerator + (inviteIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventDecline().sublime-snippet b/Reference/Category Reference/C_Calendar.EventDecline().sublime-snippet new file mode 100644 index 000000000..74dc4508b --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventDecline().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventDecline + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventGetCalendarType().sublime-snippet b/Reference/Category Reference/C_Calendar.EventGetCalendarType().sublime-snippet new file mode 100644 index 000000000..e50b7ee05 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventGetCalendarType().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventGetCalendarType + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventGetClubID().sublime-snippet b/Reference/Category Reference/C_Calendar.EventGetClubID().sublime-snippet new file mode 100644 index 000000000..389b032ec --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventGetClubID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventGetClubID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventGetInvite(eventIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.EventGetInvite(eventIndex).sublime-snippet new file mode 100644 index 000000000..7c5cbecb6 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventGetInvite(eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventGetInvite + (eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventGetInviteResponseTime(eventIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.EventGetInviteResponseTime(eventIndex).sublime-snippet new file mode 100644 index 000000000..b9c5449c9 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventGetInviteResponseTime(eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventGetInviteResponseTime + (eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventGetInviteSortCriterion().sublime-snippet b/Reference/Category Reference/C_Calendar.EventGetInviteSortCriterion().sublime-snippet new file mode 100644 index 000000000..6c7b66b92 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventGetInviteSortCriterion().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventGetInviteSortCriterion + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventGetSelectedInvite().sublime-snippet b/Reference/Category Reference/C_Calendar.EventGetSelectedInvite().sublime-snippet new file mode 100644 index 000000000..7eae96561 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventGetSelectedInvite().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventGetSelectedInvite + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventGetStatusOptions(eventIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.EventGetStatusOptions(eventIndex).sublime-snippet new file mode 100644 index 000000000..c0e9c35e9 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventGetStatusOptions(eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventGetStatusOptions + (eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventGetTextures(eventType).sublime-snippet b/Reference/Category Reference/C_Calendar.EventGetTextures(eventType).sublime-snippet new file mode 100644 index 000000000..e6a6cbf0c --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventGetTextures(eventType).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventGetTextures + (eventType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventGetTypes().sublime-snippet b/Reference/Category Reference/C_Calendar.EventGetTypes().sublime-snippet new file mode 100644 index 000000000..dc976ce82 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventGetTypes().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventGetTypes + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventGetTypesDisplayOrdered().sublime-snippet b/Reference/Category Reference/C_Calendar.EventGetTypesDisplayOrdered().sublime-snippet new file mode 100644 index 000000000..f7057cd39 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventGetTypesDisplayOrdered().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventGetTypesDisplayOrdered + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventHasPendingInvite().sublime-snippet b/Reference/Category Reference/C_Calendar.EventHasPendingInvite().sublime-snippet new file mode 100644 index 000000000..3ad10e29d --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventHasPendingInvite().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventHasPendingInvite + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventHaveSettingsChanged().sublime-snippet b/Reference/Category Reference/C_Calendar.EventHaveSettingsChanged().sublime-snippet new file mode 100644 index 000000000..13940ef5a --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventHaveSettingsChanged().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventHaveSettingsChanged + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventInvite(name).sublime-snippet b/Reference/Category Reference/C_Calendar.EventInvite(name).sublime-snippet new file mode 100644 index 000000000..6a4160e3f --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventInvite(name).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventInvite + ("name") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventRemoveInvite(eventIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.EventRemoveInvite(eventIndex).sublime-snippet new file mode 100644 index 000000000..6aee553c7 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventRemoveInvite(eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventRemoveInvite + (eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSelectInvite(inviteIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.EventSelectInvite(inviteIndex).sublime-snippet new file mode 100644 index 000000000..08b9d61b7 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSelectInvite(inviteIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSelectInvite + (inviteIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSetAutoApprove().sublime-snippet b/Reference/Category Reference/C_Calendar.EventSetAutoApprove().sublime-snippet new file mode 100644 index 000000000..536b4ecfa --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSetAutoApprove().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSetAutoApprove + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSetClubID(clubID).sublime-snippet b/Reference/Category Reference/C_Calendar.EventSetClubID(clubID).sublime-snippet new file mode 100644 index 000000000..d2d4736d9 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSetClubID(clubID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSetClubID + ("clubID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSetDate(month, monthDay, year).sublime-snippet b/Reference/Category Reference/C_Calendar.EventSetDate(month, monthDay, year).sublime-snippet new file mode 100644 index 000000000..faf726203 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSetDate(month, monthDay, year).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSetDate + (month, monthDay, year) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSetDescription(description).sublime-snippet b/Reference/Category Reference/C_Calendar.EventSetDescription(description).sublime-snippet new file mode 100644 index 000000000..0a9a99f22 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSetDescription(description).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSetDescription + ("description") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSetInviteStatus(eventIndex, status).sublime-snippet b/Reference/Category Reference/C_Calendar.EventSetInviteStatus(eventIndex, status).sublime-snippet new file mode 100644 index 000000000..848c62809 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSetInviteStatus(eventIndex, status).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSetInviteStatus + (eventIndex, status) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSetLocked().sublime-snippet b/Reference/Category Reference/C_Calendar.EventSetLocked().sublime-snippet new file mode 100644 index 000000000..eccb6471c --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSetLocked().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSetLocked + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSetModerator(inviteIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.EventSetModerator(inviteIndex).sublime-snippet new file mode 100644 index 000000000..3aa487d70 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSetModerator(inviteIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSetModerator + (inviteIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSetTextureID(textureIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.EventSetTextureID(textureIndex).sublime-snippet new file mode 100644 index 000000000..f18e1455d --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSetTextureID(textureIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSetTextureID + (textureIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSetTime(hour, minute).sublime-snippet b/Reference/Category Reference/C_Calendar.EventSetTime(hour, minute).sublime-snippet new file mode 100644 index 000000000..e44f41d8f --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSetTime(hour, minute).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSetTime + (hour, minute) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSetTitle(title).sublime-snippet b/Reference/Category Reference/C_Calendar.EventSetTitle(title).sublime-snippet new file mode 100644 index 000000000..179809026 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSetTitle(title).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSetTitle + ("title") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSetType(typeIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.EventSetType(typeIndex).sublime-snippet new file mode 100644 index 000000000..9a933e1aa --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSetType(typeIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSetType + (typeIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSignUp().sublime-snippet b/Reference/Category Reference/C_Calendar.EventSignUp().sublime-snippet new file mode 100644 index 000000000..8b4dc0359 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSignUp().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSignUp + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventSortInvites(criterion, reverse).sublime-snippet b/Reference/Category Reference/C_Calendar.EventSortInvites(criterion, reverse).sublime-snippet new file mode 100644 index 000000000..693f80d98 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventSortInvites(criterion, reverse).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventSortInvites + ("criterion", reverse) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.EventTentative().sublime-snippet b/Reference/Category Reference/C_Calendar.EventTentative().sublime-snippet new file mode 100644 index 000000000..1a1157bff --- /dev/null +++ b/Reference/Category Reference/C_Calendar.EventTentative().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.EventTentative + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetDate().sublime-snippet b/Reference/Category Reference/C_Calendar.GetDate().sublime-snippet new file mode 100644 index 000000000..c1d2c1bf1 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetDate().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetDate + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetDayEvent(monthOffset, monthDay, index).sublime-snippet b/Reference/Category Reference/C_Calendar.GetDayEvent(monthOffset, monthDay, index).sublime-snippet new file mode 100644 index 000000000..8f8a24f94 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetDayEvent(monthOffset, monthDay, index).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetDayEvent + (monthOffset, monthDay, index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetDefaultGuildFilter().sublime-snippet b/Reference/Category Reference/C_Calendar.GetDefaultGuildFilter().sublime-snippet new file mode 100644 index 000000000..7025d568c --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetDefaultGuildFilter().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetDefaultGuildFilter + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetEventIndex().sublime-snippet b/Reference/Category Reference/C_Calendar.GetEventIndex().sublime-snippet new file mode 100644 index 000000000..a39591340 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetEventIndex().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetEventIndex + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetEventInfo().sublime-snippet b/Reference/Category Reference/C_Calendar.GetEventInfo().sublime-snippet new file mode 100644 index 000000000..002c2d808 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetEventInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetEventInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetFirstPendingInvite(offsetMonths, monthDay).sublime-snippet b/Reference/Category Reference/C_Calendar.GetFirstPendingInvite(offsetMonths, monthDay).sublime-snippet new file mode 100644 index 000000000..a6b88cb03 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetFirstPendingInvite(offsetMonths, monthDay).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetFirstPendingInvite + (offsetMonths, monthDay) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetGuildEventInfo(index).sublime-snippet b/Reference/Category Reference/C_Calendar.GetGuildEventInfo(index).sublime-snippet new file mode 100644 index 000000000..b802a7413 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetGuildEventInfo(index).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetGuildEventInfo + (index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetGuildEventSelectionInfo(index).sublime-snippet b/Reference/Category Reference/C_Calendar.GetGuildEventSelectionInfo(index).sublime-snippet new file mode 100644 index 000000000..47635c6f1 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetGuildEventSelectionInfo(index).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetGuildEventSelectionInfo + (index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetHolidayInfo(monthOffset, monthDay, index).sublime-snippet b/Reference/Category Reference/C_Calendar.GetHolidayInfo(monthOffset, monthDay, index).sublime-snippet new file mode 100644 index 000000000..4b986a6ee --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetHolidayInfo(monthOffset, monthDay, index).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetHolidayInfo + (monthOffset, monthDay, index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetMaxCreateDate().sublime-snippet b/Reference/Category Reference/C_Calendar.GetMaxCreateDate().sublime-snippet new file mode 100644 index 000000000..c372df504 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetMaxCreateDate().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetMaxCreateDate + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetMinDate().sublime-snippet b/Reference/Category Reference/C_Calendar.GetMinDate().sublime-snippet new file mode 100644 index 000000000..4996d3ceb --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetMinDate().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetMinDate + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetMonthInfo(offsetMonths).sublime-snippet b/Reference/Category Reference/C_Calendar.GetMonthInfo(offsetMonths).sublime-snippet new file mode 100644 index 000000000..78e4e2d2d --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetMonthInfo(offsetMonths).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetMonthInfo + (offsetMonths) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetNumDayEvents(offsetMonths, monthDay).sublime-snippet b/Reference/Category Reference/C_Calendar.GetNumDayEvents(offsetMonths, monthDay).sublime-snippet new file mode 100644 index 000000000..556a4644a --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetNumDayEvents(offsetMonths, monthDay).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetNumDayEvents + (offsetMonths, monthDay) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetNumGuildEvents().sublime-snippet b/Reference/Category Reference/C_Calendar.GetNumGuildEvents().sublime-snippet new file mode 100644 index 000000000..dc9e9f94a --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetNumGuildEvents().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetNumGuildEvents + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetNumInvites().sublime-snippet b/Reference/Category Reference/C_Calendar.GetNumInvites().sublime-snippet new file mode 100644 index 000000000..d7337c663 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetNumInvites().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetNumInvites + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetNumPendingInvites().sublime-snippet b/Reference/Category Reference/C_Calendar.GetNumPendingInvites().sublime-snippet new file mode 100644 index 000000000..3f584ab64 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetNumPendingInvites().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetNumPendingInvites + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.GetRaidInfo(offsetMonths, monthDay, eventIndex).sublime-snippet b/Reference/Category Reference/C_Calendar.GetRaidInfo(offsetMonths, monthDay, eventIndex).sublime-snippet new file mode 100644 index 000000000..f25db4e05 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.GetRaidInfo(offsetMonths, monthDay, eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.GetRaidInfo + (offsetMonths, monthDay, eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.IsActionPending().sublime-snippet b/Reference/Category Reference/C_Calendar.IsActionPending().sublime-snippet new file mode 100644 index 000000000..520250eeb --- /dev/null +++ b/Reference/Category Reference/C_Calendar.IsActionPending().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.IsActionPending + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.MassInviteCommunity(clubID, minLevel, maxLevel, [maxRankOrder]).sublime-snippet b/Reference/Category Reference/C_Calendar.MassInviteCommunity(clubID, minLevel, maxLevel, [maxRankOrder]).sublime-snippet new file mode 100644 index 000000000..932fd2448 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.MassInviteCommunity(clubID, minLevel, maxLevel, [maxRankOrder]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.MassInviteCommunity + ("clubID", minLevel, maxLevel, [maxRankOrder]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.MassInviteGuild(minLevel, maxLevel, maxRankOrder).sublime-snippet b/Reference/Category Reference/C_Calendar.MassInviteGuild(minLevel, maxLevel, maxRankOrder).sublime-snippet new file mode 100644 index 000000000..eb3e87ab4 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.MassInviteGuild(minLevel, maxLevel, maxRankOrder).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.MassInviteGuild + (minLevel, maxLevel, maxRankOrder) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.OpenCalendar().sublime-snippet b/Reference/Category Reference/C_Calendar.OpenCalendar().sublime-snippet new file mode 100644 index 000000000..63b523fc8 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.OpenCalendar().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.OpenCalendar + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.OpenEvent(offsetMonths, monthDay, index).sublime-snippet b/Reference/Category Reference/C_Calendar.OpenEvent(offsetMonths, monthDay, index).sublime-snippet new file mode 100644 index 000000000..9be19a157 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.OpenEvent(offsetMonths, monthDay, index).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.OpenEvent + (offsetMonths, monthDay, index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.RemoveEvent().sublime-snippet b/Reference/Category Reference/C_Calendar.RemoveEvent().sublime-snippet new file mode 100644 index 000000000..595d30467 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.RemoveEvent().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.RemoveEvent + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.SetAbsMonth(month, year).sublime-snippet b/Reference/Category Reference/C_Calendar.SetAbsMonth(month, year).sublime-snippet new file mode 100644 index 000000000..baf947c45 --- /dev/null +++ b/Reference/Category Reference/C_Calendar.SetAbsMonth(month, year).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.SetAbsMonth + (month, year) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.SetMonth(offsetMonths).sublime-snippet b/Reference/Category Reference/C_Calendar.SetMonth(offsetMonths).sublime-snippet new file mode 100644 index 000000000..0842e525e --- /dev/null +++ b/Reference/Category Reference/C_Calendar.SetMonth(offsetMonths).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.SetMonth + (offsetMonths) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Calendar.UpdateEvent().sublime-snippet b/Reference/Category Reference/C_Calendar.UpdateEvent().sublime-snippet new file mode 100644 index 000000000..21c86c39e --- /dev/null +++ b/Reference/Category Reference/C_Calendar.UpdateEvent().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Calendar.UpdateEvent + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CampaignInfo.GetCampaignChapterInfo(campaignChapterID).sublime-snippet b/Reference/Category Reference/C_CampaignInfo.GetCampaignChapterInfo(campaignChapterID).sublime-snippet new file mode 100644 index 000000000..1c8856526 --- /dev/null +++ b/Reference/Category Reference/C_CampaignInfo.GetCampaignChapterInfo(campaignChapterID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_CampaignInfo.GetCampaignChapterInfo + (campaignChapterID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CampaignInfo.GetCampaignInfo(campaignID).sublime-snippet b/Reference/Category Reference/C_CampaignInfo.GetCampaignInfo(campaignID).sublime-snippet new file mode 100644 index 000000000..830e7e6a0 --- /dev/null +++ b/Reference/Category Reference/C_CampaignInfo.GetCampaignInfo(campaignID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_CampaignInfo.GetCampaignInfo + (campaignID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CampaignInfo.GetCurrentCampaignChapterID().sublime-snippet b/Reference/Category Reference/C_CampaignInfo.GetCurrentCampaignChapterID().sublime-snippet new file mode 100644 index 000000000..0f6f44a90 --- /dev/null +++ b/Reference/Category Reference/C_CampaignInfo.GetCurrentCampaignChapterID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_CampaignInfo.GetCurrentCampaignChapterID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CampaignInfo.GetCurrentCampaignID().sublime-snippet b/Reference/Category Reference/C_CampaignInfo.GetCurrentCampaignID().sublime-snippet new file mode 100644 index 000000000..c63a4659b --- /dev/null +++ b/Reference/Category Reference/C_CampaignInfo.GetCurrentCampaignID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_CampaignInfo.GetCurrentCampaignID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CampaignInfo.IsCampaignQuest(questID).sublime-snippet b/Reference/Category Reference/C_CampaignInfo.IsCampaignQuest(questID).sublime-snippet new file mode 100644 index 000000000..0a4536a40 --- /dev/null +++ b/Reference/Category Reference/C_CampaignInfo.IsCampaignQuest(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_CampaignInfo.IsCampaignQuest + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.ClearKeystone().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.ClearKeystone().sublime-snippet new file mode 100644 index 000000000..0a7101013 --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.ClearKeystone().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.ClearKeystone + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.CloseKeystoneFrame().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.CloseKeystoneFrame().sublime-snippet new file mode 100644 index 000000000..18923d58e --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.CloseKeystoneFrame().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.CloseKeystoneFrame + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.GetActiveChallengeMapID().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.GetActiveChallengeMapID().sublime-snippet new file mode 100644 index 000000000..29a8bf84a --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.GetActiveChallengeMapID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.GetActiveChallengeMapID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.GetActiveKeystoneInfo().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.GetActiveKeystoneInfo().sublime-snippet new file mode 100644 index 000000000..ab1014489 --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.GetActiveKeystoneInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.GetActiveKeystoneInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.GetAffixInfo(affixID).sublime-snippet b/Reference/Category Reference/C_ChallengeMode.GetAffixInfo(affixID).sublime-snippet new file mode 100644 index 000000000..11eeca3b9 --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.GetAffixInfo(affixID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.GetAffixInfo + (affixID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.GetCompletionInfo().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.GetCompletionInfo().sublime-snippet new file mode 100644 index 000000000..fa42a039b --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.GetCompletionInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.GetCompletionInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.GetDeathCount().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.GetDeathCount().sublime-snippet new file mode 100644 index 000000000..f99055b52 --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.GetDeathCount().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.GetDeathCount + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.GetGuildLeaders().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.GetGuildLeaders().sublime-snippet new file mode 100644 index 000000000..8493e9851 --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.GetGuildLeaders().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.GetGuildLeaders + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.GetMapTable().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.GetMapTable().sublime-snippet new file mode 100644 index 000000000..033fe6594 --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.GetMapTable().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.GetMapTable + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.GetMapUIInfo(mapChallengeModeID).sublime-snippet b/Reference/Category Reference/C_ChallengeMode.GetMapUIInfo(mapChallengeModeID).sublime-snippet new file mode 100644 index 000000000..6ec659117 --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.GetMapUIInfo(mapChallengeModeID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.GetMapUIInfo + (mapChallengeModeID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.GetPowerLevelDamageHealthMod(powerLevel).sublime-snippet b/Reference/Category Reference/C_ChallengeMode.GetPowerLevelDamageHealthMod(powerLevel).sublime-snippet new file mode 100644 index 000000000..07a3fa365 --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.GetPowerLevelDamageHealthMod(powerLevel).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.GetPowerLevelDamageHealthMod + (powerLevel) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.GetSlottedKeystoneInfo().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.GetSlottedKeystoneInfo().sublime-snippet new file mode 100644 index 000000000..a1c987333 --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.GetSlottedKeystoneInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.GetSlottedKeystoneInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.HasSlottedKeystone().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.HasSlottedKeystone().sublime-snippet new file mode 100644 index 000000000..9d65dc1dd --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.HasSlottedKeystone().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.HasSlottedKeystone + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.IsChallengeModeActive().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.IsChallengeModeActive().sublime-snippet new file mode 100644 index 000000000..752640aa0 --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.IsChallengeModeActive().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.IsChallengeModeActive + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.RemoveKeystone().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.RemoveKeystone().sublime-snippet new file mode 100644 index 000000000..ec9500138 --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.RemoveKeystone().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.RemoveKeystone + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.RequestLeaders(mapChallengeModeID).sublime-snippet b/Reference/Category Reference/C_ChallengeMode.RequestLeaders(mapChallengeModeID).sublime-snippet new file mode 100644 index 000000000..c6762796a --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.RequestLeaders(mapChallengeModeID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.RequestLeaders + (mapChallengeModeID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.Reset().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.Reset().sublime-snippet new file mode 100644 index 000000000..2d6c1ba3c --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.Reset().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.Reset + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.SetKeystoneTooltip().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.SetKeystoneTooltip().sublime-snippet new file mode 100644 index 000000000..b6620fc47 --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.SetKeystoneTooltip().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.SetKeystoneTooltip + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.SlotKeystone().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.SlotKeystone().sublime-snippet new file mode 100644 index 000000000..a5669431a --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.SlotKeystone().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.SlotKeystone + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChallengeMode.StartChallengeMode().sublime-snippet b/Reference/Category Reference/C_ChallengeMode.StartChallengeMode().sublime-snippet new file mode 100644 index 000000000..76420281e --- /dev/null +++ b/Reference/Category Reference/C_ChallengeMode.StartChallengeMode().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChallengeMode.StartChallengeMode + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChatBubbles.GetAllChatBubbles(includeForbidden).sublime-snippet b/Reference/Category Reference/C_ChatBubbles.GetAllChatBubbles(includeForbidden).sublime-snippet new file mode 100644 index 000000000..7825c7518 --- /dev/null +++ b/Reference/Category Reference/C_ChatBubbles.GetAllChatBubbles(includeForbidden).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChatBubbles.GetAllChatBubbles + (includeForbidden) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChatInfo.CanReportPlayer(playerLocation).sublime-snippet b/Reference/Category Reference/C_ChatInfo.CanReportPlayer(playerLocation).sublime-snippet new file mode 100644 index 000000000..e73aef24c --- /dev/null +++ b/Reference/Category Reference/C_ChatInfo.CanReportPlayer(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChatInfo.CanReportPlayer + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChatInfo.GetChannelRosterInfo(channelIndex, rosterIndex).sublime-snippet b/Reference/Category Reference/C_ChatInfo.GetChannelRosterInfo(channelIndex, rosterIndex).sublime-snippet new file mode 100644 index 000000000..ba7281b49 --- /dev/null +++ b/Reference/Category Reference/C_ChatInfo.GetChannelRosterInfo(channelIndex, rosterIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChatInfo.GetChannelRosterInfo + (channelIndex, rosterIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChatInfo.GetNumActiveChannels().sublime-snippet b/Reference/Category Reference/C_ChatInfo.GetNumActiveChannels().sublime-snippet new file mode 100644 index 000000000..d1c8e07ec --- /dev/null +++ b/Reference/Category Reference/C_ChatInfo.GetNumActiveChannels().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChatInfo.GetNumActiveChannels + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChatInfo.GetRegisteredAddonMessagePrefixes().sublime-snippet b/Reference/Category Reference/C_ChatInfo.GetRegisteredAddonMessagePrefixes().sublime-snippet new file mode 100644 index 000000000..4d12d7332 --- /dev/null +++ b/Reference/Category Reference/C_ChatInfo.GetRegisteredAddonMessagePrefixes().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChatInfo.GetRegisteredAddonMessagePrefixes + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChatInfo.IsAddonMessagePrefixRegistered(prefix).sublime-snippet b/Reference/Category Reference/C_ChatInfo.IsAddonMessagePrefixRegistered(prefix).sublime-snippet new file mode 100644 index 000000000..01e487bce --- /dev/null +++ b/Reference/Category Reference/C_ChatInfo.IsAddonMessagePrefixRegistered(prefix).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChatInfo.IsAddonMessagePrefixRegistered + ("prefix") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChatInfo.IsPartyChannelType(channelType).sublime-snippet b/Reference/Category Reference/C_ChatInfo.IsPartyChannelType(channelType).sublime-snippet new file mode 100644 index 000000000..69d55decc --- /dev/null +++ b/Reference/Category Reference/C_ChatInfo.IsPartyChannelType(channelType).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChatInfo.IsPartyChannelType + (channelType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChatInfo.RegisterAddonMessagePrefix(prefix).sublime-snippet b/Reference/Category Reference/C_ChatInfo.RegisterAddonMessagePrefix(prefix).sublime-snippet new file mode 100644 index 000000000..360c4481c --- /dev/null +++ b/Reference/Category Reference/C_ChatInfo.RegisterAddonMessagePrefix(prefix).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChatInfo.RegisterAddonMessagePrefix + ("prefix") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChatInfo.ReportPlayer(complaintType, [playerLocation, [comment]]).sublime-snippet b/Reference/Category Reference/C_ChatInfo.ReportPlayer(complaintType, [playerLocation, [comment]]).sublime-snippet new file mode 100644 index 000000000..04974ea8f --- /dev/null +++ b/Reference/Category Reference/C_ChatInfo.ReportPlayer(complaintType, [playerLocation, [comment]]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChatInfo.ReportPlayer + ("complaintType", [playerLocation, ["comment"]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChatInfo.SendAddonMessage(prefix, message, [chatType, [target]]).sublime-snippet b/Reference/Category Reference/C_ChatInfo.SendAddonMessage(prefix, message, [chatType, [target]]).sublime-snippet new file mode 100644 index 000000000..c1cc79caa --- /dev/null +++ b/Reference/Category Reference/C_ChatInfo.SendAddonMessage(prefix, message, [chatType, [target]]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChatInfo.SendAddonMessage + ("prefix", "message", ["chatType", ["target"]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ChatInfo.SendAddonMessageLogged(prefix, message, [chatType, [target]]).sublime-snippet b/Reference/Category Reference/C_ChatInfo.SendAddonMessageLogged(prefix, message, [chatType, [target]]).sublime-snippet new file mode 100644 index 000000000..9cb00bc67 --- /dev/null +++ b/Reference/Category Reference/C_ChatInfo.SendAddonMessageLogged(prefix, message, [chatType, [target]]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ChatInfo.SendAddonMessageLogged + ("prefix", "message", ["chatType", ["target"]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.AcceptInvitation(clubId).sublime-snippet b/Reference/Category Reference/C_Club.AcceptInvitation(clubId).sublime-snippet new file mode 100644 index 000000000..dba5662af --- /dev/null +++ b/Reference/Category Reference/C_Club.AcceptInvitation(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.AcceptInvitation + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.AddClubStreamToChatWindow(clubId, streamId, chatWindowIndex).sublime-snippet b/Reference/Category Reference/C_Club.AddClubStreamToChatWindow(clubId, streamId, chatWindowIndex).sublime-snippet new file mode 100644 index 000000000..d83d3943c --- /dev/null +++ b/Reference/Category Reference/C_Club.AddClubStreamToChatWindow(clubId, streamId, chatWindowIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.AddClubStreamToChatWindow + ("clubId", "streamId", chatWindowIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.AdvanceStreamViewMarker(clubId, streamId).sublime-snippet b/Reference/Category Reference/C_Club.AdvanceStreamViewMarker(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..16874800f --- /dev/null +++ b/Reference/Category Reference/C_Club.AdvanceStreamViewMarker(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.AdvanceStreamViewMarker + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.AssignMemberRole(clubId, memberId, roleId).sublime-snippet b/Reference/Category Reference/C_Club.AssignMemberRole(clubId, memberId, roleId).sublime-snippet new file mode 100644 index 000000000..4f7dfaf10 --- /dev/null +++ b/Reference/Category Reference/C_Club.AssignMemberRole(clubId, memberId, roleId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.AssignMemberRole + ("clubId", memberId, roleId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.CanResolvePlayerLocationFromClubMessageData(clubId, streamId, epoch, position).sublime-snippet b/Reference/Category Reference/C_Club.CanResolvePlayerLocationFromClubMessageData(clubId, streamId, epoch, position).sublime-snippet new file mode 100644 index 000000000..35efdef8e --- /dev/null +++ b/Reference/Category Reference/C_Club.CanResolvePlayerLocationFromClubMessageData(clubId, streamId, epoch, position).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.CanResolvePlayerLocationFromClubMessageData + ("clubId", "streamId", epoch, position) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.ClearAutoAdvanceStreamViewMarker().sublime-snippet b/Reference/Category Reference/C_Club.ClearAutoAdvanceStreamViewMarker().sublime-snippet new file mode 100644 index 000000000..eedac9eec --- /dev/null +++ b/Reference/Category Reference/C_Club.ClearAutoAdvanceStreamViewMarker().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.ClearAutoAdvanceStreamViewMarker + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.ClearClubPresenceSubscription().sublime-snippet b/Reference/Category Reference/C_Club.ClearClubPresenceSubscription().sublime-snippet new file mode 100644 index 000000000..689df78ad --- /dev/null +++ b/Reference/Category Reference/C_Club.ClearClubPresenceSubscription().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.ClearClubPresenceSubscription + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.CompareBattleNetDisplayName(clubId, lhsMemberId, rhsMemberId).sublime-snippet b/Reference/Category Reference/C_Club.CompareBattleNetDisplayName(clubId, lhsMemberId, rhsMemberId).sublime-snippet new file mode 100644 index 000000000..9fcbebe76 --- /dev/null +++ b/Reference/Category Reference/C_Club.CompareBattleNetDisplayName(clubId, lhsMemberId, rhsMemberId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.CompareBattleNetDisplayName + ("clubId", lhsMemberId, rhsMemberId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.CreateClub(name, [shortName, description, clubType, avatarId]).sublime-snippet b/Reference/Category Reference/C_Club.CreateClub(name, [shortName, description, clubType, avatarId]).sublime-snippet new file mode 100644 index 000000000..d0abfb9ac --- /dev/null +++ b/Reference/Category Reference/C_Club.CreateClub(name, [shortName, description, clubType, avatarId]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.CreateClub + ("name", ["shortName", "description", clubType, avatarId]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.CreateStream(clubId, name, subject, leadersAndModeratorsOnly).sublime-snippet b/Reference/Category Reference/C_Club.CreateStream(clubId, name, subject, leadersAndModeratorsOnly).sublime-snippet new file mode 100644 index 000000000..64f03e21f --- /dev/null +++ b/Reference/Category Reference/C_Club.CreateStream(clubId, name, subject, leadersAndModeratorsOnly).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.CreateStream + ("clubId", "name", "subject", leadersAndModeratorsOnly) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.CreateTicket(clubId, [allowedRedeemCount, [duration, [defaultStreamId]]]).sublime-snippet b/Reference/Category Reference/C_Club.CreateTicket(clubId, [allowedRedeemCount, [duration, [defaultStreamId]]]).sublime-snippet new file mode 100644 index 000000000..275771a6b --- /dev/null +++ b/Reference/Category Reference/C_Club.CreateTicket(clubId, [allowedRedeemCount, [duration, [defaultStreamId]]]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.CreateTicket + ("clubId", [allowedRedeemCount, [duration, ["defaultStreamId"]]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.DeclineInvitation(clubId).sublime-snippet b/Reference/Category Reference/C_Club.DeclineInvitation(clubId).sublime-snippet new file mode 100644 index 000000000..1c9e236a9 --- /dev/null +++ b/Reference/Category Reference/C_Club.DeclineInvitation(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.DeclineInvitation + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.DestroyClub(clubId).sublime-snippet b/Reference/Category Reference/C_Club.DestroyClub(clubId).sublime-snippet new file mode 100644 index 000000000..e65b88b3d --- /dev/null +++ b/Reference/Category Reference/C_Club.DestroyClub(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.DestroyClub + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.DestroyMessage(clubId, streamId, messageId).sublime-snippet b/Reference/Category Reference/C_Club.DestroyMessage(clubId, streamId, messageId).sublime-snippet new file mode 100644 index 000000000..44c59564d --- /dev/null +++ b/Reference/Category Reference/C_Club.DestroyMessage(clubId, streamId, messageId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.DestroyMessage + ("clubId", "streamId", messageId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.DestroyStream(clubId, streamId).sublime-snippet b/Reference/Category Reference/C_Club.DestroyStream(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..47f9577e2 --- /dev/null +++ b/Reference/Category Reference/C_Club.DestroyStream(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.DestroyStream + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.DestroyTicket(clubId, ticketId).sublime-snippet b/Reference/Category Reference/C_Club.DestroyTicket(clubId, ticketId).sublime-snippet new file mode 100644 index 000000000..ba344ef4c --- /dev/null +++ b/Reference/Category Reference/C_Club.DestroyTicket(clubId, ticketId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.DestroyTicket + ("clubId", "ticketId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.EditClub(clubId, [name, [shortName, [description, [avatarId, [broadcast]]]]]).sublime-snippet b/Reference/Category Reference/C_Club.EditClub(clubId, [name, [shortName, [description, [avatarId, [broadcast]]]]]).sublime-snippet new file mode 100644 index 000000000..757ce7b34 --- /dev/null +++ b/Reference/Category Reference/C_Club.EditClub(clubId, [name, [shortName, [description, [avatarId, [broadcast]]]]]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.EditClub + ("clubId", ["name", ["shortName", ["description", [avatarId, ["broadcast"]]]]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.EditMessage(clubId, streamId, messageId, message).sublime-snippet b/Reference/Category Reference/C_Club.EditMessage(clubId, streamId, messageId, message).sublime-snippet new file mode 100644 index 000000000..d3c83af40 --- /dev/null +++ b/Reference/Category Reference/C_Club.EditMessage(clubId, streamId, messageId, message).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.EditMessage + ("clubId", "streamId", messageId, "message") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.EditStream(clubId, streamId, [name, [subject, [leadersAndModeratorsOnly]]]).sublime-snippet b/Reference/Category Reference/C_Club.EditStream(clubId, streamId, [name, [subject, [leadersAndModeratorsOnly]]]).sublime-snippet new file mode 100644 index 000000000..4610651ab --- /dev/null +++ b/Reference/Category Reference/C_Club.EditStream(clubId, streamId, [name, [subject, [leadersAndModeratorsOnly]]]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.EditStream + ("clubId", "streamId", ["name", ["subject", [leadersAndModeratorsOnly]]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.FocusStream(clubId, streamId).sublime-snippet b/Reference/Category Reference/C_Club.FocusStream(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..937a98760 --- /dev/null +++ b/Reference/Category Reference/C_Club.FocusStream(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.FocusStream + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetAssignableRoles(clubId, memberId).sublime-snippet b/Reference/Category Reference/C_Club.GetAssignableRoles(clubId, memberId).sublime-snippet new file mode 100644 index 000000000..4a7e443c3 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetAssignableRoles(clubId, memberId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetAssignableRoles + ("clubId", memberId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetAvatarIdList(clubType).sublime-snippet b/Reference/Category Reference/C_Club.GetAvatarIdList(clubType).sublime-snippet new file mode 100644 index 000000000..e5b6c6da9 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetAvatarIdList(clubType).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetAvatarIdList + (clubType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetClubInfo(clubId).sublime-snippet b/Reference/Category Reference/C_Club.GetClubInfo(clubId).sublime-snippet new file mode 100644 index 000000000..1cf280f74 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetClubInfo(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetClubInfo + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetClubMembers(clubId, [streamId]).sublime-snippet b/Reference/Category Reference/C_Club.GetClubMembers(clubId, [streamId]).sublime-snippet new file mode 100644 index 000000000..45b5381e6 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetClubMembers(clubId, [streamId]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetClubMembers + ("clubId", ["streamId"]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetClubPrivileges(clubId).sublime-snippet b/Reference/Category Reference/C_Club.GetClubPrivileges(clubId).sublime-snippet new file mode 100644 index 000000000..9e81eb770 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetClubPrivileges(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetClubPrivileges + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetClubStreamNotificationSettings(clubId).sublime-snippet b/Reference/Category Reference/C_Club.GetClubStreamNotificationSettings(clubId).sublime-snippet new file mode 100644 index 000000000..39f583664 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetClubStreamNotificationSettings(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetClubStreamNotificationSettings + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetCommunityNameResultText(result).sublime-snippet b/Reference/Category Reference/C_Club.GetCommunityNameResultText(result).sublime-snippet new file mode 100644 index 000000000..03d6c5665 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetCommunityNameResultText(result).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetCommunityNameResultText + (result) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetGuildClubId().sublime-snippet b/Reference/Category Reference/C_Club.GetGuildClubId().sublime-snippet new file mode 100644 index 000000000..a8e034ddd --- /dev/null +++ b/Reference/Category Reference/C_Club.GetGuildClubId().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetGuildClubId + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetInfoFromLastCommunityChatLine().sublime-snippet b/Reference/Category Reference/C_Club.GetInfoFromLastCommunityChatLine().sublime-snippet new file mode 100644 index 000000000..abefad8f7 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetInfoFromLastCommunityChatLine().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetInfoFromLastCommunityChatLine + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetInvitationCandidates([filter, [maxResults, [cursorPosition, clubId]]]).sublime-snippet b/Reference/Category Reference/C_Club.GetInvitationCandidates([filter, [maxResults, [cursorPosition, clubId]]]).sublime-snippet new file mode 100644 index 000000000..1c98a4971 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetInvitationCandidates([filter, [maxResults, [cursorPosition, clubId]]]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetInvitationCandidates + (["filter", [maxResults, [cursorPosition, "clubId"]]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetInvitationInfo(clubId).sublime-snippet b/Reference/Category Reference/C_Club.GetInvitationInfo(clubId).sublime-snippet new file mode 100644 index 000000000..8de5b823b --- /dev/null +++ b/Reference/Category Reference/C_Club.GetInvitationInfo(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetInvitationInfo + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetInvitationsForClub(clubId).sublime-snippet b/Reference/Category Reference/C_Club.GetInvitationsForClub(clubId).sublime-snippet new file mode 100644 index 000000000..4e90ee318 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetInvitationsForClub(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetInvitationsForClub + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetInvitationsForSelf().sublime-snippet b/Reference/Category Reference/C_Club.GetInvitationsForSelf().sublime-snippet new file mode 100644 index 000000000..d0035a848 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetInvitationsForSelf().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetInvitationsForSelf + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetMemberInfo(clubId, memberId).sublime-snippet b/Reference/Category Reference/C_Club.GetMemberInfo(clubId, memberId).sublime-snippet new file mode 100644 index 000000000..fe370fb1a --- /dev/null +++ b/Reference/Category Reference/C_Club.GetMemberInfo(clubId, memberId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetMemberInfo + ("clubId", memberId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetMemberInfoForSelf(clubId).sublime-snippet b/Reference/Category Reference/C_Club.GetMemberInfoForSelf(clubId).sublime-snippet new file mode 100644 index 000000000..35607c120 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetMemberInfoForSelf(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetMemberInfoForSelf + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetMessageInfo(clubId, streamId, messageId).sublime-snippet b/Reference/Category Reference/C_Club.GetMessageInfo(clubId, streamId, messageId).sublime-snippet new file mode 100644 index 000000000..dc38d8a29 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetMessageInfo(clubId, streamId, messageId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetMessageInfo + ("clubId", "streamId", messageId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetMessageRanges(clubId, streamId).sublime-snippet b/Reference/Category Reference/C_Club.GetMessageRanges(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..59e129cba --- /dev/null +++ b/Reference/Category Reference/C_Club.GetMessageRanges(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetMessageRanges + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetMessagesBefore(clubId, streamId, newest, count).sublime-snippet b/Reference/Category Reference/C_Club.GetMessagesBefore(clubId, streamId, newest, count).sublime-snippet new file mode 100644 index 000000000..9747767b0 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetMessagesBefore(clubId, streamId, newest, count).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetMessagesBefore + ("clubId", "streamId", newest, count) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetMessagesInRange(clubId, streamId, oldest, newest).sublime-snippet b/Reference/Category Reference/C_Club.GetMessagesInRange(clubId, streamId, oldest, newest).sublime-snippet new file mode 100644 index 000000000..2daba2864 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetMessagesInRange(clubId, streamId, oldest, newest).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetMessagesInRange + ("clubId", "streamId", oldest, newest) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetStreamInfo(clubId, streamId).sublime-snippet b/Reference/Category Reference/C_Club.GetStreamInfo(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..8a5fadd20 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetStreamInfo(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetStreamInfo + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetStreamViewMarker(clubId, streamId).sublime-snippet b/Reference/Category Reference/C_Club.GetStreamViewMarker(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..1869c5bc2 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetStreamViewMarker(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetStreamViewMarker + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetStreams(clubId).sublime-snippet b/Reference/Category Reference/C_Club.GetStreams(clubId).sublime-snippet new file mode 100644 index 000000000..720736951 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetStreams(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetStreams + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetSubscribedClubs().sublime-snippet b/Reference/Category Reference/C_Club.GetSubscribedClubs().sublime-snippet new file mode 100644 index 000000000..ba1d00cf3 --- /dev/null +++ b/Reference/Category Reference/C_Club.GetSubscribedClubs().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetSubscribedClubs + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.GetTickets(clubId).sublime-snippet b/Reference/Category Reference/C_Club.GetTickets(clubId).sublime-snippet new file mode 100644 index 000000000..f9751409b --- /dev/null +++ b/Reference/Category Reference/C_Club.GetTickets(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.GetTickets + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.IsAccountMuted(clubId).sublime-snippet b/Reference/Category Reference/C_Club.IsAccountMuted(clubId).sublime-snippet new file mode 100644 index 000000000..776f9e553 --- /dev/null +++ b/Reference/Category Reference/C_Club.IsAccountMuted(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.IsAccountMuted + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.IsBeginningOfStream(clubId, streamId, messageId).sublime-snippet b/Reference/Category Reference/C_Club.IsBeginningOfStream(clubId, streamId, messageId).sublime-snippet new file mode 100644 index 000000000..b70681d9c --- /dev/null +++ b/Reference/Category Reference/C_Club.IsBeginningOfStream(clubId, streamId, messageId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.IsBeginningOfStream + ("clubId", "streamId", messageId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.IsEnabled().sublime-snippet b/Reference/Category Reference/C_Club.IsEnabled().sublime-snippet new file mode 100644 index 000000000..d837aa6da --- /dev/null +++ b/Reference/Category Reference/C_Club.IsEnabled().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.IsEnabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.IsRestricted().sublime-snippet b/Reference/Category Reference/C_Club.IsRestricted().sublime-snippet new file mode 100644 index 000000000..7429cf412 --- /dev/null +++ b/Reference/Category Reference/C_Club.IsRestricted().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.IsRestricted + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.IsSubscribedToStream(clubId, streamId).sublime-snippet b/Reference/Category Reference/C_Club.IsSubscribedToStream(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..a2f90ce55 --- /dev/null +++ b/Reference/Category Reference/C_Club.IsSubscribedToStream(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.IsSubscribedToStream + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.KickMember(clubId, memberId).sublime-snippet b/Reference/Category Reference/C_Club.KickMember(clubId, memberId).sublime-snippet new file mode 100644 index 000000000..ed28ea49c --- /dev/null +++ b/Reference/Category Reference/C_Club.KickMember(clubId, memberId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.KickMember + ("clubId", memberId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.LeaveClub(clubId).sublime-snippet b/Reference/Category Reference/C_Club.LeaveClub(clubId).sublime-snippet new file mode 100644 index 000000000..f2bb1f370 --- /dev/null +++ b/Reference/Category Reference/C_Club.LeaveClub(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.LeaveClub + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.RedeemTicket(ticketId).sublime-snippet b/Reference/Category Reference/C_Club.RedeemTicket(ticketId).sublime-snippet new file mode 100644 index 000000000..325c9daa5 --- /dev/null +++ b/Reference/Category Reference/C_Club.RedeemTicket(ticketId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.RedeemTicket + ("ticketId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.RequestInvitationsForClub(clubId).sublime-snippet b/Reference/Category Reference/C_Club.RequestInvitationsForClub(clubId).sublime-snippet new file mode 100644 index 000000000..22a2297e5 --- /dev/null +++ b/Reference/Category Reference/C_Club.RequestInvitationsForClub(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.RequestInvitationsForClub + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.RequestMoreMessagesBefore(clubId, streamId, [messageId, [count]]).sublime-snippet b/Reference/Category Reference/C_Club.RequestMoreMessagesBefore(clubId, streamId, [messageId, [count]]).sublime-snippet new file mode 100644 index 000000000..5470572c1 --- /dev/null +++ b/Reference/Category Reference/C_Club.RequestMoreMessagesBefore(clubId, streamId, [messageId, [count]]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.RequestMoreMessagesBefore + ("clubId", "streamId", [messageId, [count]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.RequestTicket(ticketId).sublime-snippet b/Reference/Category Reference/C_Club.RequestTicket(ticketId).sublime-snippet new file mode 100644 index 000000000..baf741792 --- /dev/null +++ b/Reference/Category Reference/C_Club.RequestTicket(ticketId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.RequestTicket + ("ticketId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.RequestTickets(clubId).sublime-snippet b/Reference/Category Reference/C_Club.RequestTickets(clubId).sublime-snippet new file mode 100644 index 000000000..6b61d5fc4 --- /dev/null +++ b/Reference/Category Reference/C_Club.RequestTickets(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.RequestTickets + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.RevokeInvitation(clubId, memberId).sublime-snippet b/Reference/Category Reference/C_Club.RevokeInvitation(clubId, memberId).sublime-snippet new file mode 100644 index 000000000..46251bf37 --- /dev/null +++ b/Reference/Category Reference/C_Club.RevokeInvitation(clubId, memberId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.RevokeInvitation + ("clubId", memberId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.SendBattleTagFriendRequest(guildClubId, memberId).sublime-snippet b/Reference/Category Reference/C_Club.SendBattleTagFriendRequest(guildClubId, memberId).sublime-snippet new file mode 100644 index 000000000..2676d4c86 --- /dev/null +++ b/Reference/Category Reference/C_Club.SendBattleTagFriendRequest(guildClubId, memberId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.SendBattleTagFriendRequest + ("guildClubId", memberId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.SendCharacterInvitation(clubId, character).sublime-snippet b/Reference/Category Reference/C_Club.SendCharacterInvitation(clubId, character).sublime-snippet new file mode 100644 index 000000000..2ba93da1f --- /dev/null +++ b/Reference/Category Reference/C_Club.SendCharacterInvitation(clubId, character).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.SendCharacterInvitation + ("clubId", "character") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.SendInvitation(clubId, memberId).sublime-snippet b/Reference/Category Reference/C_Club.SendInvitation(clubId, memberId).sublime-snippet new file mode 100644 index 000000000..e943dde27 --- /dev/null +++ b/Reference/Category Reference/C_Club.SendInvitation(clubId, memberId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.SendInvitation + ("clubId", memberId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.SendMessage(clubId, streamId, message).sublime-snippet b/Reference/Category Reference/C_Club.SendMessage(clubId, streamId, message).sublime-snippet new file mode 100644 index 000000000..385101674 --- /dev/null +++ b/Reference/Category Reference/C_Club.SendMessage(clubId, streamId, message).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.SendMessage + ("clubId", "streamId", "message") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.SetAutoAdvanceStreamViewMarker(clubId, streamId).sublime-snippet b/Reference/Category Reference/C_Club.SetAutoAdvanceStreamViewMarker(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..d814087bd --- /dev/null +++ b/Reference/Category Reference/C_Club.SetAutoAdvanceStreamViewMarker(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.SetAutoAdvanceStreamViewMarker + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.SetAvatarTexture(texture, avatarId, clubType).sublime-snippet b/Reference/Category Reference/C_Club.SetAvatarTexture(texture, avatarId, clubType).sublime-snippet new file mode 100644 index 000000000..eb536bf17 --- /dev/null +++ b/Reference/Category Reference/C_Club.SetAvatarTexture(texture, avatarId, clubType).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.SetAvatarTexture + (texture, avatarId, clubType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.SetClubMemberNote(clubId, memberId, note).sublime-snippet b/Reference/Category Reference/C_Club.SetClubMemberNote(clubId, memberId, note).sublime-snippet new file mode 100644 index 000000000..d938b1ec0 --- /dev/null +++ b/Reference/Category Reference/C_Club.SetClubMemberNote(clubId, memberId, note).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.SetClubMemberNote + ("clubId", memberId, "note") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.SetClubPresenceSubscription(clubId).sublime-snippet b/Reference/Category Reference/C_Club.SetClubPresenceSubscription(clubId).sublime-snippet new file mode 100644 index 000000000..4dbd86e27 --- /dev/null +++ b/Reference/Category Reference/C_Club.SetClubPresenceSubscription(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.SetClubPresenceSubscription + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.SetClubStreamNotificationSettings(clubId, settings).sublime-snippet b/Reference/Category Reference/C_Club.SetClubStreamNotificationSettings(clubId, settings).sublime-snippet new file mode 100644 index 000000000..e833f0b64 --- /dev/null +++ b/Reference/Category Reference/C_Club.SetClubStreamNotificationSettings(clubId, settings).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.SetClubStreamNotificationSettings + ("clubId", settings) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.SetCommunityID(communityID).sublime-snippet b/Reference/Category Reference/C_Club.SetCommunityID(communityID).sublime-snippet new file mode 100644 index 000000000..b06f88509 --- /dev/null +++ b/Reference/Category Reference/C_Club.SetCommunityID(communityID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.SetCommunityID + (communityID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.SetFavorite(clubId, isFavorite).sublime-snippet b/Reference/Category Reference/C_Club.SetFavorite(clubId, isFavorite).sublime-snippet new file mode 100644 index 000000000..65ce38f72 --- /dev/null +++ b/Reference/Category Reference/C_Club.SetFavorite(clubId, isFavorite).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.SetFavorite + ("clubId", isFavorite) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.SetSocialQueueingEnabled(clubId, enabled).sublime-snippet b/Reference/Category Reference/C_Club.SetSocialQueueingEnabled(clubId, enabled).sublime-snippet new file mode 100644 index 000000000..cfef797e0 --- /dev/null +++ b/Reference/Category Reference/C_Club.SetSocialQueueingEnabled(clubId, enabled).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.SetSocialQueueingEnabled + ("clubId", enabled) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.ShouldAllowClubType(clubType).sublime-snippet b/Reference/Category Reference/C_Club.ShouldAllowClubType(clubType).sublime-snippet new file mode 100644 index 000000000..96caf9f10 --- /dev/null +++ b/Reference/Category Reference/C_Club.ShouldAllowClubType(clubType).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.ShouldAllowClubType + (clubType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.UnfocusStream(clubId, streamId).sublime-snippet b/Reference/Category Reference/C_Club.UnfocusStream(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..4558f230f --- /dev/null +++ b/Reference/Category Reference/C_Club.UnfocusStream(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.UnfocusStream + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Club.ValidateText(clubType, text, clubFieldType).sublime-snippet b/Reference/Category Reference/C_Club.ValidateText(clubType, text, clubFieldType).sublime-snippet new file mode 100644 index 000000000..f2d85b5d8 --- /dev/null +++ b/Reference/Category Reference/C_Club.ValidateText(clubType, text, clubFieldType).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Club.ValidateText + (clubType, "text", clubFieldType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.AddPlayerOverrideName(playerName, overrideName).sublime-snippet b/Reference/Category Reference/C_Commentator.AddPlayerOverrideName(playerName, overrideName).sublime-snippet new file mode 100644 index 000000000..cd736e704 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.AddPlayerOverrideName(playerName, overrideName).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.AddPlayerOverrideName + ("playerName", "overrideName") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.AddTrackedDefensiveAuras(spellIDs).sublime-snippet b/Reference/Category Reference/C_Commentator.AddTrackedDefensiveAuras(spellIDs).sublime-snippet new file mode 100644 index 000000000..7ac4f6cf6 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.AddTrackedDefensiveAuras(spellIDs).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.AddTrackedDefensiveAuras + (spellIDs) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.AddTrackedOffensiveAuras(spellIDs).sublime-snippet b/Reference/Category Reference/C_Commentator.AddTrackedOffensiveAuras(spellIDs).sublime-snippet new file mode 100644 index 000000000..de4fb2686 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.AddTrackedOffensiveAuras(spellIDs).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.AddTrackedOffensiveAuras + (spellIDs) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.AreTeamsSwapped().sublime-snippet b/Reference/Category Reference/C_Commentator.AreTeamsSwapped().sublime-snippet new file mode 100644 index 000000000..283a36ecc --- /dev/null +++ b/Reference/Category Reference/C_Commentator.AreTeamsSwapped().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.AreTeamsSwapped + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.CanUseCommentatorCheats().sublime-snippet b/Reference/Category Reference/C_Commentator.CanUseCommentatorCheats().sublime-snippet new file mode 100644 index 000000000..2e6db3b77 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.CanUseCommentatorCheats().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.CanUseCommentatorCheats + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.ClearCameraTarget().sublime-snippet b/Reference/Category Reference/C_Commentator.ClearCameraTarget().sublime-snippet new file mode 100644 index 000000000..ee727b34f --- /dev/null +++ b/Reference/Category Reference/C_Commentator.ClearCameraTarget().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.ClearCameraTarget + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.ClearFollowTarget().sublime-snippet b/Reference/Category Reference/C_Commentator.ClearFollowTarget().sublime-snippet new file mode 100644 index 000000000..a0f948e00 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.ClearFollowTarget().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.ClearFollowTarget + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.ClearLookAtTarget([lookAtIndex]).sublime-snippet b/Reference/Category Reference/C_Commentator.ClearLookAtTarget([lookAtIndex]).sublime-snippet new file mode 100644 index 000000000..1d6163e4f --- /dev/null +++ b/Reference/Category Reference/C_Commentator.ClearLookAtTarget([lookAtIndex]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.ClearLookAtTarget + ([lookAtIndex]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.EnterInstance().sublime-snippet b/Reference/Category Reference/C_Commentator.EnterInstance().sublime-snippet new file mode 100644 index 000000000..8ce7ea357 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.EnterInstance().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.EnterInstance + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.ExitInstance().sublime-snippet b/Reference/Category Reference/C_Commentator.ExitInstance().sublime-snippet new file mode 100644 index 000000000..e05fe2276 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.ExitInstance().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.ExitInstance + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.FollowPlayer(factionIndex, playerIndex, [forceInstantTransition]).sublime-snippet b/Reference/Category Reference/C_Commentator.FollowPlayer(factionIndex, playerIndex, [forceInstantTransition]).sublime-snippet new file mode 100644 index 000000000..1b594a1b4 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.FollowPlayer(factionIndex, playerIndex, [forceInstantTransition]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.FollowPlayer + (factionIndex, playerIndex, [forceInstantTransition]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.FollowUnit(token).sublime-snippet b/Reference/Category Reference/C_Commentator.FollowUnit(token).sublime-snippet new file mode 100644 index 000000000..d22c0c445 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.FollowUnit(token).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.FollowUnit + ("token") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.ForceFollowTransition().sublime-snippet b/Reference/Category Reference/C_Commentator.ForceFollowTransition().sublime-snippet new file mode 100644 index 000000000..67ef3acf5 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.ForceFollowTransition().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.ForceFollowTransition + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetAdditionalCameraWeight().sublime-snippet b/Reference/Category Reference/C_Commentator.GetAdditionalCameraWeight().sublime-snippet new file mode 100644 index 000000000..9ba315c16 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetAdditionalCameraWeight().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetAdditionalCameraWeight + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetAdditionalCameraWeightByToken(token).sublime-snippet b/Reference/Category Reference/C_Commentator.GetAdditionalCameraWeightByToken(token).sublime-snippet new file mode 100644 index 000000000..bdcf75ef1 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetAdditionalCameraWeightByToken(token).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetAdditionalCameraWeightByToken + ("token") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetAllPlayerOverrideNames().sublime-snippet b/Reference/Category Reference/C_Commentator.GetAllPlayerOverrideNames().sublime-snippet new file mode 100644 index 000000000..a24c72999 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetAllPlayerOverrideNames().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetAllPlayerOverrideNames + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetCamera().sublime-snippet b/Reference/Category Reference/C_Commentator.GetCamera().sublime-snippet new file mode 100644 index 000000000..633473c18 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetCamera().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetCamera + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetCameraCollision().sublime-snippet b/Reference/Category Reference/C_Commentator.GetCameraCollision().sublime-snippet new file mode 100644 index 000000000..528aba7ab --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetCameraCollision().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetCameraCollision + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetCameraPosition().sublime-snippet b/Reference/Category Reference/C_Commentator.GetCameraPosition().sublime-snippet new file mode 100644 index 000000000..e272d2773 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetCameraPosition().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetCameraPosition + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetCurrentMapID().sublime-snippet b/Reference/Category Reference/C_Commentator.GetCurrentMapID().sublime-snippet new file mode 100644 index 000000000..29c36320f --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetCurrentMapID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetCurrentMapID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetDampeningPercent().sublime-snippet b/Reference/Category Reference/C_Commentator.GetDampeningPercent().sublime-snippet new file mode 100644 index 000000000..8bb237965 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetDampeningPercent().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetDampeningPercent + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetDistanceBeforeForcedHorizontalConvergence().sublime-snippet b/Reference/Category Reference/C_Commentator.GetDistanceBeforeForcedHorizontalConvergence().sublime-snippet new file mode 100644 index 000000000..1883afef7 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetDistanceBeforeForcedHorizontalConvergence().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetDistanceBeforeForcedHorizontalConvergence + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetDurationToForceHorizontalConvergence().sublime-snippet b/Reference/Category Reference/C_Commentator.GetDurationToForceHorizontalConvergence().sublime-snippet new file mode 100644 index 000000000..5e4dedafd --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetDurationToForceHorizontalConvergence().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetDurationToForceHorizontalConvergence + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetExcludeDistance().sublime-snippet b/Reference/Category Reference/C_Commentator.GetExcludeDistance().sublime-snippet new file mode 100644 index 000000000..d1bd4d2bd --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetExcludeDistance().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetExcludeDistance + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetHardlockWeight().sublime-snippet b/Reference/Category Reference/C_Commentator.GetHardlockWeight().sublime-snippet new file mode 100644 index 000000000..fdb384c96 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetHardlockWeight().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetHardlockWeight + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetHorizontalAngleThresholdToSmooth().sublime-snippet b/Reference/Category Reference/C_Commentator.GetHorizontalAngleThresholdToSmooth().sublime-snippet new file mode 100644 index 000000000..09b5d6be2 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetHorizontalAngleThresholdToSmooth().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetHorizontalAngleThresholdToSmooth + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetInstanceInfo(mapIndex, instanceIndex).sublime-snippet b/Reference/Category Reference/C_Commentator.GetInstanceInfo(mapIndex, instanceIndex).sublime-snippet new file mode 100644 index 000000000..01fded2e0 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetInstanceInfo(mapIndex, instanceIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetInstanceInfo + (mapIndex, instanceIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetLookAtLerpAmount().sublime-snippet b/Reference/Category Reference/C_Commentator.GetLookAtLerpAmount().sublime-snippet new file mode 100644 index 000000000..a806d7c01 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetLookAtLerpAmount().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetLookAtLerpAmount + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetMapInfo(mapIndex).sublime-snippet b/Reference/Category Reference/C_Commentator.GetMapInfo(mapIndex).sublime-snippet new file mode 100644 index 000000000..a7688406a --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetMapInfo(mapIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetMapInfo + (mapIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetMaxNumPlayersPerTeam().sublime-snippet b/Reference/Category Reference/C_Commentator.GetMaxNumPlayersPerTeam().sublime-snippet new file mode 100644 index 000000000..68d414a28 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetMaxNumPlayersPerTeam().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetMaxNumPlayersPerTeam + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetMaxNumTeams().sublime-snippet b/Reference/Category Reference/C_Commentator.GetMaxNumTeams().sublime-snippet new file mode 100644 index 000000000..34805c223 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetMaxNumTeams().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetMaxNumTeams + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetMode().sublime-snippet b/Reference/Category Reference/C_Commentator.GetMode().sublime-snippet new file mode 100644 index 000000000..6e7e5469f --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetMode().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetMode + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetMsToHoldForHorizontalMovement().sublime-snippet b/Reference/Category Reference/C_Commentator.GetMsToHoldForHorizontalMovement().sublime-snippet new file mode 100644 index 000000000..555462b60 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetMsToHoldForHorizontalMovement().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetMsToHoldForHorizontalMovement + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetMsToHoldForVerticalMovement().sublime-snippet b/Reference/Category Reference/C_Commentator.GetMsToHoldForVerticalMovement().sublime-snippet new file mode 100644 index 000000000..08e7eadf8 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetMsToHoldForVerticalMovement().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetMsToHoldForVerticalMovement + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetMsToSmoothHorizontalChange().sublime-snippet b/Reference/Category Reference/C_Commentator.GetMsToSmoothHorizontalChange().sublime-snippet new file mode 100644 index 000000000..accc0f10e --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetMsToSmoothHorizontalChange().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetMsToSmoothHorizontalChange + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetMsToSmoothVerticalChange().sublime-snippet b/Reference/Category Reference/C_Commentator.GetMsToSmoothVerticalChange().sublime-snippet new file mode 100644 index 000000000..0c019b365 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetMsToSmoothVerticalChange().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetMsToSmoothVerticalChange + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetNumMaps().sublime-snippet b/Reference/Category Reference/C_Commentator.GetNumMaps().sublime-snippet new file mode 100644 index 000000000..b16b1f029 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetNumMaps().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetNumMaps + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetNumPlayers(factionIndex).sublime-snippet b/Reference/Category Reference/C_Commentator.GetNumPlayers(factionIndex).sublime-snippet new file mode 100644 index 000000000..6ba873ac6 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetNumPlayers(factionIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetNumPlayers + (factionIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetPlayerCooldownInfo(teamIndex, playerIndex, spellID).sublime-snippet b/Reference/Category Reference/C_Commentator.GetPlayerCooldownInfo(teamIndex, playerIndex, spellID).sublime-snippet new file mode 100644 index 000000000..ff58117e7 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetPlayerCooldownInfo(teamIndex, playerIndex, spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetPlayerCooldownInfo + (teamIndex, playerIndex, spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetPlayerCrowdControlInfo(teamIndex, playerIndex).sublime-snippet b/Reference/Category Reference/C_Commentator.GetPlayerCrowdControlInfo(teamIndex, playerIndex).sublime-snippet new file mode 100644 index 000000000..a973d5fb4 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetPlayerCrowdControlInfo(teamIndex, playerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetPlayerCrowdControlInfo + (teamIndex, playerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetPlayerCrowdControlInfoByUnit(token).sublime-snippet b/Reference/Category Reference/C_Commentator.GetPlayerCrowdControlInfoByUnit(token).sublime-snippet new file mode 100644 index 000000000..9259e666a --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetPlayerCrowdControlInfoByUnit(token).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetPlayerCrowdControlInfoByUnit + ("token") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetPlayerFlagInfo(teamIndex, playerIndex).sublime-snippet b/Reference/Category Reference/C_Commentator.GetPlayerFlagInfo(teamIndex, playerIndex).sublime-snippet new file mode 100644 index 000000000..3b3ee98c8 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetPlayerFlagInfo(teamIndex, playerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetPlayerFlagInfo + (teamIndex, playerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetPlayerInfo(teamIndex, playerIndex).sublime-snippet b/Reference/Category Reference/C_Commentator.GetPlayerInfo(teamIndex, playerIndex).sublime-snippet new file mode 100644 index 000000000..801d8aac7 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetPlayerInfo(teamIndex, playerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetPlayerInfo + (teamIndex, playerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetPlayerOverrideName(originalName).sublime-snippet b/Reference/Category Reference/C_Commentator.GetPlayerOverrideName(originalName).sublime-snippet new file mode 100644 index 000000000..9d4b7f247 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetPlayerOverrideName(originalName).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetPlayerOverrideName + ("originalName") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetPlayerSpellCharges(teamIndex, playerIndex, spellID).sublime-snippet b/Reference/Category Reference/C_Commentator.GetPlayerSpellCharges(teamIndex, playerIndex, spellID).sublime-snippet new file mode 100644 index 000000000..f2ae09fcd --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetPlayerSpellCharges(teamIndex, playerIndex, spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetPlayerSpellCharges + (teamIndex, playerIndex, spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetPositionLerpAmount().sublime-snippet b/Reference/Category Reference/C_Commentator.GetPositionLerpAmount().sublime-snippet new file mode 100644 index 000000000..d8354359e --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetPositionLerpAmount().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetPositionLerpAmount + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetSmoothFollowTransitioning().sublime-snippet b/Reference/Category Reference/C_Commentator.GetSmoothFollowTransitioning().sublime-snippet new file mode 100644 index 000000000..c3f474717 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetSmoothFollowTransitioning().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetSmoothFollowTransitioning + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetSoftlockWeight().sublime-snippet b/Reference/Category Reference/C_Commentator.GetSoftlockWeight().sublime-snippet new file mode 100644 index 000000000..323c6e81a --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetSoftlockWeight().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetSoftlockWeight + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetSpeedFactor().sublime-snippet b/Reference/Category Reference/C_Commentator.GetSpeedFactor().sublime-snippet new file mode 100644 index 000000000..432b99e4c --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetSpeedFactor().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetSpeedFactor + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetStartLocation(mapID).sublime-snippet b/Reference/Category Reference/C_Commentator.GetStartLocation(mapID).sublime-snippet new file mode 100644 index 000000000..e66f9078a --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetStartLocation(mapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetStartLocation + (mapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetTeamHighlightColor(teamIndex).sublime-snippet b/Reference/Category Reference/C_Commentator.GetTeamHighlightColor(teamIndex).sublime-snippet new file mode 100644 index 000000000..4720a0bce --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetTeamHighlightColor(teamIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetTeamHighlightColor + (teamIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetTimeLeftInMatch().sublime-snippet b/Reference/Category Reference/C_Commentator.GetTimeLeftInMatch().sublime-snippet new file mode 100644 index 000000000..a2fc5f64c --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetTimeLeftInMatch().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetTimeLeftInMatch + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetTrackedDefensiveCooldowns(teamIndex, playerIndex).sublime-snippet b/Reference/Category Reference/C_Commentator.GetTrackedDefensiveCooldowns(teamIndex, playerIndex).sublime-snippet new file mode 100644 index 000000000..dd3568c48 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetTrackedDefensiveCooldowns(teamIndex, playerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetTrackedDefensiveCooldowns + (teamIndex, playerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetTrackedOffensiveCooldowns(teamIndex, playerIndex).sublime-snippet b/Reference/Category Reference/C_Commentator.GetTrackedOffensiveCooldowns(teamIndex, playerIndex).sublime-snippet new file mode 100644 index 000000000..ff92538b0 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetTrackedOffensiveCooldowns(teamIndex, playerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetTrackedOffensiveCooldowns + (teamIndex, playerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.GetWargameInfo(listID).sublime-snippet b/Reference/Category Reference/C_Commentator.GetWargameInfo(listID).sublime-snippet new file mode 100644 index 000000000..1db308e49 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.GetWargameInfo(listID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.GetWargameInfo + (listID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.HasTrackedAuras(token).sublime-snippet b/Reference/Category Reference/C_Commentator.HasTrackedAuras(token).sublime-snippet new file mode 100644 index 000000000..1e52969fc --- /dev/null +++ b/Reference/Category Reference/C_Commentator.HasTrackedAuras(token).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.HasTrackedAuras + ("token") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.IsSmartCameraLocked().sublime-snippet b/Reference/Category Reference/C_Commentator.IsSmartCameraLocked().sublime-snippet new file mode 100644 index 000000000..0570fa9eb --- /dev/null +++ b/Reference/Category Reference/C_Commentator.IsSmartCameraLocked().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.IsSmartCameraLocked + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.IsSpectating().sublime-snippet b/Reference/Category Reference/C_Commentator.IsSpectating().sublime-snippet new file mode 100644 index 000000000..2872b37f6 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.IsSpectating().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.IsSpectating + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.IsTrackedDefensiveAura(spellID).sublime-snippet b/Reference/Category Reference/C_Commentator.IsTrackedDefensiveAura(spellID).sublime-snippet new file mode 100644 index 000000000..ae9b09477 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.IsTrackedDefensiveAura(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.IsTrackedDefensiveAura + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.IsTrackedDefensiveCooldown(teamIndex, playerIndex, spellID).sublime-snippet b/Reference/Category Reference/C_Commentator.IsTrackedDefensiveCooldown(teamIndex, playerIndex, spellID).sublime-snippet new file mode 100644 index 000000000..383689da6 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.IsTrackedDefensiveCooldown(teamIndex, playerIndex, spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.IsTrackedDefensiveCooldown + (teamIndex, playerIndex, spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.IsTrackedOffensiveAura(spellID).sublime-snippet b/Reference/Category Reference/C_Commentator.IsTrackedOffensiveAura(spellID).sublime-snippet new file mode 100644 index 000000000..f82bdfe2e --- /dev/null +++ b/Reference/Category Reference/C_Commentator.IsTrackedOffensiveAura(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.IsTrackedOffensiveAura + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.IsTrackedOffensiveCooldown(teamIndex, playerIndex, spellID).sublime-snippet b/Reference/Category Reference/C_Commentator.IsTrackedOffensiveCooldown(teamIndex, playerIndex, spellID).sublime-snippet new file mode 100644 index 000000000..4370f7078 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.IsTrackedOffensiveCooldown(teamIndex, playerIndex, spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.IsTrackedOffensiveCooldown + (teamIndex, playerIndex, spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.IsUsingSmartCamera().sublime-snippet b/Reference/Category Reference/C_Commentator.IsUsingSmartCamera().sublime-snippet new file mode 100644 index 000000000..5c03d3e88 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.IsUsingSmartCamera().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.IsUsingSmartCamera + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.LookAtPlayer(factionIndex, playerIndex, [lookAtIndex]).sublime-snippet b/Reference/Category Reference/C_Commentator.LookAtPlayer(factionIndex, playerIndex, [lookAtIndex]).sublime-snippet new file mode 100644 index 000000000..c3f1814cb --- /dev/null +++ b/Reference/Category Reference/C_Commentator.LookAtPlayer(factionIndex, playerIndex, [lookAtIndex]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.LookAtPlayer + (factionIndex, playerIndex, [lookAtIndex]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.RemoveAllOverrideNames().sublime-snippet b/Reference/Category Reference/C_Commentator.RemoveAllOverrideNames().sublime-snippet new file mode 100644 index 000000000..dacc1962f --- /dev/null +++ b/Reference/Category Reference/C_Commentator.RemoveAllOverrideNames().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.RemoveAllOverrideNames + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.RemovePlayerOverrideName(originalPlayerName).sublime-snippet b/Reference/Category Reference/C_Commentator.RemovePlayerOverrideName(originalPlayerName).sublime-snippet new file mode 100644 index 000000000..8160d6184 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.RemovePlayerOverrideName(originalPlayerName).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.RemovePlayerOverrideName + ("originalPlayerName") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.RequestPlayerCooldownInfo(teamIndex, playerIndex).sublime-snippet b/Reference/Category Reference/C_Commentator.RequestPlayerCooldownInfo(teamIndex, playerIndex).sublime-snippet new file mode 100644 index 000000000..bdb3b3e55 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.RequestPlayerCooldownInfo(teamIndex, playerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.RequestPlayerCooldownInfo + (teamIndex, playerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.ResetFoVTarget().sublime-snippet b/Reference/Category Reference/C_Commentator.ResetFoVTarget().sublime-snippet new file mode 100644 index 000000000..82669a8b0 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.ResetFoVTarget().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.ResetFoVTarget + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.ResetTrackedAuras().sublime-snippet b/Reference/Category Reference/C_Commentator.ResetTrackedAuras().sublime-snippet new file mode 100644 index 000000000..a2701ebf4 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.ResetTrackedAuras().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.ResetTrackedAuras + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetAdditionalCameraWeight(teamIndex, playerIndex, weight).sublime-snippet b/Reference/Category Reference/C_Commentator.SetAdditionalCameraWeight(teamIndex, playerIndex, weight).sublime-snippet new file mode 100644 index 000000000..a9a4effbd --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetAdditionalCameraWeight(teamIndex, playerIndex, weight).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetAdditionalCameraWeight + (teamIndex, playerIndex, weight) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetAdditionalCameraWeightByToken(token, weight).sublime-snippet b/Reference/Category Reference/C_Commentator.SetAdditionalCameraWeightByToken(token, weight).sublime-snippet new file mode 100644 index 000000000..39f57d10e --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetAdditionalCameraWeightByToken(token, weight).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetAdditionalCameraWeightByToken + ("token", weight) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetBlacklistedAuras(spellIDs).sublime-snippet b/Reference/Category Reference/C_Commentator.SetBlacklistedAuras(spellIDs).sublime-snippet new file mode 100644 index 000000000..4ef81805c --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetBlacklistedAuras(spellIDs).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetBlacklistedAuras + (spellIDs) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetBlacklistedCooldowns(specID, spellIDs).sublime-snippet b/Reference/Category Reference/C_Commentator.SetBlacklistedCooldowns(specID, spellIDs).sublime-snippet new file mode 100644 index 000000000..fe8ba3afb --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetBlacklistedCooldowns(specID, spellIDs).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetBlacklistedCooldowns + (specID, spellIDs) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetCamera(xPos, yPos, zPos, yaw, pitch, fov).sublime-snippet b/Reference/Category Reference/C_Commentator.SetCamera(xPos, yPos, zPos, yaw, pitch, fov).sublime-snippet new file mode 100644 index 000000000..761a426ed --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetCamera(xPos, yPos, zPos, yaw, pitch, fov).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetCamera + (xPos, yPos, zPos, yaw, pitch, fov) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetCameraCollision(collide).sublime-snippet b/Reference/Category Reference/C_Commentator.SetCameraCollision(collide).sublime-snippet new file mode 100644 index 000000000..3a4a6fd12 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetCameraCollision(collide).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetCameraCollision + (collide) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetCameraPosition(xPos, yPos, zPos, snapToLocation).sublime-snippet b/Reference/Category Reference/C_Commentator.SetCameraPosition(xPos, yPos, zPos, snapToLocation).sublime-snippet new file mode 100644 index 000000000..a4de0b990 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetCameraPosition(xPos, yPos, zPos, snapToLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetCameraPosition + (xPos, yPos, zPos, snapToLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetCheatsEnabled(enableCheats).sublime-snippet b/Reference/Category Reference/C_Commentator.SetCheatsEnabled(enableCheats).sublime-snippet new file mode 100644 index 000000000..6a214b06b --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetCheatsEnabled(enableCheats).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetCheatsEnabled + (enableCheats) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetDistanceBeforeForcedHorizontalConvergence(distance).sublime-snippet b/Reference/Category Reference/C_Commentator.SetDistanceBeforeForcedHorizontalConvergence(distance).sublime-snippet new file mode 100644 index 000000000..bc18203d0 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetDistanceBeforeForcedHorizontalConvergence(distance).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetDistanceBeforeForcedHorizontalConvergence + (distance) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetDurationToForceHorizontalConvergence(ms).sublime-snippet b/Reference/Category Reference/C_Commentator.SetDurationToForceHorizontalConvergence(ms).sublime-snippet new file mode 100644 index 000000000..6c9f0d4e0 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetDurationToForceHorizontalConvergence(ms).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetDurationToForceHorizontalConvergence + (ms) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetExcludeDistance(excludeDistance).sublime-snippet b/Reference/Category Reference/C_Commentator.SetExcludeDistance(excludeDistance).sublime-snippet new file mode 100644 index 000000000..304eac4de --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetExcludeDistance(excludeDistance).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetExcludeDistance + (excludeDistance) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetFollowCameraSpeeds(elasticSpeed, minSpeed).sublime-snippet b/Reference/Category Reference/C_Commentator.SetFollowCameraSpeeds(elasticSpeed, minSpeed).sublime-snippet new file mode 100644 index 000000000..dbd67a9d7 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetFollowCameraSpeeds(elasticSpeed, minSpeed).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetFollowCameraSpeeds + (elasticSpeed, minSpeed) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetHardlockWeight(weight).sublime-snippet b/Reference/Category Reference/C_Commentator.SetHardlockWeight(weight).sublime-snippet new file mode 100644 index 000000000..324682b0c --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetHardlockWeight(weight).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetHardlockWeight + (weight) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetHorizontalAngleThresholdToSmooth(angle).sublime-snippet b/Reference/Category Reference/C_Commentator.SetHorizontalAngleThresholdToSmooth(angle).sublime-snippet new file mode 100644 index 000000000..505131c79 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetHorizontalAngleThresholdToSmooth(angle).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetHorizontalAngleThresholdToSmooth + (angle) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetLookAtLerpAmount(amount).sublime-snippet b/Reference/Category Reference/C_Commentator.SetLookAtLerpAmount(amount).sublime-snippet new file mode 100644 index 000000000..5a7546494 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetLookAtLerpAmount(amount).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetLookAtLerpAmount + (amount) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetMapAndInstanceIndex(mapIndex, instanceIndex).sublime-snippet b/Reference/Category Reference/C_Commentator.SetMapAndInstanceIndex(mapIndex, instanceIndex).sublime-snippet new file mode 100644 index 000000000..ab7a678b5 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetMapAndInstanceIndex(mapIndex, instanceIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetMapAndInstanceIndex + (mapIndex, instanceIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetMouseDisabled(disabled).sublime-snippet b/Reference/Category Reference/C_Commentator.SetMouseDisabled(disabled).sublime-snippet new file mode 100644 index 000000000..88df0c70a --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetMouseDisabled(disabled).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetMouseDisabled + (disabled) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetMoveSpeed(newSpeed).sublime-snippet b/Reference/Category Reference/C_Commentator.SetMoveSpeed(newSpeed).sublime-snippet new file mode 100644 index 000000000..4ebfe5519 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetMoveSpeed(newSpeed).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetMoveSpeed + (newSpeed) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetMsToHoldForHorizontalMovement(ms).sublime-snippet b/Reference/Category Reference/C_Commentator.SetMsToHoldForHorizontalMovement(ms).sublime-snippet new file mode 100644 index 000000000..70492534c --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetMsToHoldForHorizontalMovement(ms).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetMsToHoldForHorizontalMovement + (ms) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetMsToHoldForVerticalMovement(ms).sublime-snippet b/Reference/Category Reference/C_Commentator.SetMsToHoldForVerticalMovement(ms).sublime-snippet new file mode 100644 index 000000000..771fb41e7 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetMsToHoldForVerticalMovement(ms).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetMsToHoldForVerticalMovement + (ms) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetMsToSmoothHorizontalChange(ms).sublime-snippet b/Reference/Category Reference/C_Commentator.SetMsToSmoothHorizontalChange(ms).sublime-snippet new file mode 100644 index 000000000..2b31cf4b3 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetMsToSmoothHorizontalChange(ms).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetMsToSmoothHorizontalChange + (ms) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetMsToSmoothVerticalChange(ms).sublime-snippet b/Reference/Category Reference/C_Commentator.SetMsToSmoothVerticalChange(ms).sublime-snippet new file mode 100644 index 000000000..dfb8c6200 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetMsToSmoothVerticalChange(ms).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetMsToSmoothVerticalChange + (ms) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetPositionLerpAmount(amount).sublime-snippet b/Reference/Category Reference/C_Commentator.SetPositionLerpAmount(amount).sublime-snippet new file mode 100644 index 000000000..6d5ec9a69 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetPositionLerpAmount(amount).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetPositionLerpAmount + (amount) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetRequestedDefensiveCooldowns(specID, spellIDs).sublime-snippet b/Reference/Category Reference/C_Commentator.SetRequestedDefensiveCooldowns(specID, spellIDs).sublime-snippet new file mode 100644 index 000000000..c1826ee97 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetRequestedDefensiveCooldowns(specID, spellIDs).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetRequestedDefensiveCooldowns + (specID, spellIDs) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetRequestedOffensiveCooldowns(specID, spellIDs).sublime-snippet b/Reference/Category Reference/C_Commentator.SetRequestedOffensiveCooldowns(specID, spellIDs).sublime-snippet new file mode 100644 index 000000000..7ca4f09b0 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetRequestedOffensiveCooldowns(specID, spellIDs).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetRequestedOffensiveCooldowns + (specID, spellIDs) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetSmartCameraLocked(locked).sublime-snippet b/Reference/Category Reference/C_Commentator.SetSmartCameraLocked(locked).sublime-snippet new file mode 100644 index 000000000..7c1ebf2af --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetSmartCameraLocked(locked).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetSmartCameraLocked + (locked) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetSmoothFollowTransitioning(enabled).sublime-snippet b/Reference/Category Reference/C_Commentator.SetSmoothFollowTransitioning(enabled).sublime-snippet new file mode 100644 index 000000000..aff17e5c4 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetSmoothFollowTransitioning(enabled).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetSmoothFollowTransitioning + (enabled) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetSoftlockWeight(weight).sublime-snippet b/Reference/Category Reference/C_Commentator.SetSoftlockWeight(weight).sublime-snippet new file mode 100644 index 000000000..76be0e745 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetSoftlockWeight(weight).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetSoftlockWeight + (weight) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetSpeedFactor(factor).sublime-snippet b/Reference/Category Reference/C_Commentator.SetSpeedFactor(factor).sublime-snippet new file mode 100644 index 000000000..182704640 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetSpeedFactor(factor).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetSpeedFactor + (factor) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetTargetHeightOffset(offset).sublime-snippet b/Reference/Category Reference/C_Commentator.SetTargetHeightOffset(offset).sublime-snippet new file mode 100644 index 000000000..492a1e654 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetTargetHeightOffset(offset).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetTargetHeightOffset + (offset) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SetUseSmartCamera(useSmartCamera).sublime-snippet b/Reference/Category Reference/C_Commentator.SetUseSmartCamera(useSmartCamera).sublime-snippet new file mode 100644 index 000000000..c33668a2d --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SetUseSmartCamera(useSmartCamera).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SetUseSmartCamera + (useSmartCamera) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SnapCameraLookAtPoint().sublime-snippet b/Reference/Category Reference/C_Commentator.SnapCameraLookAtPoint().sublime-snippet new file mode 100644 index 000000000..e669b6e16 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SnapCameraLookAtPoint().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SnapCameraLookAtPoint + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.StartWargame(listID, teamSize, tournamentRules, teamOneCaptain, teamTwoCaptain).sublime-snippet b/Reference/Category Reference/C_Commentator.StartWargame(listID, teamSize, tournamentRules, teamOneCaptain, teamTwoCaptain).sublime-snippet new file mode 100644 index 000000000..da62a4f17 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.StartWargame(listID, teamSize, tournamentRules, teamOneCaptain, teamTwoCaptain).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.StartWargame + (listID, teamSize, tournamentRules, "teamOneCaptain", "teamTwoCaptain") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.SwapTeamSides().sublime-snippet b/Reference/Category Reference/C_Commentator.SwapTeamSides().sublime-snippet new file mode 100644 index 000000000..f99ee5ae6 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.SwapTeamSides().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.SwapTeamSides + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.ToggleCheats().sublime-snippet b/Reference/Category Reference/C_Commentator.ToggleCheats().sublime-snippet new file mode 100644 index 000000000..fc0eec7af --- /dev/null +++ b/Reference/Category Reference/C_Commentator.ToggleCheats().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.ToggleCheats + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.UpdateMapInfo([targetPlayer]).sublime-snippet b/Reference/Category Reference/C_Commentator.UpdateMapInfo([targetPlayer]).sublime-snippet new file mode 100644 index 000000000..8cdf5bf67 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.UpdateMapInfo([targetPlayer]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.UpdateMapInfo + (["targetPlayer"]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.UpdatePlayerInfo().sublime-snippet b/Reference/Category Reference/C_Commentator.UpdatePlayerInfo().sublime-snippet new file mode 100644 index 000000000..b6d907c22 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.UpdatePlayerInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.UpdatePlayerInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.ZoomIn().sublime-snippet b/Reference/Category Reference/C_Commentator.ZoomIn().sublime-snippet new file mode 100644 index 000000000..5205da240 --- /dev/null +++ b/Reference/Category Reference/C_Commentator.ZoomIn().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.ZoomIn + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Commentator.ZoomOut().sublime-snippet b/Reference/Category Reference/C_Commentator.ZoomOut().sublime-snippet new file mode 100644 index 000000000..a1f3c4aff --- /dev/null +++ b/Reference/Category Reference/C_Commentator.ZoomOut().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Commentator.ZoomOut + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ConfigurationWarnings.GetConfigurationWarningSeen(configurationWarning).sublime-snippet b/Reference/Category Reference/C_ConfigurationWarnings.GetConfigurationWarningSeen(configurationWarning).sublime-snippet new file mode 100644 index 000000000..9a8614e5c --- /dev/null +++ b/Reference/Category Reference/C_ConfigurationWarnings.GetConfigurationWarningSeen(configurationWarning).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ConfigurationWarnings.GetConfigurationWarningSeen + (configurationWarning) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ConfigurationWarnings.GetConfigurationWarningString(configurationWarning).sublime-snippet b/Reference/Category Reference/C_ConfigurationWarnings.GetConfigurationWarningString(configurationWarning).sublime-snippet new file mode 100644 index 000000000..541613f19 --- /dev/null +++ b/Reference/Category Reference/C_ConfigurationWarnings.GetConfigurationWarningString(configurationWarning).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ConfigurationWarnings.GetConfigurationWarningString + (configurationWarning) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ConfigurationWarnings.GetConfigurationWarnings(includeSeenWarnings).sublime-snippet b/Reference/Category Reference/C_ConfigurationWarnings.GetConfigurationWarnings(includeSeenWarnings).sublime-snippet new file mode 100644 index 000000000..3c07efa31 --- /dev/null +++ b/Reference/Category Reference/C_ConfigurationWarnings.GetConfigurationWarnings(includeSeenWarnings).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ConfigurationWarnings.GetConfigurationWarnings + (includeSeenWarnings) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ConfigurationWarnings.SetConfigurationWarningSeen(configurationWarning).sublime-snippet b/Reference/Category Reference/C_ConfigurationWarnings.SetConfigurationWarningSeen(configurationWarning).sublime-snippet new file mode 100644 index 000000000..456b851a4 --- /dev/null +++ b/Reference/Category Reference/C_ConfigurationWarnings.SetConfigurationWarningSeen(configurationWarning).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ConfigurationWarnings.SetConfigurationWarningSeen + (configurationWarning) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Console.GetAllCommands().sublime-snippet b/Reference/Category Reference/C_Console.GetAllCommands().sublime-snippet new file mode 100644 index 000000000..e50f8b4fa --- /dev/null +++ b/Reference/Category Reference/C_Console.GetAllCommands().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Console.GetAllCommands + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Console.GetColorFromType(colorType).sublime-snippet b/Reference/Category Reference/C_Console.GetColorFromType(colorType).sublime-snippet new file mode 100644 index 000000000..4e736ef33 --- /dev/null +++ b/Reference/Category Reference/C_Console.GetColorFromType(colorType).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Console.GetColorFromType + (colorType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Console.GetFontHeight().sublime-snippet b/Reference/Category Reference/C_Console.GetFontHeight().sublime-snippet new file mode 100644 index 000000000..605806f7f --- /dev/null +++ b/Reference/Category Reference/C_Console.GetFontHeight().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Console.GetFontHeight + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Console.PrintAllMatchingCommands(partialCommandText).sublime-snippet b/Reference/Category Reference/C_Console.PrintAllMatchingCommands(partialCommandText).sublime-snippet new file mode 100644 index 000000000..bcee39e96 --- /dev/null +++ b/Reference/Category Reference/C_Console.PrintAllMatchingCommands(partialCommandText).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Console.PrintAllMatchingCommands + ("partialCommandText") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Console.SetFontHeight(fontHeightInPixels).sublime-snippet b/Reference/Category Reference/C_Console.SetFontHeight(fontHeightInPixels).sublime-snippet new file mode 100644 index 000000000..4180a6c86 --- /dev/null +++ b/Reference/Category Reference/C_Console.SetFontHeight(fontHeightInPixels).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Console.SetFontHeight + (fontHeightInPixels) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.Close().sublime-snippet b/Reference/Category Reference/C_ContributionCollector.Close().sublime-snippet new file mode 100644 index 000000000..570711e86 --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.Close().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.Close + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.Contribute(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.Contribute(contributionID).sublime-snippet new file mode 100644 index 000000000..7c65ce13c --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.Contribute(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.Contribute + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetActive().sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetActive().sublime-snippet new file mode 100644 index 000000000..43f5cd1b3 --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetActive().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetActive + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetAtlases(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetAtlases(contributionID).sublime-snippet new file mode 100644 index 000000000..32e5fcae4 --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetAtlases(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetAtlases + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetBuffs(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetBuffs(contributionID).sublime-snippet new file mode 100644 index 000000000..97bcc89cb --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetBuffs(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetBuffs + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetContributionAppearance(contributionID, contributionState).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetContributionAppearance(contributionID, contributionState).sublime-snippet new file mode 100644 index 000000000..522869a98 --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetContributionAppearance(contributionID, contributionState).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetContributionAppearance + (contributionID, contributionState) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetContributionCollectorsForMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetContributionCollectorsForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..f778ef0c2 --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetContributionCollectorsForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetContributionCollectorsForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetContributionResult(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetContributionResult(contributionID).sublime-snippet new file mode 100644 index 000000000..6bb551abb --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetContributionResult(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetContributionResult + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetDescription(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetDescription(contributionID).sublime-snippet new file mode 100644 index 000000000..595405242 --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetDescription(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetDescription + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetManagedContributionsForCreatureID(creatureID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetManagedContributionsForCreatureID(creatureID).sublime-snippet new file mode 100644 index 000000000..15ad087c5 --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetManagedContributionsForCreatureID(creatureID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetManagedContributionsForCreatureID + (creatureID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetName(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetName(contributionID).sublime-snippet new file mode 100644 index 000000000..afc2625db --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetName(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetName + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetOrderIndex(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetOrderIndex(contributionID).sublime-snippet new file mode 100644 index 000000000..f72724c7e --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetOrderIndex(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetOrderIndex + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetRequiredContributionCurrency(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetRequiredContributionCurrency(contributionID).sublime-snippet new file mode 100644 index 000000000..ecf495aed --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetRequiredContributionCurrency(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetRequiredContributionCurrency + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetRequiredContributionItem(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetRequiredContributionItem(contributionID).sublime-snippet new file mode 100644 index 000000000..a65e53900 --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetRequiredContributionItem(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetRequiredContributionItem + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetRewardQuestID(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetRewardQuestID(contributionID).sublime-snippet new file mode 100644 index 000000000..f3dd8813a --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetRewardQuestID(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetRewardQuestID + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.GetState(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.GetState(contributionID).sublime-snippet new file mode 100644 index 000000000..b54e7f9e4 --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.GetState(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.GetState + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.HasPendingContribution(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.HasPendingContribution(contributionID).sublime-snippet new file mode 100644 index 000000000..5f6f58933 --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.HasPendingContribution(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.HasPendingContribution + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ContributionCollector.IsAwaitingRewardQuestData(contributionID).sublime-snippet b/Reference/Category Reference/C_ContributionCollector.IsAwaitingRewardQuestData(contributionID).sublime-snippet new file mode 100644 index 000000000..5ff6fdc23 --- /dev/null +++ b/Reference/Category Reference/C_ContributionCollector.IsAwaitingRewardQuestData(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ContributionCollector.IsAwaitingRewardQuestData + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CreatureInfo.GetClassInfo(classID).sublime-snippet b/Reference/Category Reference/C_CreatureInfo.GetClassInfo(classID).sublime-snippet new file mode 100644 index 000000000..b65c67f14 --- /dev/null +++ b/Reference/Category Reference/C_CreatureInfo.GetClassInfo(classID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_CreatureInfo.GetClassInfo + (classID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CreatureInfo.GetFactionInfo(raceID).sublime-snippet b/Reference/Category Reference/C_CreatureInfo.GetFactionInfo(raceID).sublime-snippet new file mode 100644 index 000000000..e8eaf2602 --- /dev/null +++ b/Reference/Category Reference/C_CreatureInfo.GetFactionInfo(raceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_CreatureInfo.GetFactionInfo + (raceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CreatureInfo.GetRaceInfo(raceID).sublime-snippet b/Reference/Category Reference/C_CreatureInfo.GetRaceInfo(raceID).sublime-snippet new file mode 100644 index 000000000..2b3901464 --- /dev/null +++ b/Reference/Category Reference/C_CreatureInfo.GetRaceInfo(raceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_CreatureInfo.GetRaceInfo + (raceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CurrencyInfo.GetAzeriteCurrencyID().sublime-snippet b/Reference/Category Reference/C_CurrencyInfo.GetAzeriteCurrencyID().sublime-snippet new file mode 100644 index 000000000..99b426e43 --- /dev/null +++ b/Reference/Category Reference/C_CurrencyInfo.GetAzeriteCurrencyID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_CurrencyInfo.GetAzeriteCurrencyID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CurrencyInfo.GetBasicCurrencyInfo(currencyType, [quantity]).sublime-snippet b/Reference/Category Reference/C_CurrencyInfo.GetBasicCurrencyInfo(currencyType, [quantity]).sublime-snippet new file mode 100644 index 000000000..2b3db6944 --- /dev/null +++ b/Reference/Category Reference/C_CurrencyInfo.GetBasicCurrencyInfo(currencyType, [quantity]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_CurrencyInfo.GetBasicCurrencyInfo + (currencyType, [quantity]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CurrencyInfo.GetCurrencyContainerInfo(currencyType, quantity).sublime-snippet b/Reference/Category Reference/C_CurrencyInfo.GetCurrencyContainerInfo(currencyType, quantity).sublime-snippet new file mode 100644 index 000000000..dad500e7a --- /dev/null +++ b/Reference/Category Reference/C_CurrencyInfo.GetCurrencyContainerInfo(currencyType, quantity).sublime-snippet @@ -0,0 +1,6 @@ + + + C_CurrencyInfo.GetCurrencyContainerInfo + (currencyType, quantity) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CurrencyInfo.GetCurrencyIDFromLink(currencyLink).sublime-snippet b/Reference/Category Reference/C_CurrencyInfo.GetCurrencyIDFromLink(currencyLink).sublime-snippet new file mode 100644 index 000000000..8aa7bf8d6 --- /dev/null +++ b/Reference/Category Reference/C_CurrencyInfo.GetCurrencyIDFromLink(currencyLink).sublime-snippet @@ -0,0 +1,6 @@ + + + C_CurrencyInfo.GetCurrencyIDFromLink + ("currencyLink") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CurrencyInfo.GetFactionGrantedByCurrency(currencyID).sublime-snippet b/Reference/Category Reference/C_CurrencyInfo.GetFactionGrantedByCurrency(currencyID).sublime-snippet new file mode 100644 index 000000000..e0c7bc6fb --- /dev/null +++ b/Reference/Category Reference/C_CurrencyInfo.GetFactionGrantedByCurrency(currencyID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_CurrencyInfo.GetFactionGrantedByCurrency + (currencyID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CurrencyInfo.GetWarResourcesCurrencyID().sublime-snippet b/Reference/Category Reference/C_CurrencyInfo.GetWarResourcesCurrencyID().sublime-snippet new file mode 100644 index 000000000..5e0227c99 --- /dev/null +++ b/Reference/Category Reference/C_CurrencyInfo.GetWarResourcesCurrencyID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_CurrencyInfo.GetWarResourcesCurrencyID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_CurrencyInfo.IsCurrencyContainer(currencyID, quantity).sublime-snippet b/Reference/Category Reference/C_CurrencyInfo.IsCurrencyContainer(currencyID, quantity).sublime-snippet new file mode 100644 index 000000000..9a08b678e --- /dev/null +++ b/Reference/Category Reference/C_CurrencyInfo.IsCurrencyContainer(currencyID, quantity).sublime-snippet @@ -0,0 +1,6 @@ + + + C_CurrencyInfo.IsCurrencyContainer + (currencyID, quantity) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Cursor.DropCursorCommunitiesStream().sublime-snippet b/Reference/Category Reference/C_Cursor.DropCursorCommunitiesStream().sublime-snippet new file mode 100644 index 000000000..89a3237b1 --- /dev/null +++ b/Reference/Category Reference/C_Cursor.DropCursorCommunitiesStream().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Cursor.DropCursorCommunitiesStream + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Cursor.GetCursorCommunitiesStream().sublime-snippet b/Reference/Category Reference/C_Cursor.GetCursorCommunitiesStream().sublime-snippet new file mode 100644 index 000000000..26ef0970b --- /dev/null +++ b/Reference/Category Reference/C_Cursor.GetCursorCommunitiesStream().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Cursor.GetCursorCommunitiesStream + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Cursor.GetCursorItem().sublime-snippet b/Reference/Category Reference/C_Cursor.GetCursorItem().sublime-snippet new file mode 100644 index 000000000..9f5663b2c --- /dev/null +++ b/Reference/Category Reference/C_Cursor.GetCursorItem().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Cursor.GetCursorItem + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Cursor.SetCursorCommunitiesStream(clubId, streamId).sublime-snippet b/Reference/Category Reference/C_Cursor.SetCursorCommunitiesStream(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..970476f67 --- /dev/null +++ b/Reference/Category Reference/C_Cursor.SetCursorCommunitiesStream(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Cursor.SetCursorCommunitiesStream + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_DateAndTime.GetDateFromEpoch(epoch).sublime-snippet b/Reference/Category Reference/C_DateAndTime.GetDateFromEpoch(epoch).sublime-snippet new file mode 100644 index 000000000..bcaa34c45 --- /dev/null +++ b/Reference/Category Reference/C_DateAndTime.GetDateFromEpoch(epoch).sublime-snippet @@ -0,0 +1,6 @@ + + + C_DateAndTime.GetDateFromEpoch + (epoch) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_DateAndTime.GetTodaysDate().sublime-snippet b/Reference/Category Reference/C_DateAndTime.GetTodaysDate().sublime-snippet new file mode 100644 index 000000000..22923676d --- /dev/null +++ b/Reference/Category Reference/C_DateAndTime.GetTodaysDate().sublime-snippet @@ -0,0 +1,6 @@ + + + C_DateAndTime.GetTodaysDate + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_DateAndTime.GetYesterdaysDate().sublime-snippet b/Reference/Category Reference/C_DateAndTime.GetYesterdaysDate().sublime-snippet new file mode 100644 index 000000000..ffbab1890 --- /dev/null +++ b/Reference/Category Reference/C_DateAndTime.GetYesterdaysDate().sublime-snippet @@ -0,0 +1,6 @@ + + + C_DateAndTime.GetYesterdaysDate + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_DeathInfo.GetCorpseMapPosition(uiMapID).sublime-snippet b/Reference/Category Reference/C_DeathInfo.GetCorpseMapPosition(uiMapID).sublime-snippet new file mode 100644 index 000000000..3df7c8464 --- /dev/null +++ b/Reference/Category Reference/C_DeathInfo.GetCorpseMapPosition(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_DeathInfo.GetCorpseMapPosition + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_DeathInfo.GetDeathReleasePosition(uiMapID).sublime-snippet b/Reference/Category Reference/C_DeathInfo.GetDeathReleasePosition(uiMapID).sublime-snippet new file mode 100644 index 000000000..ff446ed13 --- /dev/null +++ b/Reference/Category Reference/C_DeathInfo.GetDeathReleasePosition(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_DeathInfo.GetDeathReleasePosition + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_DeathInfo.GetGraveyardsForMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_DeathInfo.GetGraveyardsForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..3f25b8c3a --- /dev/null +++ b/Reference/Category Reference/C_DeathInfo.GetGraveyardsForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_DeathInfo.GetGraveyardsForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_DeathInfo.GetSelfResurrectOptions().sublime-snippet b/Reference/Category Reference/C_DeathInfo.GetSelfResurrectOptions().sublime-snippet new file mode 100644 index 000000000..185b191f7 --- /dev/null +++ b/Reference/Category Reference/C_DeathInfo.GetSelfResurrectOptions().sublime-snippet @@ -0,0 +1,6 @@ + + + C_DeathInfo.GetSelfResurrectOptions + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_DeathInfo.UseSelfResurrectOption(optionType, id).sublime-snippet b/Reference/Category Reference/C_DeathInfo.UseSelfResurrectOption(optionType, id).sublime-snippet new file mode 100644 index 000000000..7b4f503ca --- /dev/null +++ b/Reference/Category Reference/C_DeathInfo.UseSelfResurrectOption(optionType, id).sublime-snippet @@ -0,0 +1,6 @@ + + + C_DeathInfo.UseSelfResurrectOption + (optionType, id) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EncounterJournal.GetDungeonEntrancesForMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_EncounterJournal.GetDungeonEntrancesForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..44d1c400f --- /dev/null +++ b/Reference/Category Reference/C_EncounterJournal.GetDungeonEntrancesForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EncounterJournal.GetDungeonEntrancesForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EncounterJournal.GetEncountersOnMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_EncounterJournal.GetEncountersOnMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..ad4a953bf --- /dev/null +++ b/Reference/Category Reference/C_EncounterJournal.GetEncountersOnMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EncounterJournal.GetEncountersOnMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EncounterJournal.GetSectionIconFlags(sectionID).sublime-snippet b/Reference/Category Reference/C_EncounterJournal.GetSectionIconFlags(sectionID).sublime-snippet new file mode 100644 index 000000000..de88ef538 --- /dev/null +++ b/Reference/Category Reference/C_EncounterJournal.GetSectionIconFlags(sectionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EncounterJournal.GetSectionIconFlags + (sectionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EncounterJournal.GetSectionInfo(sectionID).sublime-snippet b/Reference/Category Reference/C_EncounterJournal.GetSectionInfo(sectionID).sublime-snippet new file mode 100644 index 000000000..dcd36a367 --- /dev/null +++ b/Reference/Category Reference/C_EncounterJournal.GetSectionInfo(sectionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EncounterJournal.GetSectionInfo + (sectionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.AssignSpecToEquipmentSet(equipmentSetID, specIndex).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.AssignSpecToEquipmentSet(equipmentSetID, specIndex).sublime-snippet new file mode 100644 index 000000000..404430a14 --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.AssignSpecToEquipmentSet(equipmentSetID, specIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.AssignSpecToEquipmentSet + (equipmentSetID, specIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.CanUseEquipmentSets().sublime-snippet b/Reference/Category Reference/C_EquipmentSet.CanUseEquipmentSets().sublime-snippet new file mode 100644 index 000000000..b95b3638b --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.CanUseEquipmentSets().sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.CanUseEquipmentSets + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.ClearIgnoredSlotsForSave().sublime-snippet b/Reference/Category Reference/C_EquipmentSet.ClearIgnoredSlotsForSave().sublime-snippet new file mode 100644 index 000000000..5c42d8710 --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.ClearIgnoredSlotsForSave().sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.ClearIgnoredSlotsForSave + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.CreateEquipmentSet(equipmentSetName, [icon]).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.CreateEquipmentSet(equipmentSetName, [icon]).sublime-snippet new file mode 100644 index 000000000..d949b86c4 --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.CreateEquipmentSet(equipmentSetName, [icon]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.CreateEquipmentSet + ("equipmentSetName", ["icon"]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.DeleteEquipmentSet(equipmentSetID).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.DeleteEquipmentSet(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..155b4a41c --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.DeleteEquipmentSet(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.DeleteEquipmentSet + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.EquipmentSetContainsLockedItems(equipmentSetID).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.EquipmentSetContainsLockedItems(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..7093f3590 --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.EquipmentSetContainsLockedItems(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.EquipmentSetContainsLockedItems + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetAssignedSpec(equipmentSetID).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetAssignedSpec(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..340a44eee --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetAssignedSpec(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.GetEquipmentSetAssignedSpec + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetForSpec(specIndex).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetForSpec(specIndex).sublime-snippet new file mode 100644 index 000000000..0be32dfd3 --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetForSpec(specIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.GetEquipmentSetForSpec + (specIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetID(equipmentSetName).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetID(equipmentSetName).sublime-snippet new file mode 100644 index 000000000..4f7e8175a --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetID(equipmentSetName).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.GetEquipmentSetID + ("equipmentSetName") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetIDs().sublime-snippet b/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetIDs().sublime-snippet new file mode 100644 index 000000000..7aeb01d14 --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetIDs().sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.GetEquipmentSetIDs + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetInfo(equipmentSetID).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetInfo(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..8955c061c --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.GetEquipmentSetInfo(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.GetEquipmentSetInfo + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.GetIgnoredSlots(equipmentSetID).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.GetIgnoredSlots(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..82a7c601a --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.GetIgnoredSlots(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.GetIgnoredSlots + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.GetItemIDs(equipmentSetID).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.GetItemIDs(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..0e08585fc --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.GetItemIDs(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.GetItemIDs + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.GetItemLocations(equipmentSetID).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.GetItemLocations(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..24a4aec3f --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.GetItemLocations(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.GetItemLocations + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.GetNumEquipmentSets().sublime-snippet b/Reference/Category Reference/C_EquipmentSet.GetNumEquipmentSets().sublime-snippet new file mode 100644 index 000000000..1b08d2aab --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.GetNumEquipmentSets().sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.GetNumEquipmentSets + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.IgnoreSlotForSave(slot).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.IgnoreSlotForSave(slot).sublime-snippet new file mode 100644 index 000000000..78e5746a3 --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.IgnoreSlotForSave(slot).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.IgnoreSlotForSave + (slot) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.IsSlotIgnoredForSave(slot).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.IsSlotIgnoredForSave(slot).sublime-snippet new file mode 100644 index 000000000..d7d00f0bb --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.IsSlotIgnoredForSave(slot).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.IsSlotIgnoredForSave + (slot) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.ModifyEquipmentSet(equipmentSetID, newName, [newIcon]).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.ModifyEquipmentSet(equipmentSetID, newName, [newIcon]).sublime-snippet new file mode 100644 index 000000000..87ae31415 --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.ModifyEquipmentSet(equipmentSetID, newName, [newIcon]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.ModifyEquipmentSet + (equipmentSetID, "newName", ["newIcon"]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.PickupEquipmentSet(equipmentSetID).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.PickupEquipmentSet(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..fc0aafede --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.PickupEquipmentSet(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.PickupEquipmentSet + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.SaveEquipmentSet(equipmentSetID, [icon]).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.SaveEquipmentSet(equipmentSetID, [icon]).sublime-snippet new file mode 100644 index 000000000..8e671714b --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.SaveEquipmentSet(equipmentSetID, [icon]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.SaveEquipmentSet + (equipmentSetID, ["icon"]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.UnassignEquipmentSetSpec(equipmentSetID).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.UnassignEquipmentSetSpec(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..1b126aedf --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.UnassignEquipmentSetSpec(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.UnassignEquipmentSetSpec + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.UnignoreSlotForSave(slot).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.UnignoreSlotForSave(slot).sublime-snippet new file mode 100644 index 000000000..67fb28e27 --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.UnignoreSlotForSave(slot).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.UnignoreSlotForSave + (slot) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_EquipmentSet.UseEquipmentSet(equipmentSetID).sublime-snippet b/Reference/Category Reference/C_EquipmentSet.UseEquipmentSet(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..06569ca1e --- /dev/null +++ b/Reference/Category Reference/C_EquipmentSet.UseEquipmentSet(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_EquipmentSet.UseEquipmentSet + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_FogOfWar.GetFogOfWarForMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_FogOfWar.GetFogOfWarForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..069f27a94 --- /dev/null +++ b/Reference/Category Reference/C_FogOfWar.GetFogOfWarForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_FogOfWar.GetFogOfWarForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_FogOfWar.GetFogOfWarInfo(fogOfWarID).sublime-snippet b/Reference/Category Reference/C_FogOfWar.GetFogOfWarInfo(fogOfWarID).sublime-snippet new file mode 100644 index 000000000..cc4f8a453 --- /dev/null +++ b/Reference/Category Reference/C_FogOfWar.GetFogOfWarInfo(fogOfWarID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_FogOfWar.GetFogOfWarInfo + (fogOfWarID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID().sublime-snippet b/Reference/Category Reference/C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID().sublime-snippet new file mode 100644 index 000000000..b3b84bd68 --- /dev/null +++ b/Reference/Category Reference/C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Garrison.GetCurrentGarrTalentTreeID().sublime-snippet b/Reference/Category Reference/C_Garrison.GetCurrentGarrTalentTreeID().sublime-snippet new file mode 100644 index 000000000..154f003ba --- /dev/null +++ b/Reference/Category Reference/C_Garrison.GetCurrentGarrTalentTreeID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Garrison.GetCurrentGarrTalentTreeID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Garrison.GetGarrisonPlotsInstancesForMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_Garrison.GetGarrisonPlotsInstancesForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..dcf47648a --- /dev/null +++ b/Reference/Category Reference/C_Garrison.GetGarrisonPlotsInstancesForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Garrison.GetGarrisonPlotsInstancesForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Garrison.GetTalentTreeIDsByClassID(garrType, classID).sublime-snippet b/Reference/Category Reference/C_Garrison.GetTalentTreeIDsByClassID(garrType, classID).sublime-snippet new file mode 100644 index 000000000..ea1a834df --- /dev/null +++ b/Reference/Category Reference/C_Garrison.GetTalentTreeIDsByClassID(garrType, classID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Garrison.GetTalentTreeIDsByClassID + (garrType, classID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Garrison.IsAtGarrisonMissionNPC().sublime-snippet b/Reference/Category Reference/C_Garrison.IsAtGarrisonMissionNPC().sublime-snippet new file mode 100644 index 000000000..be1ee9af1 --- /dev/null +++ b/Reference/Category Reference/C_Garrison.IsAtGarrisonMissionNPC().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Garrison.IsAtGarrisonMissionNPC + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_GossipInfo.GetGossipPoiForUiMapID(uiMapID).sublime-snippet b/Reference/Category Reference/C_GossipInfo.GetGossipPoiForUiMapID(uiMapID).sublime-snippet new file mode 100644 index 000000000..b0e4b80bb --- /dev/null +++ b/Reference/Category Reference/C_GossipInfo.GetGossipPoiForUiMapID(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_GossipInfo.GetGossipPoiForUiMapID + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_GossipInfo.GetGossipPoiInfo(uiMapID, gossipPoiID).sublime-snippet b/Reference/Category Reference/C_GossipInfo.GetGossipPoiInfo(uiMapID, gossipPoiID).sublime-snippet new file mode 100644 index 000000000..9236f94dd --- /dev/null +++ b/Reference/Category Reference/C_GossipInfo.GetGossipPoiInfo(uiMapID, gossipPoiID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_GossipInfo.GetGossipPoiInfo + (uiMapID, gossipPoiID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_GuildInfo.CanSpeakInGuildChat().sublime-snippet b/Reference/Category Reference/C_GuildInfo.CanSpeakInGuildChat().sublime-snippet new file mode 100644 index 000000000..014f456ed --- /dev/null +++ b/Reference/Category Reference/C_GuildInfo.CanSpeakInGuildChat().sublime-snippet @@ -0,0 +1,6 @@ + + + C_GuildInfo.CanSpeakInGuildChat + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_GuildInfo.GetGuildRankOrder(guid).sublime-snippet b/Reference/Category Reference/C_GuildInfo.GetGuildRankOrder(guid).sublime-snippet new file mode 100644 index 000000000..06d1ee399 --- /dev/null +++ b/Reference/Category Reference/C_GuildInfo.GetGuildRankOrder(guid).sublime-snippet @@ -0,0 +1,6 @@ + + + C_GuildInfo.GetGuildRankOrder + ("guid") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_GuildInfo.GuildControlGetRankFlags(rankOrder).sublime-snippet b/Reference/Category Reference/C_GuildInfo.GuildControlGetRankFlags(rankOrder).sublime-snippet new file mode 100644 index 000000000..de7e6f311 --- /dev/null +++ b/Reference/Category Reference/C_GuildInfo.GuildControlGetRankFlags(rankOrder).sublime-snippet @@ -0,0 +1,6 @@ + + + C_GuildInfo.GuildControlGetRankFlags + (rankOrder) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_GuildInfo.IsGuildRankAssignmentAllowed(guid, rankOrder).sublime-snippet b/Reference/Category Reference/C_GuildInfo.IsGuildRankAssignmentAllowed(guid, rankOrder).sublime-snippet new file mode 100644 index 000000000..fbc9a90ca --- /dev/null +++ b/Reference/Category Reference/C_GuildInfo.IsGuildRankAssignmentAllowed(guid, rankOrder).sublime-snippet @@ -0,0 +1,6 @@ + + + C_GuildInfo.IsGuildRankAssignmentAllowed + ("guid", rankOrder) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_GuildInfo.QueryGuildMemberRecipes(guildMemberGUID, skillLineID).sublime-snippet b/Reference/Category Reference/C_GuildInfo.QueryGuildMemberRecipes(guildMemberGUID, skillLineID).sublime-snippet new file mode 100644 index 000000000..a3daeb5e0 --- /dev/null +++ b/Reference/Category Reference/C_GuildInfo.QueryGuildMemberRecipes(guildMemberGUID, skillLineID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_GuildInfo.QueryGuildMemberRecipes + ("guildMemberGUID", skillLineID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_GuildInfo.RemoveFromGuild(guid).sublime-snippet b/Reference/Category Reference/C_GuildInfo.RemoveFromGuild(guid).sublime-snippet new file mode 100644 index 000000000..ba42cf071 --- /dev/null +++ b/Reference/Category Reference/C_GuildInfo.RemoveFromGuild(guid).sublime-snippet @@ -0,0 +1,6 @@ + + + C_GuildInfo.RemoveFromGuild + ("guid") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_GuildInfo.SetGuildRankOrder(guid, rankOrder).sublime-snippet b/Reference/Category Reference/C_GuildInfo.SetGuildRankOrder(guid, rankOrder).sublime-snippet new file mode 100644 index 000000000..9040f9006 --- /dev/null +++ b/Reference/Category Reference/C_GuildInfo.SetGuildRankOrder(guid, rankOrder).sublime-snippet @@ -0,0 +1,6 @@ + + + C_GuildInfo.SetGuildRankOrder + ("guid", rankOrder) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_GuildInfo.SetNote(guid, note, isPublic).sublime-snippet b/Reference/Category Reference/C_GuildInfo.SetNote(guid, note, isPublic).sublime-snippet new file mode 100644 index 000000000..748c35db3 --- /dev/null +++ b/Reference/Category Reference/C_GuildInfo.SetNote(guid, note, isPublic).sublime-snippet @@ -0,0 +1,6 @@ + + + C_GuildInfo.SetNote + ("guid", "note", isPublic) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_InvasionInfo.AreInvasionsAvailable().sublime-snippet b/Reference/Category Reference/C_InvasionInfo.AreInvasionsAvailable().sublime-snippet new file mode 100644 index 000000000..825cede13 --- /dev/null +++ b/Reference/Category Reference/C_InvasionInfo.AreInvasionsAvailable().sublime-snippet @@ -0,0 +1,6 @@ + + + C_InvasionInfo.AreInvasionsAvailable + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_InvasionInfo.GetInvasionForUiMapID(uiMapID).sublime-snippet b/Reference/Category Reference/C_InvasionInfo.GetInvasionForUiMapID(uiMapID).sublime-snippet new file mode 100644 index 000000000..17a5395db --- /dev/null +++ b/Reference/Category Reference/C_InvasionInfo.GetInvasionForUiMapID(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_InvasionInfo.GetInvasionForUiMapID + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_InvasionInfo.GetInvasionInfo(invasionID).sublime-snippet b/Reference/Category Reference/C_InvasionInfo.GetInvasionInfo(invasionID).sublime-snippet new file mode 100644 index 000000000..65aa41e65 --- /dev/null +++ b/Reference/Category Reference/C_InvasionInfo.GetInvasionInfo(invasionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_InvasionInfo.GetInvasionInfo + (invasionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_InvasionInfo.GetInvasionTimeLeft(invasionID).sublime-snippet b/Reference/Category Reference/C_InvasionInfo.GetInvasionTimeLeft(invasionID).sublime-snippet new file mode 100644 index 000000000..15c97b2b5 --- /dev/null +++ b/Reference/Category Reference/C_InvasionInfo.GetInvasionTimeLeft(invasionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_InvasionInfo.GetInvasionTimeLeft + (invasionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_IslandsQueue.CloseIslandsQueueScreen().sublime-snippet b/Reference/Category Reference/C_IslandsQueue.CloseIslandsQueueScreen().sublime-snippet new file mode 100644 index 000000000..f81a6c0f4 --- /dev/null +++ b/Reference/Category Reference/C_IslandsQueue.CloseIslandsQueueScreen().sublime-snippet @@ -0,0 +1,6 @@ + + + C_IslandsQueue.CloseIslandsQueueScreen + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_IslandsQueue.GetIslandDifficultyInfo().sublime-snippet b/Reference/Category Reference/C_IslandsQueue.GetIslandDifficultyInfo().sublime-snippet new file mode 100644 index 000000000..7755c0643 --- /dev/null +++ b/Reference/Category Reference/C_IslandsQueue.GetIslandDifficultyInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_IslandsQueue.GetIslandDifficultyInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_IslandsQueue.GetIslandsMaxGroupSize().sublime-snippet b/Reference/Category Reference/C_IslandsQueue.GetIslandsMaxGroupSize().sublime-snippet new file mode 100644 index 000000000..4794be39d --- /dev/null +++ b/Reference/Category Reference/C_IslandsQueue.GetIslandsMaxGroupSize().sublime-snippet @@ -0,0 +1,6 @@ + + + C_IslandsQueue.GetIslandsMaxGroupSize + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_IslandsQueue.GetIslandsWeeklyQuestID().sublime-snippet b/Reference/Category Reference/C_IslandsQueue.GetIslandsWeeklyQuestID().sublime-snippet new file mode 100644 index 000000000..87f220e0c --- /dev/null +++ b/Reference/Category Reference/C_IslandsQueue.GetIslandsWeeklyQuestID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_IslandsQueue.GetIslandsWeeklyQuestID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_IslandsQueue.QueueForIsland(difficultyID).sublime-snippet b/Reference/Category Reference/C_IslandsQueue.QueueForIsland(difficultyID).sublime-snippet new file mode 100644 index 000000000..f18d5a311 --- /dev/null +++ b/Reference/Category Reference/C_IslandsQueue.QueueForIsland(difficultyID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_IslandsQueue.QueueForIsland + (difficultyID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_IslandsQueue.RequestPreloadRewardData(questId).sublime-snippet b/Reference/Category Reference/C_IslandsQueue.RequestPreloadRewardData(questId).sublime-snippet new file mode 100644 index 000000000..c8a2fd422 --- /dev/null +++ b/Reference/Category Reference/C_IslandsQueue.RequestPreloadRewardData(questId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_IslandsQueue.RequestPreloadRewardData + (questId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.DoesItemExist(emptiableItemLocation).sublime-snippet b/Reference/Category Reference/C_Item.DoesItemExist(emptiableItemLocation).sublime-snippet new file mode 100644 index 000000000..b7b930834 --- /dev/null +++ b/Reference/Category Reference/C_Item.DoesItemExist(emptiableItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.DoesItemExist + (emptiableItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.DoesItemExistByID(itemInfo).sublime-snippet b/Reference/Category Reference/C_Item.DoesItemExistByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..418f4610a --- /dev/null +++ b/Reference/Category Reference/C_Item.DoesItemExistByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.DoesItemExistByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.GetCurrentItemLevel(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.GetCurrentItemLevel(itemLocation).sublime-snippet new file mode 100644 index 000000000..2d111369a --- /dev/null +++ b/Reference/Category Reference/C_Item.GetCurrentItemLevel(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.GetCurrentItemLevel + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.GetItemGUID(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.GetItemGUID(itemLocation).sublime-snippet new file mode 100644 index 000000000..8c8718433 --- /dev/null +++ b/Reference/Category Reference/C_Item.GetItemGUID(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.GetItemGUID + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.GetItemID(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.GetItemID(itemLocation).sublime-snippet new file mode 100644 index 000000000..0443f4a45 --- /dev/null +++ b/Reference/Category Reference/C_Item.GetItemID(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.GetItemID + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.GetItemIcon(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.GetItemIcon(itemLocation).sublime-snippet new file mode 100644 index 000000000..089844a1f --- /dev/null +++ b/Reference/Category Reference/C_Item.GetItemIcon(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.GetItemIcon + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.GetItemIconByID(itemInfo).sublime-snippet b/Reference/Category Reference/C_Item.GetItemIconByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..bd47b08e9 --- /dev/null +++ b/Reference/Category Reference/C_Item.GetItemIconByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.GetItemIconByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.GetItemInventoryType(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.GetItemInventoryType(itemLocation).sublime-snippet new file mode 100644 index 000000000..3d7cd8e48 --- /dev/null +++ b/Reference/Category Reference/C_Item.GetItemInventoryType(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.GetItemInventoryType + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.GetItemInventoryTypeByID(itemInfo).sublime-snippet b/Reference/Category Reference/C_Item.GetItemInventoryTypeByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..42f1d3a1d --- /dev/null +++ b/Reference/Category Reference/C_Item.GetItemInventoryTypeByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.GetItemInventoryTypeByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.GetItemLink(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.GetItemLink(itemLocation).sublime-snippet new file mode 100644 index 000000000..35707497d --- /dev/null +++ b/Reference/Category Reference/C_Item.GetItemLink(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.GetItemLink + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.GetItemName(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.GetItemName(itemLocation).sublime-snippet new file mode 100644 index 000000000..d754d083b --- /dev/null +++ b/Reference/Category Reference/C_Item.GetItemName(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.GetItemName + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.GetItemNameByID(itemInfo).sublime-snippet b/Reference/Category Reference/C_Item.GetItemNameByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..069c25093 --- /dev/null +++ b/Reference/Category Reference/C_Item.GetItemNameByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.GetItemNameByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.GetItemQuality(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.GetItemQuality(itemLocation).sublime-snippet new file mode 100644 index 000000000..7bf84e37c --- /dev/null +++ b/Reference/Category Reference/C_Item.GetItemQuality(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.GetItemQuality + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.GetItemQualityByID(itemInfo).sublime-snippet b/Reference/Category Reference/C_Item.GetItemQualityByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..d495e4fa6 --- /dev/null +++ b/Reference/Category Reference/C_Item.GetItemQualityByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.GetItemQualityByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.IsBound(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.IsBound(itemLocation).sublime-snippet new file mode 100644 index 000000000..25d0446f3 --- /dev/null +++ b/Reference/Category Reference/C_Item.IsBound(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.IsBound + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.IsItemDataCached(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.IsItemDataCached(itemLocation).sublime-snippet new file mode 100644 index 000000000..a85ea2b2f --- /dev/null +++ b/Reference/Category Reference/C_Item.IsItemDataCached(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.IsItemDataCached + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.IsItemDataCachedByID(itemInfo).sublime-snippet b/Reference/Category Reference/C_Item.IsItemDataCachedByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..f10ad1581 --- /dev/null +++ b/Reference/Category Reference/C_Item.IsItemDataCachedByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.IsItemDataCachedByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.IsLocked(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.IsLocked(itemLocation).sublime-snippet new file mode 100644 index 000000000..b12fcf822 --- /dev/null +++ b/Reference/Category Reference/C_Item.IsLocked(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.IsLocked + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.LockItem(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.LockItem(itemLocation).sublime-snippet new file mode 100644 index 000000000..f9937b368 --- /dev/null +++ b/Reference/Category Reference/C_Item.LockItem(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.LockItem + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.RequestLoadItemData(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.RequestLoadItemData(itemLocation).sublime-snippet new file mode 100644 index 000000000..166a3d16a --- /dev/null +++ b/Reference/Category Reference/C_Item.RequestLoadItemData(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.RequestLoadItemData + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.RequestLoadItemDataByID(itemInfo).sublime-snippet b/Reference/Category Reference/C_Item.RequestLoadItemDataByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..5e97801d1 --- /dev/null +++ b/Reference/Category Reference/C_Item.RequestLoadItemDataByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.RequestLoadItemDataByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Item.UnlockItem(itemLocation).sublime-snippet b/Reference/Category Reference/C_Item.UnlockItem(itemLocation).sublime-snippet new file mode 100644 index 000000000..7b4ca4621 --- /dev/null +++ b/Reference/Category Reference/C_Item.UnlockItem(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Item.UnlockItem + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_KeyBindings.GetCustomBindingType(bindingIndex).sublime-snippet b/Reference/Category Reference/C_KeyBindings.GetCustomBindingType(bindingIndex).sublime-snippet new file mode 100644 index 000000000..27b355bbc --- /dev/null +++ b/Reference/Category Reference/C_KeyBindings.GetCustomBindingType(bindingIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_KeyBindings.GetCustomBindingType + (bindingIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_LFGInfo.GetAllEntriesForCategory(category).sublime-snippet b/Reference/Category Reference/C_LFGInfo.GetAllEntriesForCategory(category).sublime-snippet new file mode 100644 index 000000000..cc2504568 --- /dev/null +++ b/Reference/Category Reference/C_LFGInfo.GetAllEntriesForCategory(category).sublime-snippet @@ -0,0 +1,6 @@ + + + C_LFGInfo.GetAllEntriesForCategory + (category) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_LFGInfo.HideNameFromUI(dungeonID).sublime-snippet b/Reference/Category Reference/C_LFGInfo.HideNameFromUI(dungeonID).sublime-snippet new file mode 100644 index 000000000..a0fb900d8 --- /dev/null +++ b/Reference/Category Reference/C_LFGInfo.HideNameFromUI(dungeonID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_LFGInfo.HideNameFromUI + (dungeonID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_LFGList.CanActiveEntryUseAutoAccept().sublime-snippet b/Reference/Category Reference/C_LFGList.CanActiveEntryUseAutoAccept().sublime-snippet new file mode 100644 index 000000000..496cc501e --- /dev/null +++ b/Reference/Category Reference/C_LFGList.CanActiveEntryUseAutoAccept().sublime-snippet @@ -0,0 +1,6 @@ + + + C_LFGList.CanActiveEntryUseAutoAccept + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_LFGList.CanCreateQuestGroup(questID).sublime-snippet b/Reference/Category Reference/C_LFGList.CanCreateQuestGroup(questID).sublime-snippet new file mode 100644 index 000000000..cc691039b --- /dev/null +++ b/Reference/Category Reference/C_LFGList.CanCreateQuestGroup(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_LFGList.CanCreateQuestGroup + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_LFGList.ClearApplicationTextFields().sublime-snippet b/Reference/Category Reference/C_LFGList.ClearApplicationTextFields().sublime-snippet new file mode 100644 index 000000000..fa306b611 --- /dev/null +++ b/Reference/Category Reference/C_LFGList.ClearApplicationTextFields().sublime-snippet @@ -0,0 +1,6 @@ + + + C_LFGList.ClearApplicationTextFields + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_LFGList.ClearCreationTextFields().sublime-snippet b/Reference/Category Reference/C_LFGList.ClearCreationTextFields().sublime-snippet new file mode 100644 index 000000000..e1a89990d --- /dev/null +++ b/Reference/Category Reference/C_LFGList.ClearCreationTextFields().sublime-snippet @@ -0,0 +1,6 @@ + + + C_LFGList.ClearCreationTextFields + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_LFGList.ClearSearchTextFields().sublime-snippet b/Reference/Category Reference/C_LFGList.ClearSearchTextFields().sublime-snippet new file mode 100644 index 000000000..0a62ab886 --- /dev/null +++ b/Reference/Category Reference/C_LFGList.ClearSearchTextFields().sublime-snippet @@ -0,0 +1,6 @@ + + + C_LFGList.ClearSearchTextFields + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_LFGList.CopyActiveEntryInfoToCreationFields().sublime-snippet b/Reference/Category Reference/C_LFGList.CopyActiveEntryInfoToCreationFields().sublime-snippet new file mode 100644 index 000000000..a437cd6dc --- /dev/null +++ b/Reference/Category Reference/C_LFGList.CopyActiveEntryInfoToCreationFields().sublime-snippet @@ -0,0 +1,6 @@ + + + C_LFGList.CopyActiveEntryInfoToCreationFields + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_LFGList.Search(categoryID, filter, preferredFilters, [languageFilter]).sublime-snippet b/Reference/Category Reference/C_LFGList.Search(categoryID, filter, preferredFilters, [languageFilter]).sublime-snippet new file mode 100644 index 000000000..c36176522 --- /dev/null +++ b/Reference/Category Reference/C_LFGList.Search(categoryID, filter, preferredFilters, [languageFilter]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_LFGList.Search + (categoryID, filter, preferredFilters, [languageFilter]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_LFGList.SetSearchToActivity(activityID).sublime-snippet b/Reference/Category Reference/C_LFGList.SetSearchToActivity(activityID).sublime-snippet new file mode 100644 index 000000000..71e6dc9ac --- /dev/null +++ b/Reference/Category Reference/C_LFGList.SetSearchToActivity(activityID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_LFGList.SetSearchToActivity + (activityID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_LFGList.SetSearchToQuestID(questID).sublime-snippet b/Reference/Category Reference/C_LFGList.SetSearchToQuestID(questID).sublime-snippet new file mode 100644 index 000000000..5dcb7ae2a --- /dev/null +++ b/Reference/Category Reference/C_LFGList.SetSearchToQuestID(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_LFGList.SetSearchToQuestID + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Mail.HasInboxMoney(inboxIndex).sublime-snippet b/Reference/Category Reference/C_Mail.HasInboxMoney(inboxIndex).sublime-snippet new file mode 100644 index 000000000..dab90f167 --- /dev/null +++ b/Reference/Category Reference/C_Mail.HasInboxMoney(inboxIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Mail.HasInboxMoney + (inboxIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Mail.IsCommandPending().sublime-snippet b/Reference/Category Reference/C_Mail.IsCommandPending().sublime-snippet new file mode 100644 index 000000000..4df7aa35f --- /dev/null +++ b/Reference/Category Reference/C_Mail.IsCommandPending().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Mail.IsCommandPending + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetAreaInfo(areaID).sublime-snippet b/Reference/Category Reference/C_Map.GetAreaInfo(areaID).sublime-snippet new file mode 100644 index 000000000..c938db2bd --- /dev/null +++ b/Reference/Category Reference/C_Map.GetAreaInfo(areaID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetAreaInfo + (areaID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetBestMapForUnit(unitToken).sublime-snippet b/Reference/Category Reference/C_Map.GetBestMapForUnit(unitToken).sublime-snippet new file mode 100644 index 000000000..6e4fa1f50 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetBestMapForUnit(unitToken).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetBestMapForUnit + ("unitToken") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetBountySetIDForMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.GetBountySetIDForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..14341089f --- /dev/null +++ b/Reference/Category Reference/C_Map.GetBountySetIDForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetBountySetIDForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetFallbackWorldMapID().sublime-snippet b/Reference/Category Reference/C_Map.GetFallbackWorldMapID().sublime-snippet new file mode 100644 index 000000000..0413024f8 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetFallbackWorldMapID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetFallbackWorldMapID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapArtBackgroundAtlas(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.GetMapArtBackgroundAtlas(uiMapID).sublime-snippet new file mode 100644 index 000000000..8b7c92b16 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapArtBackgroundAtlas(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapArtBackgroundAtlas + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapArtHelpTextPosition(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.GetMapArtHelpTextPosition(uiMapID).sublime-snippet new file mode 100644 index 000000000..d7054d1ee --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapArtHelpTextPosition(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapArtHelpTextPosition + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapArtID(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.GetMapArtID(uiMapID).sublime-snippet new file mode 100644 index 000000000..493082fca --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapArtID(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapArtID + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapArtLayerTextures(uiMapID, layerIndex).sublime-snippet b/Reference/Category Reference/C_Map.GetMapArtLayerTextures(uiMapID, layerIndex).sublime-snippet new file mode 100644 index 000000000..179569d15 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapArtLayerTextures(uiMapID, layerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapArtLayerTextures + (uiMapID, layerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapArtLayers(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.GetMapArtLayers(uiMapID).sublime-snippet new file mode 100644 index 000000000..ff8c77676 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapArtLayers(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapArtLayers + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapBannersForMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.GetMapBannersForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..4d1704cbe --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapBannersForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapBannersForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapChildrenInfo(uiMapID, [mapType, [allDescendants]]).sublime-snippet b/Reference/Category Reference/C_Map.GetMapChildrenInfo(uiMapID, [mapType, [allDescendants]]).sublime-snippet new file mode 100644 index 000000000..eaaeadfae --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapChildrenInfo(uiMapID, [mapType, [allDescendants]]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapChildrenInfo + (uiMapID, [mapType, [allDescendants]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapDisplayInfo(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.GetMapDisplayInfo(uiMapID).sublime-snippet new file mode 100644 index 000000000..4c1872d6c --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapDisplayInfo(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapDisplayInfo + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapGroupID(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.GetMapGroupID(uiMapID).sublime-snippet new file mode 100644 index 000000000..725e395a9 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapGroupID(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapGroupID + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapGroupMembersInfo(uiMapGroupID).sublime-snippet b/Reference/Category Reference/C_Map.GetMapGroupMembersInfo(uiMapGroupID).sublime-snippet new file mode 100644 index 000000000..bc4c4edd8 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapGroupMembersInfo(uiMapGroupID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapGroupMembersInfo + (uiMapGroupID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapHighlightInfoAtPosition(uiMapID, x, y).sublime-snippet b/Reference/Category Reference/C_Map.GetMapHighlightInfoAtPosition(uiMapID, x, y).sublime-snippet new file mode 100644 index 000000000..4f712b6d4 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapHighlightInfoAtPosition(uiMapID, x, y).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapHighlightInfoAtPosition + (uiMapID, x, y) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapInfo(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.GetMapInfo(uiMapID).sublime-snippet new file mode 100644 index 000000000..883d54cc6 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapInfo(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapInfo + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapInfoAtPosition(uiMapID, x, y).sublime-snippet b/Reference/Category Reference/C_Map.GetMapInfoAtPosition(uiMapID, x, y).sublime-snippet new file mode 100644 index 000000000..09a0a50e4 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapInfoAtPosition(uiMapID, x, y).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapInfoAtPosition + (uiMapID, x, y) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapLevels(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.GetMapLevels(uiMapID).sublime-snippet new file mode 100644 index 000000000..4b2509af4 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapLevels(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapLevels + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapLinksForMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.GetMapLinksForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..ab85c82f0 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapLinksForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapLinksForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapPosFromWorldPos(continentID, worldPosition, [overrideUiMapID]).sublime-snippet b/Reference/Category Reference/C_Map.GetMapPosFromWorldPos(continentID, worldPosition, [overrideUiMapID]).sublime-snippet new file mode 100644 index 000000000..d49b8fe7b --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapPosFromWorldPos(continentID, worldPosition, [overrideUiMapID]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapPosFromWorldPos + (continentID, worldPosition, [overrideUiMapID]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetMapRectOnMap(uiMapID, topUiMapID).sublime-snippet b/Reference/Category Reference/C_Map.GetMapRectOnMap(uiMapID, topUiMapID).sublime-snippet new file mode 100644 index 000000000..c4d53a94c --- /dev/null +++ b/Reference/Category Reference/C_Map.GetMapRectOnMap(uiMapID, topUiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetMapRectOnMap + (uiMapID, topUiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetPlayerMapPosition(uiMapID, unitToken).sublime-snippet b/Reference/Category Reference/C_Map.GetPlayerMapPosition(uiMapID, unitToken).sublime-snippet new file mode 100644 index 000000000..22dd68089 --- /dev/null +++ b/Reference/Category Reference/C_Map.GetPlayerMapPosition(uiMapID, unitToken).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetPlayerMapPosition + (uiMapID, "unitToken") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.GetWorldPosFromMapPos(uiMapID, mapPosition).sublime-snippet b/Reference/Category Reference/C_Map.GetWorldPosFromMapPos(uiMapID, mapPosition).sublime-snippet new file mode 100644 index 000000000..dc731769e --- /dev/null +++ b/Reference/Category Reference/C_Map.GetWorldPosFromMapPos(uiMapID, mapPosition).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.GetWorldPosFromMapPos + (uiMapID, mapPosition) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.MapHasArt(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.MapHasArt(uiMapID).sublime-snippet new file mode 100644 index 000000000..792eba090 --- /dev/null +++ b/Reference/Category Reference/C_Map.MapHasArt(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.MapHasArt + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Map.RequestPreloadMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_Map.RequestPreloadMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..35de33d44 --- /dev/null +++ b/Reference/Category Reference/C_Map.RequestPreloadMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Map.RequestPreloadMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MapExplorationInfo.GetExploredAreaIDsAtPosition(uiMapID, normalizedPosition).sublime-snippet b/Reference/Category Reference/C_MapExplorationInfo.GetExploredAreaIDsAtPosition(uiMapID, normalizedPosition).sublime-snippet new file mode 100644 index 000000000..36f3d7853 --- /dev/null +++ b/Reference/Category Reference/C_MapExplorationInfo.GetExploredAreaIDsAtPosition(uiMapID, normalizedPosition).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MapExplorationInfo.GetExploredAreaIDsAtPosition + (uiMapID, normalizedPosition) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MapExplorationInfo.GetExploredMapTextures(uiMapID).sublime-snippet b/Reference/Category Reference/C_MapExplorationInfo.GetExploredMapTextures(uiMapID).sublime-snippet new file mode 100644 index 000000000..81a6991e4 --- /dev/null +++ b/Reference/Category Reference/C_MapExplorationInfo.GetExploredMapTextures(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MapExplorationInfo.GetExploredMapTextures + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MerchantFrame.GetBuybackItemID(buybackSlotIndex).sublime-snippet b/Reference/Category Reference/C_MerchantFrame.GetBuybackItemID(buybackSlotIndex).sublime-snippet new file mode 100644 index 000000000..fd9ccfb03 --- /dev/null +++ b/Reference/Category Reference/C_MerchantFrame.GetBuybackItemID(buybackSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MerchantFrame.GetBuybackItemID + (buybackSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ModelInfo.AddActiveModelScene(modelSceneFrame, modelSceneID).sublime-snippet b/Reference/Category Reference/C_ModelInfo.AddActiveModelScene(modelSceneFrame, modelSceneID).sublime-snippet new file mode 100644 index 000000000..d2bd67dd2 --- /dev/null +++ b/Reference/Category Reference/C_ModelInfo.AddActiveModelScene(modelSceneFrame, modelSceneID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ModelInfo.AddActiveModelScene + (modelSceneFrame, modelSceneID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ModelInfo.AddActiveModelSceneActor(modelSceneFrameActor, modelSceneActorID).sublime-snippet b/Reference/Category Reference/C_ModelInfo.AddActiveModelSceneActor(modelSceneFrameActor, modelSceneActorID).sublime-snippet new file mode 100644 index 000000000..79da9c06e --- /dev/null +++ b/Reference/Category Reference/C_ModelInfo.AddActiveModelSceneActor(modelSceneFrameActor, modelSceneActorID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ModelInfo.AddActiveModelSceneActor + (modelSceneFrameActor, modelSceneActorID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ModelInfo.ClearActiveModelScene(modelSceneFrame).sublime-snippet b/Reference/Category Reference/C_ModelInfo.ClearActiveModelScene(modelSceneFrame).sublime-snippet new file mode 100644 index 000000000..fc4925d39 --- /dev/null +++ b/Reference/Category Reference/C_ModelInfo.ClearActiveModelScene(modelSceneFrame).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ModelInfo.ClearActiveModelScene + (modelSceneFrame) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ModelInfo.ClearActiveModelSceneActor(modelSceneFrameActor).sublime-snippet b/Reference/Category Reference/C_ModelInfo.ClearActiveModelSceneActor(modelSceneFrameActor).sublime-snippet new file mode 100644 index 000000000..fde84ee59 --- /dev/null +++ b/Reference/Category Reference/C_ModelInfo.ClearActiveModelSceneActor(modelSceneFrameActor).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ModelInfo.ClearActiveModelSceneActor + (modelSceneFrameActor) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ModelInfo.GetModelSceneActorDisplayInfoByID(modelActorDisplayID).sublime-snippet b/Reference/Category Reference/C_ModelInfo.GetModelSceneActorDisplayInfoByID(modelActorDisplayID).sublime-snippet new file mode 100644 index 000000000..e13db76b3 --- /dev/null +++ b/Reference/Category Reference/C_ModelInfo.GetModelSceneActorDisplayInfoByID(modelActorDisplayID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ModelInfo.GetModelSceneActorDisplayInfoByID + (modelActorDisplayID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ModelInfo.GetModelSceneActorInfoByID(modelActorID).sublime-snippet b/Reference/Category Reference/C_ModelInfo.GetModelSceneActorInfoByID(modelActorID).sublime-snippet new file mode 100644 index 000000000..f4c18dd94 --- /dev/null +++ b/Reference/Category Reference/C_ModelInfo.GetModelSceneActorInfoByID(modelActorID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ModelInfo.GetModelSceneActorInfoByID + (modelActorID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ModelInfo.GetModelSceneCameraInfoByID(modelSceneCameraID).sublime-snippet b/Reference/Category Reference/C_ModelInfo.GetModelSceneCameraInfoByID(modelSceneCameraID).sublime-snippet new file mode 100644 index 000000000..be40d6d55 --- /dev/null +++ b/Reference/Category Reference/C_ModelInfo.GetModelSceneCameraInfoByID(modelSceneCameraID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ModelInfo.GetModelSceneCameraInfoByID + (modelSceneCameraID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ModelInfo.GetModelSceneInfoByID(modelSceneID).sublime-snippet b/Reference/Category Reference/C_ModelInfo.GetModelSceneInfoByID(modelSceneID).sublime-snippet new file mode 100644 index 000000000..1461c5fd1 --- /dev/null +++ b/Reference/Category Reference/C_ModelInfo.GetModelSceneInfoByID(modelSceneID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ModelInfo.GetModelSceneInfoByID + (modelSceneID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.ClearFanfare(mountID).sublime-snippet b/Reference/Category Reference/C_MountJournal.ClearFanfare(mountID).sublime-snippet new file mode 100644 index 000000000..4ab14a7f4 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.ClearFanfare(mountID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.ClearFanfare + (mountID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.ClearRecentFanfares().sublime-snippet b/Reference/Category Reference/C_MountJournal.ClearRecentFanfares().sublime-snippet new file mode 100644 index 000000000..53e311c57 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.ClearRecentFanfares().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.ClearRecentFanfares + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.Dismiss().sublime-snippet b/Reference/Category Reference/C_MountJournal.Dismiss().sublime-snippet new file mode 100644 index 000000000..893b7267b --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.Dismiss().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.Dismiss + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetCollectedFilterSetting(filterIndex).sublime-snippet b/Reference/Category Reference/C_MountJournal.GetCollectedFilterSetting(filterIndex).sublime-snippet new file mode 100644 index 000000000..0255d539e --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetCollectedFilterSetting(filterIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetCollectedFilterSetting + (filterIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo(mountIndex).sublime-snippet b/Reference/Category Reference/C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo(mountIndex).sublime-snippet new file mode 100644 index 000000000..4a404bfef --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo(mountIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo + (mountIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetDisplayedMountInfo(displayIndex).sublime-snippet b/Reference/Category Reference/C_MountJournal.GetDisplayedMountInfo(displayIndex).sublime-snippet new file mode 100644 index 000000000..3eb036f4c --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetDisplayedMountInfo(displayIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetDisplayedMountInfo + (displayIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetDisplayedMountInfoExtra(mountIndex).sublime-snippet b/Reference/Category Reference/C_MountJournal.GetDisplayedMountInfoExtra(mountIndex).sublime-snippet new file mode 100644 index 000000000..dc491fa8b --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetDisplayedMountInfoExtra(mountIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetDisplayedMountInfoExtra + (mountIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetIsFavorite(mountIndex).sublime-snippet b/Reference/Category Reference/C_MountJournal.GetIsFavorite(mountIndex).sublime-snippet new file mode 100644 index 000000000..ea576c47b --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetIsFavorite(mountIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetIsFavorite + (mountIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetMountAllCreatureDisplayInfoByID(mountID).sublime-snippet b/Reference/Category Reference/C_MountJournal.GetMountAllCreatureDisplayInfoByID(mountID).sublime-snippet new file mode 100644 index 000000000..0a7963aa5 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetMountAllCreatureDisplayInfoByID(mountID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetMountAllCreatureDisplayInfoByID + (mountID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetMountFromSpell(spellID).sublime-snippet b/Reference/Category Reference/C_MountJournal.GetMountFromSpell(spellID).sublime-snippet new file mode 100644 index 000000000..ad0370153 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetMountFromSpell(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetMountFromSpell + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetMountIDs().sublime-snippet b/Reference/Category Reference/C_MountJournal.GetMountIDs().sublime-snippet new file mode 100644 index 000000000..e091e0249 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetMountIDs().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetMountIDs + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetMountInfoByID(mountID).sublime-snippet b/Reference/Category Reference/C_MountJournal.GetMountInfoByID(mountID).sublime-snippet new file mode 100644 index 000000000..a0644e64b --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetMountInfoByID(mountID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetMountInfoByID + (mountID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetMountInfoExtraByID(mountID).sublime-snippet b/Reference/Category Reference/C_MountJournal.GetMountInfoExtraByID(mountID).sublime-snippet new file mode 100644 index 000000000..a806c4aea --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetMountInfoExtraByID(mountID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetMountInfoExtraByID + (mountID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetNumDisplayedMounts().sublime-snippet b/Reference/Category Reference/C_MountJournal.GetNumDisplayedMounts().sublime-snippet new file mode 100644 index 000000000..5f5290038 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetNumDisplayedMounts().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetNumDisplayedMounts + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetNumMounts().sublime-snippet b/Reference/Category Reference/C_MountJournal.GetNumMounts().sublime-snippet new file mode 100644 index 000000000..589854611 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetNumMounts().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetNumMounts + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.GetNumMountsNeedingFanfare().sublime-snippet b/Reference/Category Reference/C_MountJournal.GetNumMountsNeedingFanfare().sublime-snippet new file mode 100644 index 000000000..047316bbd --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.GetNumMountsNeedingFanfare().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.GetNumMountsNeedingFanfare + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.IsSourceChecked(filterIndex).sublime-snippet b/Reference/Category Reference/C_MountJournal.IsSourceChecked(filterIndex).sublime-snippet new file mode 100644 index 000000000..8de1aeb17 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.IsSourceChecked(filterIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.IsSourceChecked + (filterIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.IsValidSourceFilter(filterIndex).sublime-snippet b/Reference/Category Reference/C_MountJournal.IsValidSourceFilter(filterIndex).sublime-snippet new file mode 100644 index 000000000..782f4d190 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.IsValidSourceFilter(filterIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.IsValidSourceFilter + (filterIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.NeedsFanfare(mountID).sublime-snippet b/Reference/Category Reference/C_MountJournal.NeedsFanfare(mountID).sublime-snippet new file mode 100644 index 000000000..c458f410d --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.NeedsFanfare(mountID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.NeedsFanfare + (mountID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.Pickup(displayIndex).sublime-snippet b/Reference/Category Reference/C_MountJournal.Pickup(displayIndex).sublime-snippet new file mode 100644 index 000000000..1bc00800a --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.Pickup(displayIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.Pickup + (displayIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.SetAllSourceFilters(isChecked).sublime-snippet b/Reference/Category Reference/C_MountJournal.SetAllSourceFilters(isChecked).sublime-snippet new file mode 100644 index 000000000..03e253278 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.SetAllSourceFilters(isChecked).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.SetAllSourceFilters + (isChecked) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.SetCollectedFilterSetting(filterIndex, isChecked).sublime-snippet b/Reference/Category Reference/C_MountJournal.SetCollectedFilterSetting(filterIndex, isChecked).sublime-snippet new file mode 100644 index 000000000..1e06809c6 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.SetCollectedFilterSetting(filterIndex, isChecked).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.SetCollectedFilterSetting + (filterIndex, isChecked) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.SetIsFavorite(mountIndex, isFavorite).sublime-snippet b/Reference/Category Reference/C_MountJournal.SetIsFavorite(mountIndex, isFavorite).sublime-snippet new file mode 100644 index 000000000..5b4896b66 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.SetIsFavorite(mountIndex, isFavorite).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.SetIsFavorite + (mountIndex, isFavorite) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.SetSearch(searchValue).sublime-snippet b/Reference/Category Reference/C_MountJournal.SetSearch(searchValue).sublime-snippet new file mode 100644 index 000000000..e227e6383 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.SetSearch(searchValue).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.SetSearch + ("searchValue") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.SetSourceFilter(filterIndex, isChecked).sublime-snippet b/Reference/Category Reference/C_MountJournal.SetSourceFilter(filterIndex, isChecked).sublime-snippet new file mode 100644 index 000000000..efd5e6b58 --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.SetSourceFilter(filterIndex, isChecked).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.SetSourceFilter + (filterIndex, isChecked) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MountJournal.SummonByID(mountID).sublime-snippet b/Reference/Category Reference/C_MountJournal.SummonByID(mountID).sublime-snippet new file mode 100644 index 000000000..cf800a6cc --- /dev/null +++ b/Reference/Category Reference/C_MountJournal.SummonByID(mountID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MountJournal.SummonByID + (mountID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.GetCurrentAffixes().sublime-snippet b/Reference/Category Reference/C_MythicPlus.GetCurrentAffixes().sublime-snippet new file mode 100644 index 000000000..ec46d55c8 --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.GetCurrentAffixes().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.GetCurrentAffixes + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.GetLastWeeklyBestInformation().sublime-snippet b/Reference/Category Reference/C_MythicPlus.GetLastWeeklyBestInformation().sublime-snippet new file mode 100644 index 000000000..e51795174 --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.GetLastWeeklyBestInformation().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.GetLastWeeklyBestInformation + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.GetOwnedKeystoneChallengeMapID().sublime-snippet b/Reference/Category Reference/C_MythicPlus.GetOwnedKeystoneChallengeMapID().sublime-snippet new file mode 100644 index 000000000..0a8362c7c --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.GetOwnedKeystoneChallengeMapID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.GetOwnedKeystoneChallengeMapID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.GetOwnedKeystoneLevel().sublime-snippet b/Reference/Category Reference/C_MythicPlus.GetOwnedKeystoneLevel().sublime-snippet new file mode 100644 index 000000000..6f8f9bfa0 --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.GetOwnedKeystoneLevel().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.GetOwnedKeystoneLevel + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.GetRewardLevelForDifficultyLevel(difficultyLevel).sublime-snippet b/Reference/Category Reference/C_MythicPlus.GetRewardLevelForDifficultyLevel(difficultyLevel).sublime-snippet new file mode 100644 index 000000000..abceaac59 --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.GetRewardLevelForDifficultyLevel(difficultyLevel).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.GetRewardLevelForDifficultyLevel + (difficultyLevel) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.GetRewardLevelFromKeystoneLevel(keystoneLevel).sublime-snippet b/Reference/Category Reference/C_MythicPlus.GetRewardLevelFromKeystoneLevel(keystoneLevel).sublime-snippet new file mode 100644 index 000000000..5fbc68d69 --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.GetRewardLevelFromKeystoneLevel(keystoneLevel).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.GetRewardLevelFromKeystoneLevel + (keystoneLevel) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.GetSeasonBestForMap(mapChallengeModeID).sublime-snippet b/Reference/Category Reference/C_MythicPlus.GetSeasonBestForMap(mapChallengeModeID).sublime-snippet new file mode 100644 index 000000000..22521f3de --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.GetSeasonBestForMap(mapChallengeModeID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.GetSeasonBestForMap + (mapChallengeModeID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.GetWeeklyBestForMap(mapChallengeModeID).sublime-snippet b/Reference/Category Reference/C_MythicPlus.GetWeeklyBestForMap(mapChallengeModeID).sublime-snippet new file mode 100644 index 000000000..466d456b7 --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.GetWeeklyBestForMap(mapChallengeModeID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.GetWeeklyBestForMap + (mapChallengeModeID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.GetWeeklyChestRewardLevel().sublime-snippet b/Reference/Category Reference/C_MythicPlus.GetWeeklyChestRewardLevel().sublime-snippet new file mode 100644 index 000000000..d9ceaba6b --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.GetWeeklyChestRewardLevel().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.GetWeeklyChestRewardLevel + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.IsMythicPlusActive().sublime-snippet b/Reference/Category Reference/C_MythicPlus.IsMythicPlusActive().sublime-snippet new file mode 100644 index 000000000..785c8a4d4 --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.IsMythicPlusActive().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.IsMythicPlusActive + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.IsWeeklyRewardAvailable().sublime-snippet b/Reference/Category Reference/C_MythicPlus.IsWeeklyRewardAvailable().sublime-snippet new file mode 100644 index 000000000..d9e2518f1 --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.IsWeeklyRewardAvailable().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.IsWeeklyRewardAvailable + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.RequestCurrentAffixes().sublime-snippet b/Reference/Category Reference/C_MythicPlus.RequestCurrentAffixes().sublime-snippet new file mode 100644 index 000000000..3c983e43c --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.RequestCurrentAffixes().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.RequestCurrentAffixes + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.RequestMapInfo().sublime-snippet b/Reference/Category Reference/C_MythicPlus.RequestMapInfo().sublime-snippet new file mode 100644 index 000000000..5f0ed936f --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.RequestMapInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.RequestMapInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_MythicPlus.RequestRewards().sublime-snippet b/Reference/Category Reference/C_MythicPlus.RequestRewards().sublime-snippet new file mode 100644 index 000000000..24624af4a --- /dev/null +++ b/Reference/Category Reference/C_MythicPlus.RequestRewards().sublime-snippet @@ -0,0 +1,6 @@ + + + C_MythicPlus.RequestRewards + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PaperDollInfo.GetArmorEffectiveness(armor, attackerLevel).sublime-snippet b/Reference/Category Reference/C_PaperDollInfo.GetArmorEffectiveness(armor, attackerLevel).sublime-snippet new file mode 100644 index 000000000..6ef13c040 --- /dev/null +++ b/Reference/Category Reference/C_PaperDollInfo.GetArmorEffectiveness(armor, attackerLevel).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PaperDollInfo.GetArmorEffectiveness + (armor, attackerLevel) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PaperDollInfo.GetArmorEffectivenessAgainstTarget(armor).sublime-snippet b/Reference/Category Reference/C_PaperDollInfo.GetArmorEffectivenessAgainstTarget(armor).sublime-snippet new file mode 100644 index 000000000..621e4738f --- /dev/null +++ b/Reference/Category Reference/C_PaperDollInfo.GetArmorEffectivenessAgainstTarget(armor).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PaperDollInfo.GetArmorEffectivenessAgainstTarget + (armor) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices(unit, equipmentSlotIndex).sublime-snippet b/Reference/Category Reference/C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices(unit, equipmentSlotIndex).sublime-snippet new file mode 100644 index 000000000..63858900b --- /dev/null +++ b/Reference/Category Reference/C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices(unit, equipmentSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices + ("unit", equipmentSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PaperDollInfo.GetMinItemLevel().sublime-snippet b/Reference/Category Reference/C_PaperDollInfo.GetMinItemLevel().sublime-snippet new file mode 100644 index 000000000..8f7a20797 --- /dev/null +++ b/Reference/Category Reference/C_PaperDollInfo.GetMinItemLevel().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PaperDollInfo.GetMinItemLevel + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PaperDollInfo.GetStaggerPercentage(unit).sublime-snippet b/Reference/Category Reference/C_PaperDollInfo.GetStaggerPercentage(unit).sublime-snippet new file mode 100644 index 000000000..0cefddaf1 --- /dev/null +++ b/Reference/Category Reference/C_PaperDollInfo.GetStaggerPercentage(unit).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PaperDollInfo.GetStaggerPercentage + ("unit") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PaperDollInfo.OffhandHasShield().sublime-snippet b/Reference/Category Reference/C_PaperDollInfo.OffhandHasShield().sublime-snippet new file mode 100644 index 000000000..22b6d753f --- /dev/null +++ b/Reference/Category Reference/C_PaperDollInfo.OffhandHasShield().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PaperDollInfo.OffhandHasShield + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PaperDollInfo.OffhandHasWeapon().sublime-snippet b/Reference/Category Reference/C_PaperDollInfo.OffhandHasWeapon().sublime-snippet new file mode 100644 index 000000000..8f15433ce --- /dev/null +++ b/Reference/Category Reference/C_PaperDollInfo.OffhandHasWeapon().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PaperDollInfo.OffhandHasWeapon + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PartyInfo.GetActiveCategories().sublime-snippet b/Reference/Category Reference/C_PartyInfo.GetActiveCategories().sublime-snippet new file mode 100644 index 000000000..ffd2e6ca8 --- /dev/null +++ b/Reference/Category Reference/C_PartyInfo.GetActiveCategories().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PartyInfo.GetActiveCategories + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PartyInfo.GetInviteConfirmationInvalidQueues(inviteGUID).sublime-snippet b/Reference/Category Reference/C_PartyInfo.GetInviteConfirmationInvalidQueues(inviteGUID).sublime-snippet new file mode 100644 index 000000000..a41bd18b4 --- /dev/null +++ b/Reference/Category Reference/C_PartyInfo.GetInviteConfirmationInvalidQueues(inviteGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PartyInfo.GetInviteConfirmationInvalidQueues + ("inviteGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PartyPose.GetPartyPoseInfoByMapID(mapID).sublime-snippet b/Reference/Category Reference/C_PartyPose.GetPartyPoseInfoByMapID(mapID).sublime-snippet new file mode 100644 index 000000000..ebf6f393c --- /dev/null +++ b/Reference/Category Reference/C_PartyPose.GetPartyPoseInfoByMapID(mapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PartyPose.GetPartyPoseInfoByMapID + (mapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PetInfo.GetPetTamersForMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_PetInfo.GetPetTamersForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..e3e9d9810 --- /dev/null +++ b/Reference/Category Reference/C_PetInfo.GetPetTamersForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PetInfo.GetPetTamersForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PetJournal.GetDisplayIDByIndex(speciesID, index).sublime-snippet b/Reference/Category Reference/C_PetJournal.GetDisplayIDByIndex(speciesID, index).sublime-snippet new file mode 100644 index 000000000..7e145c2e5 --- /dev/null +++ b/Reference/Category Reference/C_PetJournal.GetDisplayIDByIndex(speciesID, index).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PetJournal.GetDisplayIDByIndex + (speciesID, index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PetJournal.GetDisplayProbabilityByIndex(speciesID, index).sublime-snippet b/Reference/Category Reference/C_PetJournal.GetDisplayProbabilityByIndex(speciesID, index).sublime-snippet new file mode 100644 index 000000000..a4ac1383b --- /dev/null +++ b/Reference/Category Reference/C_PetJournal.GetDisplayProbabilityByIndex(speciesID, index).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PetJournal.GetDisplayProbabilityByIndex + (speciesID, index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PetJournal.GetNumDisplays(speciesID).sublime-snippet b/Reference/Category Reference/C_PetJournal.GetNumDisplays(speciesID).sublime-snippet new file mode 100644 index 000000000..c91581076 --- /dev/null +++ b/Reference/Category Reference/C_PetJournal.GetNumDisplays(speciesID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PetJournal.GetNumDisplays + (speciesID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PetJournal.PetUsesRandomDisplay(speciesID).sublime-snippet b/Reference/Category Reference/C_PetJournal.PetUsesRandomDisplay(speciesID).sublime-snippet new file mode 100644 index 000000000..c412af857 --- /dev/null +++ b/Reference/Category Reference/C_PetJournal.PetUsesRandomDisplay(speciesID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PetJournal.PetUsesRandomDisplay + (speciesID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PlayerInfo.GetClass(playerLocation).sublime-snippet b/Reference/Category Reference/C_PlayerInfo.GetClass(playerLocation).sublime-snippet new file mode 100644 index 000000000..31afdc64e --- /dev/null +++ b/Reference/Category Reference/C_PlayerInfo.GetClass(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PlayerInfo.GetClass + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PlayerInfo.GetName(playerLocation).sublime-snippet b/Reference/Category Reference/C_PlayerInfo.GetName(playerLocation).sublime-snippet new file mode 100644 index 000000000..ee3922075 --- /dev/null +++ b/Reference/Category Reference/C_PlayerInfo.GetName(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PlayerInfo.GetName + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PlayerInfo.GetRace(playerLocation).sublime-snippet b/Reference/Category Reference/C_PlayerInfo.GetRace(playerLocation).sublime-snippet new file mode 100644 index 000000000..68f033383 --- /dev/null +++ b/Reference/Category Reference/C_PlayerInfo.GetRace(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PlayerInfo.GetRace + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PlayerInfo.GetSex(playerLocation).sublime-snippet b/Reference/Category Reference/C_PlayerInfo.GetSex(playerLocation).sublime-snippet new file mode 100644 index 000000000..451d91ffa --- /dev/null +++ b/Reference/Category Reference/C_PlayerInfo.GetSex(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PlayerInfo.GetSex + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PlayerInfo.IsConnected([playerLocation]).sublime-snippet b/Reference/Category Reference/C_PlayerInfo.IsConnected([playerLocation]).sublime-snippet new file mode 100644 index 000000000..8bacc726e --- /dev/null +++ b/Reference/Category Reference/C_PlayerInfo.IsConnected([playerLocation]).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PlayerInfo.IsConnected + ([playerLocation]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.CanToggleWarMode().sublime-snippet b/Reference/Category Reference/C_PvP.CanToggleWarMode().sublime-snippet new file mode 100644 index 000000000..872562c3f --- /dev/null +++ b/Reference/Category Reference/C_PvP.CanToggleWarMode().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.CanToggleWarMode + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetArenaCrowdControlInfo(playerToken).sublime-snippet b/Reference/Category Reference/C_PvP.GetArenaCrowdControlInfo(playerToken).sublime-snippet new file mode 100644 index 000000000..588bfb596 --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetArenaCrowdControlInfo(playerToken).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetArenaCrowdControlInfo + ("playerToken") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetArenaRewards(teamSize).sublime-snippet b/Reference/Category Reference/C_PvP.GetArenaRewards(teamSize).sublime-snippet new file mode 100644 index 000000000..7baec3c25 --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetArenaRewards(teamSize).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetArenaRewards + (teamSize) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetArenaSkirmishRewards().sublime-snippet b/Reference/Category Reference/C_PvP.GetArenaSkirmishRewards().sublime-snippet new file mode 100644 index 000000000..1552d4cde --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetArenaSkirmishRewards().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetArenaSkirmishRewards + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetBrawlInfo().sublime-snippet b/Reference/Category Reference/C_PvP.GetBrawlInfo().sublime-snippet new file mode 100644 index 000000000..8667b49d9 --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetBrawlInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetBrawlInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetBrawlRewards(brawlType).sublime-snippet b/Reference/Category Reference/C_PvP.GetBrawlRewards(brawlType).sublime-snippet new file mode 100644 index 000000000..157a0b868 --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetBrawlRewards(brawlType).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetBrawlRewards + (brawlType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetGlobalPvpScalingInfoForSpecID(specializationID).sublime-snippet b/Reference/Category Reference/C_PvP.GetGlobalPvpScalingInfoForSpecID(specializationID).sublime-snippet new file mode 100644 index 000000000..cac82e714 --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetGlobalPvpScalingInfoForSpecID(specializationID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetGlobalPvpScalingInfoForSpecID + (specializationID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetHonorRewardInfo(honorLevel).sublime-snippet b/Reference/Category Reference/C_PvP.GetHonorRewardInfo(honorLevel).sublime-snippet new file mode 100644 index 000000000..834a1c252 --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetHonorRewardInfo(honorLevel).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetHonorRewardInfo + (honorLevel) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetNextHonorLevelForReward(honorLevel).sublime-snippet b/Reference/Category Reference/C_PvP.GetNextHonorLevelForReward(honorLevel).sublime-snippet new file mode 100644 index 000000000..e218d856f --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetNextHonorLevelForReward(honorLevel).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetNextHonorLevelForReward + (honorLevel) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetOutdoorPvPWaitTime(uiMapID).sublime-snippet b/Reference/Category Reference/C_PvP.GetOutdoorPvPWaitTime(uiMapID).sublime-snippet new file mode 100644 index 000000000..b837be161 --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetOutdoorPvPWaitTime(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetOutdoorPvPWaitTime + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetPvpTierInfo(tierID).sublime-snippet b/Reference/Category Reference/C_PvP.GetPvpTierInfo(tierID).sublime-snippet new file mode 100644 index 000000000..50b84fed0 --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetPvpTierInfo(tierID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetPvpTierInfo + (tierID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetRandomBGInfo().sublime-snippet b/Reference/Category Reference/C_PvP.GetRandomBGInfo().sublime-snippet new file mode 100644 index 000000000..e3f49558e --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetRandomBGInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetRandomBGInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetRandomBGRewards().sublime-snippet b/Reference/Category Reference/C_PvP.GetRandomBGRewards().sublime-snippet new file mode 100644 index 000000000..812e2486b --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetRandomBGRewards().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetRandomBGRewards + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetRandomEpicBGInfo().sublime-snippet b/Reference/Category Reference/C_PvP.GetRandomEpicBGInfo().sublime-snippet new file mode 100644 index 000000000..b5f69deb8 --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetRandomEpicBGInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetRandomEpicBGInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetRandomEpicBGRewards().sublime-snippet b/Reference/Category Reference/C_PvP.GetRandomEpicBGRewards().sublime-snippet new file mode 100644 index 000000000..eb1e09f7f --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetRandomEpicBGRewards().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetRandomEpicBGRewards + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetRatedBGRewards().sublime-snippet b/Reference/Category Reference/C_PvP.GetRatedBGRewards().sublime-snippet new file mode 100644 index 000000000..f5f961fdc --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetRatedBGRewards().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetRatedBGRewards + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetSeasonBestInfo().sublime-snippet b/Reference/Category Reference/C_PvP.GetSeasonBestInfo().sublime-snippet new file mode 100644 index 000000000..06e2b3ea4 --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetSeasonBestInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetSeasonBestInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.GetSkirmishInfo(pvpBracket).sublime-snippet b/Reference/Category Reference/C_PvP.GetSkirmishInfo(pvpBracket).sublime-snippet new file mode 100644 index 000000000..c9f205790 --- /dev/null +++ b/Reference/Category Reference/C_PvP.GetSkirmishInfo(pvpBracket).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.GetSkirmishInfo + (pvpBracket) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.HasArenaSkirmishWinToday().sublime-snippet b/Reference/Category Reference/C_PvP.HasArenaSkirmishWinToday().sublime-snippet new file mode 100644 index 000000000..e1ebd1690 --- /dev/null +++ b/Reference/Category Reference/C_PvP.HasArenaSkirmishWinToday().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.HasArenaSkirmishWinToday + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.IsBattlegroundEnlistmentBonusActive().sublime-snippet b/Reference/Category Reference/C_PvP.IsBattlegroundEnlistmentBonusActive().sublime-snippet new file mode 100644 index 000000000..b07f6dcbb --- /dev/null +++ b/Reference/Category Reference/C_PvP.IsBattlegroundEnlistmentBonusActive().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.IsBattlegroundEnlistmentBonusActive + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.IsInBrawl().sublime-snippet b/Reference/Category Reference/C_PvP.IsInBrawl().sublime-snippet new file mode 100644 index 000000000..86e78dd4f --- /dev/null +++ b/Reference/Category Reference/C_PvP.IsInBrawl().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.IsInBrawl + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.IsPVPMap().sublime-snippet b/Reference/Category Reference/C_PvP.IsPVPMap().sublime-snippet new file mode 100644 index 000000000..6faf07266 --- /dev/null +++ b/Reference/Category Reference/C_PvP.IsPVPMap().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.IsPVPMap + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.IsWarModeActive().sublime-snippet b/Reference/Category Reference/C_PvP.IsWarModeActive().sublime-snippet new file mode 100644 index 000000000..ebc8abeff --- /dev/null +++ b/Reference/Category Reference/C_PvP.IsWarModeActive().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.IsWarModeActive + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.IsWarModeDesired().sublime-snippet b/Reference/Category Reference/C_PvP.IsWarModeDesired().sublime-snippet new file mode 100644 index 000000000..0c0b92d53 --- /dev/null +++ b/Reference/Category Reference/C_PvP.IsWarModeDesired().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.IsWarModeDesired + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.IsWarModeFeatureEnabled().sublime-snippet b/Reference/Category Reference/C_PvP.IsWarModeFeatureEnabled().sublime-snippet new file mode 100644 index 000000000..3f30f6745 --- /dev/null +++ b/Reference/Category Reference/C_PvP.IsWarModeFeatureEnabled().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.IsWarModeFeatureEnabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.JoinBrawl().sublime-snippet b/Reference/Category Reference/C_PvP.JoinBrawl().sublime-snippet new file mode 100644 index 000000000..89b04e972 --- /dev/null +++ b/Reference/Category Reference/C_PvP.JoinBrawl().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.JoinBrawl + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.RequestCrowdControlSpell(playerToken).sublime-snippet b/Reference/Category Reference/C_PvP.RequestCrowdControlSpell(playerToken).sublime-snippet new file mode 100644 index 000000000..00455c4a4 --- /dev/null +++ b/Reference/Category Reference/C_PvP.RequestCrowdControlSpell(playerToken).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.RequestCrowdControlSpell + ("playerToken") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.SetWarModeDesired(warModeDesired).sublime-snippet b/Reference/Category Reference/C_PvP.SetWarModeDesired(warModeDesired).sublime-snippet new file mode 100644 index 000000000..f48dcd2ec --- /dev/null +++ b/Reference/Category Reference/C_PvP.SetWarModeDesired(warModeDesired).sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.SetWarModeDesired + (warModeDesired) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_PvP.ToggleWarMode().sublime-snippet b/Reference/Category Reference/C_PvP.ToggleWarMode().sublime-snippet new file mode 100644 index 000000000..29d6d81c7 --- /dev/null +++ b/Reference/Category Reference/C_PvP.ToggleWarMode().sublime-snippet @@ -0,0 +1,6 @@ + + + C_PvP.ToggleWarMode + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLine.GetAvailableQuestLines(uiMapID).sublime-snippet b/Reference/Category Reference/C_QuestLine.GetAvailableQuestLines(uiMapID).sublime-snippet new file mode 100644 index 000000000..6a10836b4 --- /dev/null +++ b/Reference/Category Reference/C_QuestLine.GetAvailableQuestLines(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLine.GetAvailableQuestLines + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLine.GetQuestLineInfo(questID, uiMapID).sublime-snippet b/Reference/Category Reference/C_QuestLine.GetQuestLineInfo(questID, uiMapID).sublime-snippet new file mode 100644 index 000000000..6b4c66aec --- /dev/null +++ b/Reference/Category Reference/C_QuestLine.GetQuestLineInfo(questID, uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLine.GetQuestLineInfo + (questID, uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLine.GetQuestLineQuests(questLineID).sublime-snippet b/Reference/Category Reference/C_QuestLine.GetQuestLineQuests(questLineID).sublime-snippet new file mode 100644 index 000000000..520569d43 --- /dev/null +++ b/Reference/Category Reference/C_QuestLine.GetQuestLineQuests(questLineID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLine.GetQuestLineQuests + (questLineID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLog.GetMapForQuestPOIs().sublime-snippet b/Reference/Category Reference/C_QuestLog.GetMapForQuestPOIs().sublime-snippet new file mode 100644 index 000000000..90590bd8d --- /dev/null +++ b/Reference/Category Reference/C_QuestLog.GetMapForQuestPOIs().sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLog.GetMapForQuestPOIs + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLog.GetMaxNumQuests().sublime-snippet b/Reference/Category Reference/C_QuestLog.GetMaxNumQuests().sublime-snippet new file mode 100644 index 000000000..1d6b4418a --- /dev/null +++ b/Reference/Category Reference/C_QuestLog.GetMaxNumQuests().sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLog.GetMaxNumQuests + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLog.GetMaxNumQuestsCanAccept().sublime-snippet b/Reference/Category Reference/C_QuestLog.GetMaxNumQuestsCanAccept().sublime-snippet new file mode 100644 index 000000000..15e4d66a3 --- /dev/null +++ b/Reference/Category Reference/C_QuestLog.GetMaxNumQuestsCanAccept().sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLog.GetMaxNumQuestsCanAccept + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLog.GetQuestInfo(questID).sublime-snippet b/Reference/Category Reference/C_QuestLog.GetQuestInfo(questID).sublime-snippet new file mode 100644 index 000000000..63e801c57 --- /dev/null +++ b/Reference/Category Reference/C_QuestLog.GetQuestInfo(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLog.GetQuestInfo + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLog.GetQuestObjectives(questID).sublime-snippet b/Reference/Category Reference/C_QuestLog.GetQuestObjectives(questID).sublime-snippet new file mode 100644 index 000000000..03dbec267 --- /dev/null +++ b/Reference/Category Reference/C_QuestLog.GetQuestObjectives(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLog.GetQuestObjectives + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLog.GetQuestsOnMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_QuestLog.GetQuestsOnMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..ce39735d4 --- /dev/null +++ b/Reference/Category Reference/C_QuestLog.GetQuestsOnMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLog.GetQuestsOnMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLog.GetZoneStoryInfo(uiMapID).sublime-snippet b/Reference/Category Reference/C_QuestLog.GetZoneStoryInfo(uiMapID).sublime-snippet new file mode 100644 index 000000000..ad7639226 --- /dev/null +++ b/Reference/Category Reference/C_QuestLog.GetZoneStoryInfo(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLog.GetZoneStoryInfo + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLog.IsOnQuest(questID).sublime-snippet b/Reference/Category Reference/C_QuestLog.IsOnQuest(questID).sublime-snippet new file mode 100644 index 000000000..a6fbe01e0 --- /dev/null +++ b/Reference/Category Reference/C_QuestLog.IsOnQuest(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLog.IsOnQuest + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLog.QuestHasWarModeBonus(questID).sublime-snippet b/Reference/Category Reference/C_QuestLog.QuestHasWarModeBonus(questID).sublime-snippet new file mode 100644 index 000000000..d51d2f9d2 --- /dev/null +++ b/Reference/Category Reference/C_QuestLog.QuestHasWarModeBonus(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLog.QuestHasWarModeBonus + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLog.SetMapForQuestPOIs(uiMapID).sublime-snippet b/Reference/Category Reference/C_QuestLog.SetMapForQuestPOIs(uiMapID).sublime-snippet new file mode 100644 index 000000000..a68d83c9b --- /dev/null +++ b/Reference/Category Reference/C_QuestLog.SetMapForQuestPOIs(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLog.SetMapForQuestPOIs + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_QuestLog.ShouldShowQuestRewards(questID).sublime-snippet b/Reference/Category Reference/C_QuestLog.ShouldShowQuestRewards(questID).sublime-snippet new file mode 100644 index 000000000..36f244bf0 --- /dev/null +++ b/Reference/Category Reference/C_QuestLog.ShouldShowQuestRewards(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_QuestLog.ShouldShowQuestRewards + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Reputation.GetFactionParagonInfo(factionID).sublime-snippet b/Reference/Category Reference/C_Reputation.GetFactionParagonInfo(factionID).sublime-snippet new file mode 100644 index 000000000..a3eddeb53 --- /dev/null +++ b/Reference/Category Reference/C_Reputation.GetFactionParagonInfo(factionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Reputation.GetFactionParagonInfo + (factionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Reputation.IsFactionParagon(factionID).sublime-snippet b/Reference/Category Reference/C_Reputation.IsFactionParagon(factionID).sublime-snippet new file mode 100644 index 000000000..0f3411caa --- /dev/null +++ b/Reference/Category Reference/C_Reputation.IsFactionParagon(factionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Reputation.IsFactionParagon + (factionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Reputation.RequestFactionParagonPreloadRewardData(factionID).sublime-snippet b/Reference/Category Reference/C_Reputation.RequestFactionParagonPreloadRewardData(factionID).sublime-snippet new file mode 100644 index 000000000..6107683d5 --- /dev/null +++ b/Reference/Category Reference/C_Reputation.RequestFactionParagonPreloadRewardData(factionID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Reputation.RequestFactionParagonPreloadRewardData + (factionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ResearchInfo.GetDigSitesForMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_ResearchInfo.GetDigSitesForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..963ff33c5 --- /dev/null +++ b/Reference/Category Reference/C_ResearchInfo.GetDigSitesForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ResearchInfo.GetDigSitesForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ScrappingMachineUI.CloseScrappingMachine().sublime-snippet b/Reference/Category Reference/C_ScrappingMachineUI.CloseScrappingMachine().sublime-snippet new file mode 100644 index 000000000..b42dbccc5 --- /dev/null +++ b/Reference/Category Reference/C_ScrappingMachineUI.CloseScrappingMachine().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ScrappingMachineUI.CloseScrappingMachine + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ScrappingMachineUI.DropPendingScrapItemFromCursor(index).sublime-snippet b/Reference/Category Reference/C_ScrappingMachineUI.DropPendingScrapItemFromCursor(index).sublime-snippet new file mode 100644 index 000000000..210184700 --- /dev/null +++ b/Reference/Category Reference/C_ScrappingMachineUI.DropPendingScrapItemFromCursor(index).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ScrappingMachineUI.DropPendingScrapItemFromCursor + (index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex(index).sublime-snippet b/Reference/Category Reference/C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex(index).sublime-snippet new file mode 100644 index 000000000..3223916a3 --- /dev/null +++ b/Reference/Category Reference/C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex(index).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex + (index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ScrappingMachineUI.GetScrapSpellID().sublime-snippet b/Reference/Category Reference/C_ScrappingMachineUI.GetScrapSpellID().sublime-snippet new file mode 100644 index 000000000..4c41c12bb --- /dev/null +++ b/Reference/Category Reference/C_ScrappingMachineUI.GetScrapSpellID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ScrappingMachineUI.GetScrapSpellID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ScrappingMachineUI.GetScrappingMachineName().sublime-snippet b/Reference/Category Reference/C_ScrappingMachineUI.GetScrappingMachineName().sublime-snippet new file mode 100644 index 000000000..f727212da --- /dev/null +++ b/Reference/Category Reference/C_ScrappingMachineUI.GetScrappingMachineName().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ScrappingMachineUI.GetScrappingMachineName + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ScrappingMachineUI.HasScrappableItems().sublime-snippet b/Reference/Category Reference/C_ScrappingMachineUI.HasScrappableItems().sublime-snippet new file mode 100644 index 000000000..3e20bcb49 --- /dev/null +++ b/Reference/Category Reference/C_ScrappingMachineUI.HasScrappableItems().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ScrappingMachineUI.HasScrappableItems + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ScrappingMachineUI.RemoveAllScrapItems().sublime-snippet b/Reference/Category Reference/C_ScrappingMachineUI.RemoveAllScrapItems().sublime-snippet new file mode 100644 index 000000000..c3c6ec66d --- /dev/null +++ b/Reference/Category Reference/C_ScrappingMachineUI.RemoveAllScrapItems().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ScrappingMachineUI.RemoveAllScrapItems + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ScrappingMachineUI.RemoveCurrentScrappingItem().sublime-snippet b/Reference/Category Reference/C_ScrappingMachineUI.RemoveCurrentScrappingItem().sublime-snippet new file mode 100644 index 000000000..69791e2a0 --- /dev/null +++ b/Reference/Category Reference/C_ScrappingMachineUI.RemoveCurrentScrappingItem().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ScrappingMachineUI.RemoveCurrentScrappingItem + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ScrappingMachineUI.RemoveItemToScrap(index).sublime-snippet b/Reference/Category Reference/C_ScrappingMachineUI.RemoveItemToScrap(index).sublime-snippet new file mode 100644 index 000000000..e77011821 --- /dev/null +++ b/Reference/Category Reference/C_ScrappingMachineUI.RemoveItemToScrap(index).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ScrappingMachineUI.RemoveItemToScrap + (index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ScrappingMachineUI.ScrapItems().sublime-snippet b/Reference/Category Reference/C_ScrappingMachineUI.ScrapItems().sublime-snippet new file mode 100644 index 000000000..0b480ecef --- /dev/null +++ b/Reference/Category Reference/C_ScrappingMachineUI.ScrapItems().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ScrappingMachineUI.ScrapItems + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ScrappingMachineUI.SetScrappingMachine(gameObject).sublime-snippet b/Reference/Category Reference/C_ScrappingMachineUI.SetScrappingMachine(gameObject).sublime-snippet new file mode 100644 index 000000000..cbac4e5d0 --- /dev/null +++ b/Reference/Category Reference/C_ScrappingMachineUI.SetScrappingMachine(gameObject).sublime-snippet @@ -0,0 +1,6 @@ + + + C_ScrappingMachineUI.SetScrappingMachine + ("gameObject") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_ScrappingMachineUI.ValidateScrappingList().sublime-snippet b/Reference/Category Reference/C_ScrappingMachineUI.ValidateScrappingList().sublime-snippet new file mode 100644 index 000000000..520ce8af2 --- /dev/null +++ b/Reference/Category Reference/C_ScrappingMachineUI.ValidateScrappingList().sublime-snippet @@ -0,0 +1,6 @@ + + + C_ScrappingMachineUI.ValidateScrappingList + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SocialQueue.GetAllGroups(allowNonJoinable, allowNonQueuedGroups).sublime-snippet b/Reference/Category Reference/C_SocialQueue.GetAllGroups(allowNonJoinable, allowNonQueuedGroups).sublime-snippet new file mode 100644 index 000000000..bcf34547f --- /dev/null +++ b/Reference/Category Reference/C_SocialQueue.GetAllGroups(allowNonJoinable, allowNonQueuedGroups).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SocialQueue.GetAllGroups + (allowNonJoinable, allowNonQueuedGroups) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SocialQueue.GetConfig().sublime-snippet b/Reference/Category Reference/C_SocialQueue.GetConfig().sublime-snippet new file mode 100644 index 000000000..f0ebe96e5 --- /dev/null +++ b/Reference/Category Reference/C_SocialQueue.GetConfig().sublime-snippet @@ -0,0 +1,6 @@ + + + C_SocialQueue.GetConfig + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SocialQueue.GetGroupForPlayer(playerGUID).sublime-snippet b/Reference/Category Reference/C_SocialQueue.GetGroupForPlayer(playerGUID).sublime-snippet new file mode 100644 index 000000000..a0b502cb7 --- /dev/null +++ b/Reference/Category Reference/C_SocialQueue.GetGroupForPlayer(playerGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SocialQueue.GetGroupForPlayer + ("playerGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SocialQueue.GetGroupInfo(groupGUID).sublime-snippet b/Reference/Category Reference/C_SocialQueue.GetGroupInfo(groupGUID).sublime-snippet new file mode 100644 index 000000000..65d2342ba --- /dev/null +++ b/Reference/Category Reference/C_SocialQueue.GetGroupInfo(groupGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SocialQueue.GetGroupInfo + ("groupGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SocialQueue.GetGroupMembers(groupGUID).sublime-snippet b/Reference/Category Reference/C_SocialQueue.GetGroupMembers(groupGUID).sublime-snippet new file mode 100644 index 000000000..a687ea4c6 --- /dev/null +++ b/Reference/Category Reference/C_SocialQueue.GetGroupMembers(groupGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SocialQueue.GetGroupMembers + ("groupGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SocialQueue.GetGroupQueues(groupGUID).sublime-snippet b/Reference/Category Reference/C_SocialQueue.GetGroupQueues(groupGUID).sublime-snippet new file mode 100644 index 000000000..86c9a7526 --- /dev/null +++ b/Reference/Category Reference/C_SocialQueue.GetGroupQueues(groupGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SocialQueue.GetGroupQueues + ("groupGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SocialQueue.RequestToJoin(groupGUID, applyAsTank, applyAsHealer, applyAsDamage).sublime-snippet b/Reference/Category Reference/C_SocialQueue.RequestToJoin(groupGUID, applyAsTank, applyAsHealer, applyAsDamage).sublime-snippet new file mode 100644 index 000000000..d86ed08e2 --- /dev/null +++ b/Reference/Category Reference/C_SocialQueue.RequestToJoin(groupGUID, applyAsTank, applyAsHealer, applyAsDamage).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SocialQueue.RequestToJoin + ("groupGUID", applyAsTank, applyAsHealer, applyAsDamage) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SocialQueue.SignalToastDisplayed(groupGUID, priority).sublime-snippet b/Reference/Category Reference/C_SocialQueue.SignalToastDisplayed(groupGUID, priority).sublime-snippet new file mode 100644 index 000000000..e68dba3e0 --- /dev/null +++ b/Reference/Category Reference/C_SocialQueue.SignalToastDisplayed(groupGUID, priority).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SocialQueue.SignalToastDisplayed + ("groupGUID", priority) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SpecializationInfo.GetAllSelectedPvpTalentIDs().sublime-snippet b/Reference/Category Reference/C_SpecializationInfo.GetAllSelectedPvpTalentIDs().sublime-snippet new file mode 100644 index 000000000..bc38b2475 --- /dev/null +++ b/Reference/Category Reference/C_SpecializationInfo.GetAllSelectedPvpTalentIDs().sublime-snippet @@ -0,0 +1,6 @@ + + + C_SpecializationInfo.GetAllSelectedPvpTalentIDs + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SpecializationInfo.GetInspectSelectedPvpTalent(inspectedUnit, talentIndex).sublime-snippet b/Reference/Category Reference/C_SpecializationInfo.GetInspectSelectedPvpTalent(inspectedUnit, talentIndex).sublime-snippet new file mode 100644 index 000000000..5240bdbdd --- /dev/null +++ b/Reference/Category Reference/C_SpecializationInfo.GetInspectSelectedPvpTalent(inspectedUnit, talentIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SpecializationInfo.GetInspectSelectedPvpTalent + ("inspectedUnit", talentIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SpecializationInfo.GetPvpTalentAlertStatus().sublime-snippet b/Reference/Category Reference/C_SpecializationInfo.GetPvpTalentAlertStatus().sublime-snippet new file mode 100644 index 000000000..468f46acc --- /dev/null +++ b/Reference/Category Reference/C_SpecializationInfo.GetPvpTalentAlertStatus().sublime-snippet @@ -0,0 +1,6 @@ + + + C_SpecializationInfo.GetPvpTalentAlertStatus + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SpecializationInfo.GetPvpTalentSlotInfo(talentIndex).sublime-snippet b/Reference/Category Reference/C_SpecializationInfo.GetPvpTalentSlotInfo(talentIndex).sublime-snippet new file mode 100644 index 000000000..d261480a5 --- /dev/null +++ b/Reference/Category Reference/C_SpecializationInfo.GetPvpTalentSlotInfo(talentIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SpecializationInfo.GetPvpTalentSlotInfo + (talentIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SpecializationInfo.GetPvpTalentSlotUnlockLevel(talentIndex).sublime-snippet b/Reference/Category Reference/C_SpecializationInfo.GetPvpTalentSlotUnlockLevel(talentIndex).sublime-snippet new file mode 100644 index 000000000..54c5799c3 --- /dev/null +++ b/Reference/Category Reference/C_SpecializationInfo.GetPvpTalentSlotUnlockLevel(talentIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SpecializationInfo.GetPvpTalentSlotUnlockLevel + (talentIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SpecializationInfo.GetPvpTalentUnlockLevel(talentID).sublime-snippet b/Reference/Category Reference/C_SpecializationInfo.GetPvpTalentUnlockLevel(talentID).sublime-snippet new file mode 100644 index 000000000..2dabd7509 --- /dev/null +++ b/Reference/Category Reference/C_SpecializationInfo.GetPvpTalentUnlockLevel(talentID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SpecializationInfo.GetPvpTalentUnlockLevel + (talentID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SpecializationInfo.GetSpellsDisplay(specializationID).sublime-snippet b/Reference/Category Reference/C_SpecializationInfo.GetSpellsDisplay(specializationID).sublime-snippet new file mode 100644 index 000000000..5ae394906 --- /dev/null +++ b/Reference/Category Reference/C_SpecializationInfo.GetSpellsDisplay(specializationID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SpecializationInfo.GetSpellsDisplay + (specializationID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SpecializationInfo.IsPvpTalentLocked(talentID).sublime-snippet b/Reference/Category Reference/C_SpecializationInfo.IsPvpTalentLocked(talentID).sublime-snippet new file mode 100644 index 000000000..7636a42a4 --- /dev/null +++ b/Reference/Category Reference/C_SpecializationInfo.IsPvpTalentLocked(talentID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SpecializationInfo.IsPvpTalentLocked + (talentID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_SpecializationInfo.SetPvpTalentLocked(talentID, locked).sublime-snippet b/Reference/Category Reference/C_SpecializationInfo.SetPvpTalentLocked(talentID, locked).sublime-snippet new file mode 100644 index 000000000..a7b2c015c --- /dev/null +++ b/Reference/Category Reference/C_SpecializationInfo.SetPvpTalentLocked(talentID, locked).sublime-snippet @@ -0,0 +1,6 @@ + + + C_SpecializationInfo.SetPvpTalentLocked + (talentID, locked) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Spell.DoesSpellExist(spellID).sublime-snippet b/Reference/Category Reference/C_Spell.DoesSpellExist(spellID).sublime-snippet new file mode 100644 index 000000000..7fd433fc1 --- /dev/null +++ b/Reference/Category Reference/C_Spell.DoesSpellExist(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Spell.DoesSpellExist + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Spell.IsSpellDataCached(spellID).sublime-snippet b/Reference/Category Reference/C_Spell.IsSpellDataCached(spellID).sublime-snippet new file mode 100644 index 000000000..0b606b1f6 --- /dev/null +++ b/Reference/Category Reference/C_Spell.IsSpellDataCached(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Spell.IsSpellDataCached + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Spell.RequestLoadSpellData(spellID).sublime-snippet b/Reference/Category Reference/C_Spell.RequestLoadSpellData(spellID).sublime-snippet new file mode 100644 index 000000000..a6cc095e3 --- /dev/null +++ b/Reference/Category Reference/C_Spell.RequestLoadSpellData(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Spell.RequestLoadSpellData + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_StorePublic.DoesGroupHavePurchaseableProducts(groupID).sublime-snippet b/Reference/Category Reference/C_StorePublic.DoesGroupHavePurchaseableProducts(groupID).sublime-snippet new file mode 100644 index 000000000..c4c500a46 --- /dev/null +++ b/Reference/Category Reference/C_StorePublic.DoesGroupHavePurchaseableProducts(groupID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_StorePublic.DoesGroupHavePurchaseableProducts + (groupID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_StorePublic.IsDisabledByParentalControls().sublime-snippet b/Reference/Category Reference/C_StorePublic.IsDisabledByParentalControls().sublime-snippet new file mode 100644 index 000000000..d7553ea10 --- /dev/null +++ b/Reference/Category Reference/C_StorePublic.IsDisabledByParentalControls().sublime-snippet @@ -0,0 +1,6 @@ + + + C_StorePublic.IsDisabledByParentalControls + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_StorePublic.IsEnabled().sublime-snippet b/Reference/Category Reference/C_StorePublic.IsEnabled().sublime-snippet new file mode 100644 index 000000000..ffbe859a7 --- /dev/null +++ b/Reference/Category Reference/C_StorePublic.IsEnabled().sublime-snippet @@ -0,0 +1,6 @@ + + + C_StorePublic.IsEnabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TaskQuest.DoesMapShowTaskQuestObjectives(uiMapID).sublime-snippet b/Reference/Category Reference/C_TaskQuest.DoesMapShowTaskQuestObjectives(uiMapID).sublime-snippet new file mode 100644 index 000000000..4860045b2 --- /dev/null +++ b/Reference/Category Reference/C_TaskQuest.DoesMapShowTaskQuestObjectives(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TaskQuest.DoesMapShowTaskQuestObjectives + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TaskQuest.GetDistanceSqToQuest(questID).sublime-snippet b/Reference/Category Reference/C_TaskQuest.GetDistanceSqToQuest(questID).sublime-snippet new file mode 100644 index 000000000..ff1b53ef6 --- /dev/null +++ b/Reference/Category Reference/C_TaskQuest.GetDistanceSqToQuest(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TaskQuest.GetDistanceSqToQuest + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TaskQuest.GetQuestInfoByQuestID(questID).sublime-snippet b/Reference/Category Reference/C_TaskQuest.GetQuestInfoByQuestID(questID).sublime-snippet new file mode 100644 index 000000000..27877d4f0 --- /dev/null +++ b/Reference/Category Reference/C_TaskQuest.GetQuestInfoByQuestID(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TaskQuest.GetQuestInfoByQuestID + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TaskQuest.GetQuestLocation(questID, uiMapID).sublime-snippet b/Reference/Category Reference/C_TaskQuest.GetQuestLocation(questID, uiMapID).sublime-snippet new file mode 100644 index 000000000..24ff3dead --- /dev/null +++ b/Reference/Category Reference/C_TaskQuest.GetQuestLocation(questID, uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TaskQuest.GetQuestLocation + (questID, uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TaskQuest.GetQuestProgressBarInfo(questID).sublime-snippet b/Reference/Category Reference/C_TaskQuest.GetQuestProgressBarInfo(questID).sublime-snippet new file mode 100644 index 000000000..d6e4f8bfd --- /dev/null +++ b/Reference/Category Reference/C_TaskQuest.GetQuestProgressBarInfo(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TaskQuest.GetQuestProgressBarInfo + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TaskQuest.GetQuestTimeLeftMinutes(questID).sublime-snippet b/Reference/Category Reference/C_TaskQuest.GetQuestTimeLeftMinutes(questID).sublime-snippet new file mode 100644 index 000000000..71210d289 --- /dev/null +++ b/Reference/Category Reference/C_TaskQuest.GetQuestTimeLeftMinutes(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TaskQuest.GetQuestTimeLeftMinutes + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TaskQuest.GetQuestZoneID(questID).sublime-snippet b/Reference/Category Reference/C_TaskQuest.GetQuestZoneID(questID).sublime-snippet new file mode 100644 index 000000000..2369b982c --- /dev/null +++ b/Reference/Category Reference/C_TaskQuest.GetQuestZoneID(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TaskQuest.GetQuestZoneID + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TaskQuest.GetQuestsForPlayerByMapID(uiMapID).sublime-snippet b/Reference/Category Reference/C_TaskQuest.GetQuestsForPlayerByMapID(uiMapID).sublime-snippet new file mode 100644 index 000000000..c02981883 --- /dev/null +++ b/Reference/Category Reference/C_TaskQuest.GetQuestsForPlayerByMapID(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TaskQuest.GetQuestsForPlayerByMapID + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TaskQuest.IsActive(questID).sublime-snippet b/Reference/Category Reference/C_TaskQuest.IsActive(questID).sublime-snippet new file mode 100644 index 000000000..5f3121431 --- /dev/null +++ b/Reference/Category Reference/C_TaskQuest.IsActive(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TaskQuest.IsActive + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TaskQuest.RequestPreloadRewardData(questID).sublime-snippet b/Reference/Category Reference/C_TaskQuest.RequestPreloadRewardData(questID).sublime-snippet new file mode 100644 index 000000000..1a65fe369 --- /dev/null +++ b/Reference/Category Reference/C_TaskQuest.RequestPreloadRewardData(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TaskQuest.RequestPreloadRewardData + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TaxiMap.GetAllTaxiNodes().sublime-snippet b/Reference/Category Reference/C_TaxiMap.GetAllTaxiNodes().sublime-snippet new file mode 100644 index 000000000..e2e0a8719 --- /dev/null +++ b/Reference/Category Reference/C_TaxiMap.GetAllTaxiNodes().sublime-snippet @@ -0,0 +1,6 @@ + + + C_TaxiMap.GetAllTaxiNodes + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TaxiMap.GetTaxiNodesForMap(uiMapID).sublime-snippet b/Reference/Category Reference/C_TaxiMap.GetTaxiNodesForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..deeefc96f --- /dev/null +++ b/Reference/Category Reference/C_TaxiMap.GetTaxiNodesForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TaxiMap.GetTaxiNodesForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TradeSkillUI.GetTradeSkillDisplayName(skillLineID).sublime-snippet b/Reference/Category Reference/C_TradeSkillUI.GetTradeSkillDisplayName(skillLineID).sublime-snippet new file mode 100644 index 000000000..bcebbd23e --- /dev/null +++ b/Reference/Category Reference/C_TradeSkillUI.GetTradeSkillDisplayName(skillLineID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TradeSkillUI.GetTradeSkillDisplayName + (skillLineID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TradeSkillUI.GetTradeSkillLine().sublime-snippet b/Reference/Category Reference/C_TradeSkillUI.GetTradeSkillLine().sublime-snippet new file mode 100644 index 000000000..58cc29e94 --- /dev/null +++ b/Reference/Category Reference/C_TradeSkillUI.GetTradeSkillLine().sublime-snippet @@ -0,0 +1,6 @@ + + + C_TradeSkillUI.GetTradeSkillLine + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TradeSkillUI.IsEmptySkillLineCategory(categoryID).sublime-snippet b/Reference/Category Reference/C_TradeSkillUI.IsEmptySkillLineCategory(categoryID).sublime-snippet new file mode 100644 index 000000000..57c801f3b --- /dev/null +++ b/Reference/Category Reference/C_TradeSkillUI.IsEmptySkillLineCategory(categoryID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TradeSkillUI.IsEmptySkillLineCategory + (categoryID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Transmog.GetCreatureDisplayIDForSource(itemModifiedAppearanceID).sublime-snippet b/Reference/Category Reference/C_Transmog.GetCreatureDisplayIDForSource(itemModifiedAppearanceID).sublime-snippet new file mode 100644 index 000000000..996047933 --- /dev/null +++ b/Reference/Category Reference/C_Transmog.GetCreatureDisplayIDForSource(itemModifiedAppearanceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Transmog.GetCreatureDisplayIDForSource + (itemModifiedAppearanceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_Transmog.GetSlotForInventoryType(inventoryType).sublime-snippet b/Reference/Category Reference/C_Transmog.GetSlotForInventoryType(inventoryType).sublime-snippet new file mode 100644 index 000000000..3fc5e6ea8 --- /dev/null +++ b/Reference/Category Reference/C_Transmog.GetSlotForInventoryType(inventoryType).sublime-snippet @@ -0,0 +1,6 @@ + + + C_Transmog.GetSlotForInventoryType + (inventoryType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogCollection.GetAppearanceSources(appearanceID).sublime-snippet b/Reference/Category Reference/C_TransmogCollection.GetAppearanceSources(appearanceID).sublime-snippet new file mode 100644 index 000000000..9a349a70e --- /dev/null +++ b/Reference/Category Reference/C_TransmogCollection.GetAppearanceSources(appearanceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogCollection.GetAppearanceSources + (appearanceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogCollection.GetSourceIcon(itemModifiedAppearanceID).sublime-snippet b/Reference/Category Reference/C_TransmogCollection.GetSourceIcon(itemModifiedAppearanceID).sublime-snippet new file mode 100644 index 000000000..f2296beaf --- /dev/null +++ b/Reference/Category Reference/C_TransmogCollection.GetSourceIcon(itemModifiedAppearanceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogCollection.GetSourceIcon + (itemModifiedAppearanceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogCollection.GetSourceInfo(sourceID).sublime-snippet b/Reference/Category Reference/C_TransmogCollection.GetSourceInfo(sourceID).sublime-snippet new file mode 100644 index 000000000..f08d63793 --- /dev/null +++ b/Reference/Category Reference/C_TransmogCollection.GetSourceInfo(sourceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogCollection.GetSourceInfo + (sourceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.ClearLatestSource().sublime-snippet b/Reference/Category Reference/C_TransmogSets.ClearLatestSource().sublime-snippet new file mode 100644 index 000000000..02f28739a --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.ClearLatestSource().sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.ClearLatestSource + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.ClearNewSource(sourceID).sublime-snippet b/Reference/Category Reference/C_TransmogSets.ClearNewSource(sourceID).sublime-snippet new file mode 100644 index 000000000..93700e290 --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.ClearNewSource(sourceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.ClearNewSource + (sourceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.ClearSetNewSourcesForSlot(transmogSetID, slot).sublime-snippet b/Reference/Category Reference/C_TransmogSets.ClearSetNewSourcesForSlot(transmogSetID, slot).sublime-snippet new file mode 100644 index 000000000..551da8e0a --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.ClearSetNewSourcesForSlot(transmogSetID, slot).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.ClearSetNewSourcesForSlot + (transmogSetID, slot) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.GetAllSourceIDs(transmogSetID).sublime-snippet b/Reference/Category Reference/C_TransmogSets.GetAllSourceIDs(transmogSetID).sublime-snippet new file mode 100644 index 000000000..3fe12ef8a --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.GetAllSourceIDs(transmogSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.GetAllSourceIDs + (transmogSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.GetBaseSetsCounts().sublime-snippet b/Reference/Category Reference/C_TransmogSets.GetBaseSetsCounts().sublime-snippet new file mode 100644 index 000000000..0c64879be --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.GetBaseSetsCounts().sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.GetBaseSetsCounts + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.GetBaseSetsFilter(index).sublime-snippet b/Reference/Category Reference/C_TransmogSets.GetBaseSetsFilter(index).sublime-snippet new file mode 100644 index 000000000..0c53a6e9c --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.GetBaseSetsFilter(index).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.GetBaseSetsFilter + (index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.GetCameraIDs().sublime-snippet b/Reference/Category Reference/C_TransmogSets.GetCameraIDs().sublime-snippet new file mode 100644 index 000000000..74eae85bb --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.GetCameraIDs().sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.GetCameraIDs + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.GetIsFavorite(transmogSetID).sublime-snippet b/Reference/Category Reference/C_TransmogSets.GetIsFavorite(transmogSetID).sublime-snippet new file mode 100644 index 000000000..55005c904 --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.GetIsFavorite(transmogSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.GetIsFavorite + (transmogSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.GetLatestSource().sublime-snippet b/Reference/Category Reference/C_TransmogSets.GetLatestSource().sublime-snippet new file mode 100644 index 000000000..33d02c14e --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.GetLatestSource().sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.GetLatestSource + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.GetSetNewSources(transmogSetID).sublime-snippet b/Reference/Category Reference/C_TransmogSets.GetSetNewSources(transmogSetID).sublime-snippet new file mode 100644 index 000000000..a3d7af7bf --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.GetSetNewSources(transmogSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.GetSetNewSources + (transmogSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.GetSetsContainingSourceID(sourceID).sublime-snippet b/Reference/Category Reference/C_TransmogSets.GetSetsContainingSourceID(sourceID).sublime-snippet new file mode 100644 index 000000000..2fccff0cf --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.GetSetsContainingSourceID(sourceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.GetSetsContainingSourceID + (sourceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.GetSourceIDsForSlot(transmogSetID, slot).sublime-snippet b/Reference/Category Reference/C_TransmogSets.GetSourceIDsForSlot(transmogSetID, slot).sublime-snippet new file mode 100644 index 000000000..44af46bb4 --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.GetSourceIDsForSlot(transmogSetID, slot).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.GetSourceIDsForSlot + (transmogSetID, slot) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.GetSourcesForSlot(transmogSetID, slot).sublime-snippet b/Reference/Category Reference/C_TransmogSets.GetSourcesForSlot(transmogSetID, slot).sublime-snippet new file mode 100644 index 000000000..2fe61af30 --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.GetSourcesForSlot(transmogSetID, slot).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.GetSourcesForSlot + (transmogSetID, slot) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.HasUsableSets().sublime-snippet b/Reference/Category Reference/C_TransmogSets.HasUsableSets().sublime-snippet new file mode 100644 index 000000000..a51f60685 --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.HasUsableSets().sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.HasUsableSets + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.IsBaseSetCollected(transmogSetID).sublime-snippet b/Reference/Category Reference/C_TransmogSets.IsBaseSetCollected(transmogSetID).sublime-snippet new file mode 100644 index 000000000..d940fe2d8 --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.IsBaseSetCollected(transmogSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.IsBaseSetCollected + (transmogSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.IsNewSource(sourceID).sublime-snippet b/Reference/Category Reference/C_TransmogSets.IsNewSource(sourceID).sublime-snippet new file mode 100644 index 000000000..d41ffc3b6 --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.IsNewSource(sourceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.IsNewSource + (sourceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.SetBaseSetsFilter(index, isChecked).sublime-snippet b/Reference/Category Reference/C_TransmogSets.SetBaseSetsFilter(index, isChecked).sublime-snippet new file mode 100644 index 000000000..032bb0785 --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.SetBaseSetsFilter(index, isChecked).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.SetBaseSetsFilter + (index, isChecked) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.SetHasNewSources(transmogSetID).sublime-snippet b/Reference/Category Reference/C_TransmogSets.SetHasNewSources(transmogSetID).sublime-snippet new file mode 100644 index 000000000..4b267e0c4 --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.SetHasNewSources(transmogSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.SetHasNewSources + (transmogSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.SetHasNewSourcesForSlot(transmogSetID, slot).sublime-snippet b/Reference/Category Reference/C_TransmogSets.SetHasNewSourcesForSlot(transmogSetID, slot).sublime-snippet new file mode 100644 index 000000000..2368e31d4 --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.SetHasNewSourcesForSlot(transmogSetID, slot).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.SetHasNewSourcesForSlot + (transmogSetID, slot) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_TransmogSets.SetIsFavorite(transmogSetID, isFavorite).sublime-snippet b/Reference/Category Reference/C_TransmogSets.SetIsFavorite(transmogSetID, isFavorite).sublime-snippet new file mode 100644 index 000000000..7fd461277 --- /dev/null +++ b/Reference/Category Reference/C_TransmogSets.SetIsFavorite(transmogSetID, isFavorite).sublime-snippet @@ -0,0 +1,6 @@ + + + C_TransmogSets.SetIsFavorite + (transmogSetID, isFavorite) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UI.Reload().sublime-snippet b/Reference/Category Reference/C_UI.Reload().sublime-snippet new file mode 100644 index 000000000..a6bce20b4 --- /dev/null +++ b/Reference/Category Reference/C_UI.Reload().sublime-snippet @@ -0,0 +1,6 @@ + + + C_UI.Reload + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetAllWidgetsBySetID(setID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetAllWidgetsBySetID(setID).sublime-snippet new file mode 100644 index 000000000..128ec0615 --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetAllWidgetsBySetID(setID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetAllWidgetsBySetID + (setID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetBelowMinimapWidgetSetID().sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetBelowMinimapWidgetSetID().sublime-snippet new file mode 100644 index 000000000..63543322d --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetBelowMinimapWidgetSetID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetBelowMinimapWidgetSetID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..7a2456f51 --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..517f8ab04 --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..9a184b2e5 --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..d3ac844cf --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..bdc312bfe --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..94261f811 --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..4176a704a --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..59771e9e6 --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..2f4d9687e --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..cb20dfc92 --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..aa3d8c639 --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..ef8f74ee4 --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetTextureWithStateVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetTextureWithStateVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..b53be7053 --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetTextureWithStateVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetTextureWithStateVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_UIWidgetManager.GetTopCenterWidgetSetID().sublime-snippet b/Reference/Category Reference/C_UIWidgetManager.GetTopCenterWidgetSetID().sublime-snippet new file mode 100644 index 000000000..22afb27c9 --- /dev/null +++ b/Reference/Category Reference/C_UIWidgetManager.GetTopCenterWidgetSetID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_UIWidgetManager.GetTopCenterWidgetSetID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VideoOptions.GetGxAdapterInfo().sublime-snippet b/Reference/Category Reference/C_VideoOptions.GetGxAdapterInfo().sublime-snippet new file mode 100644 index 000000000..1512927ae --- /dev/null +++ b/Reference/Category Reference/C_VideoOptions.GetGxAdapterInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VideoOptions.GetGxAdapterInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VignetteInfo.FindBestUniqueVignette(vignetteGUIDs).sublime-snippet b/Reference/Category Reference/C_VignetteInfo.FindBestUniqueVignette(vignetteGUIDs).sublime-snippet new file mode 100644 index 000000000..b295350e9 --- /dev/null +++ b/Reference/Category Reference/C_VignetteInfo.FindBestUniqueVignette(vignetteGUIDs).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VignetteInfo.FindBestUniqueVignette + (vignetteGUIDs) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VignetteInfo.GetVignetteInfo(vignetteGUID).sublime-snippet b/Reference/Category Reference/C_VignetteInfo.GetVignetteInfo(vignetteGUID).sublime-snippet new file mode 100644 index 000000000..a20902c67 --- /dev/null +++ b/Reference/Category Reference/C_VignetteInfo.GetVignetteInfo(vignetteGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VignetteInfo.GetVignetteInfo + ("vignetteGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VignetteInfo.GetVignettePosition(vignetteGUID, uiMapID).sublime-snippet b/Reference/Category Reference/C_VignetteInfo.GetVignettePosition(vignetteGUID, uiMapID).sublime-snippet new file mode 100644 index 000000000..d109f9afd --- /dev/null +++ b/Reference/Category Reference/C_VignetteInfo.GetVignettePosition(vignetteGUID, uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VignetteInfo.GetVignettePosition + ("vignetteGUID", uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VignetteInfo.GetVignettes().sublime-snippet b/Reference/Category Reference/C_VignetteInfo.GetVignettes().sublime-snippet new file mode 100644 index 000000000..2b58c01de --- /dev/null +++ b/Reference/Category Reference/C_VignetteInfo.GetVignettes().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VignetteInfo.GetVignettes + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.ActivateChannel(channelID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.ActivateChannel(channelID).sublime-snippet new file mode 100644 index 000000000..e5e222fd6 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.ActivateChannel(channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.ActivateChannel + (channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.BeginLocalCapture(listenToLocalUser).sublime-snippet b/Reference/Category Reference/C_VoiceChat.BeginLocalCapture(listenToLocalUser).sublime-snippet new file mode 100644 index 000000000..a604b3f28 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.BeginLocalCapture(listenToLocalUser).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.BeginLocalCapture + (listenToLocalUser) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.CanPlayerUseVoiceChat().sublime-snippet b/Reference/Category Reference/C_VoiceChat.CanPlayerUseVoiceChat().sublime-snippet new file mode 100644 index 000000000..77500edd9 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.CanPlayerUseVoiceChat().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.CanPlayerUseVoiceChat + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.CreateChannel(channelDisplayName).sublime-snippet b/Reference/Category Reference/C_VoiceChat.CreateChannel(channelDisplayName).sublime-snippet new file mode 100644 index 000000000..4d567b931 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.CreateChannel(channelDisplayName).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.CreateChannel + ("channelDisplayName") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.DeactivateChannel(channelID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.DeactivateChannel(channelID).sublime-snippet new file mode 100644 index 000000000..8e55375db --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.DeactivateChannel(channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.DeactivateChannel + (channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.EndLocalCapture().sublime-snippet b/Reference/Category Reference/C_VoiceChat.EndLocalCapture().sublime-snippet new file mode 100644 index 000000000..a8b99f1eb --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.EndLocalCapture().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.EndLocalCapture + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetActiveChannelID().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetActiveChannelID().sublime-snippet new file mode 100644 index 000000000..7f7ade767 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetActiveChannelID().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetActiveChannelID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetActiveChannelType().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetActiveChannelType().sublime-snippet new file mode 100644 index 000000000..93919725e --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetActiveChannelType().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetActiveChannelType + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetAvailableInputDevices().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetAvailableInputDevices().sublime-snippet new file mode 100644 index 000000000..1a726fc44 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetAvailableInputDevices().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetAvailableInputDevices + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetAvailableOutputDevices().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetAvailableOutputDevices().sublime-snippet new file mode 100644 index 000000000..76939564f --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetAvailableOutputDevices().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetAvailableOutputDevices + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetChannel(channelID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetChannel(channelID).sublime-snippet new file mode 100644 index 000000000..508106add --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetChannel(channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetChannel + (channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetChannelForChannelType(channelType).sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetChannelForChannelType(channelType).sublime-snippet new file mode 100644 index 000000000..57d7b0383 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetChannelForChannelType(channelType).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetChannelForChannelType + (channelType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetChannelForCommunityStream(clubId, streamId).sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetChannelForCommunityStream(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..7adc8894c --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetChannelForCommunityStream(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetChannelForCommunityStream + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetCommunicationMode().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetCommunicationMode().sublime-snippet new file mode 100644 index 000000000..816c15874 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetCommunicationMode().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetCommunicationMode + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode().sublime-snippet new file mode 100644 index 000000000..fcc4b285d --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetInputVolume().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetInputVolume().sublime-snippet new file mode 100644 index 000000000..32bba0950 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetInputVolume().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetInputVolume + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo().sublime-snippet new file mode 100644 index 000000000..a331e29e9 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetLocalPlayerMemberID(channelID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetLocalPlayerMemberID(channelID).sublime-snippet new file mode 100644 index 000000000..6266b71f8 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetLocalPlayerMemberID(channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetLocalPlayerMemberID + (channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetMemberGUID(memberID, channelID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetMemberGUID(memberID, channelID).sublime-snippet new file mode 100644 index 000000000..1e6830182 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetMemberGUID(memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetMemberGUID + (memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetMemberID(channelID, memberGUID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetMemberID(channelID, memberGUID).sublime-snippet new file mode 100644 index 000000000..f215ea410 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetMemberID(channelID, memberGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetMemberID + (channelID, "memberGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetMemberInfo(memberID, channelID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetMemberInfo(memberID, channelID).sublime-snippet new file mode 100644 index 000000000..656df6078 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetMemberInfo(memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetMemberInfo + (memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetMemberName(memberID, channelID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetMemberName(memberID, channelID).sublime-snippet new file mode 100644 index 000000000..8e2a42280 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetMemberName(memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetMemberName + (memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetMemberVolume(playerLocation).sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetMemberVolume(playerLocation).sublime-snippet new file mode 100644 index 000000000..d8295ffc5 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetMemberVolume(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetMemberVolume + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetOutputVolume().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetOutputVolume().sublime-snippet new file mode 100644 index 000000000..a2ae55c47 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetOutputVolume().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetOutputVolume + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetPTTButtonPressedState().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetPTTButtonPressedState().sublime-snippet new file mode 100644 index 000000000..b6a55241a --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetPTTButtonPressedState().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetPTTButtonPressedState + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetProcesses().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetProcesses().sublime-snippet new file mode 100644 index 000000000..dedc7cc7f --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetProcesses().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetProcesses + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetPushToTalkBinding().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetPushToTalkBinding().sublime-snippet new file mode 100644 index 000000000..7360fe0e9 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetPushToTalkBinding().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetPushToTalkBinding + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.GetVADSensitivity().sublime-snippet b/Reference/Category Reference/C_VoiceChat.GetVADSensitivity().sublime-snippet new file mode 100644 index 000000000..e0ad9faac --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.GetVADSensitivity().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.GetVADSensitivity + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.IsDeafened().sublime-snippet b/Reference/Category Reference/C_VoiceChat.IsDeafened().sublime-snippet new file mode 100644 index 000000000..fbb633e37 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.IsDeafened().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.IsDeafened + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.IsEnabled().sublime-snippet b/Reference/Category Reference/C_VoiceChat.IsEnabled().sublime-snippet new file mode 100644 index 000000000..917ca2f5f --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.IsEnabled().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.IsEnabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.IsLoggedIn().sublime-snippet b/Reference/Category Reference/C_VoiceChat.IsLoggedIn().sublime-snippet new file mode 100644 index 000000000..12dde6086 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.IsLoggedIn().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.IsLoggedIn + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.IsMemberLocalPlayer(memberID, channelID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.IsMemberLocalPlayer(memberID, channelID).sublime-snippet new file mode 100644 index 000000000..1443beb0b --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.IsMemberLocalPlayer(memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.IsMemberLocalPlayer + (memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.IsMemberMuted(playerLocation).sublime-snippet b/Reference/Category Reference/C_VoiceChat.IsMemberMuted(playerLocation).sublime-snippet new file mode 100644 index 000000000..cc491a7c1 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.IsMemberMuted(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.IsMemberMuted + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.IsMemberMutedForAll(memberID, channelID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.IsMemberMutedForAll(memberID, channelID).sublime-snippet new file mode 100644 index 000000000..9de656bd8 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.IsMemberMutedForAll(memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.IsMemberMutedForAll + (memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.IsMemberSilenced(memberID, channelID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.IsMemberSilenced(memberID, channelID).sublime-snippet new file mode 100644 index 000000000..32b829af9 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.IsMemberSilenced(memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.IsMemberSilenced + (memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.IsMuted().sublime-snippet b/Reference/Category Reference/C_VoiceChat.IsMuted().sublime-snippet new file mode 100644 index 000000000..e2f3d710a --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.IsMuted().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.IsMuted + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.IsParentalDisabled().sublime-snippet b/Reference/Category Reference/C_VoiceChat.IsParentalDisabled().sublime-snippet new file mode 100644 index 000000000..4a7d9f15b --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.IsParentalDisabled().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.IsParentalDisabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.IsParentalMuted().sublime-snippet b/Reference/Category Reference/C_VoiceChat.IsParentalMuted().sublime-snippet new file mode 100644 index 000000000..46e20d576 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.IsParentalMuted().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.IsParentalMuted + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.IsPlayerUsingVoice(playerLocation).sublime-snippet b/Reference/Category Reference/C_VoiceChat.IsPlayerUsingVoice(playerLocation).sublime-snippet new file mode 100644 index 000000000..ac0d00168 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.IsPlayerUsingVoice(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.IsPlayerUsingVoice + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.IsSilenced().sublime-snippet b/Reference/Category Reference/C_VoiceChat.IsSilenced().sublime-snippet new file mode 100644 index 000000000..42c555742 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.IsSilenced().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.IsSilenced + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.LeaveChannel(channelID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.LeaveChannel(channelID).sublime-snippet new file mode 100644 index 000000000..ff5268e7a --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.LeaveChannel(channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.LeaveChannel + (channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.Login().sublime-snippet b/Reference/Category Reference/C_VoiceChat.Login().sublime-snippet new file mode 100644 index 000000000..1ab2a86ef --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.Login().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.Login + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.Logout().sublime-snippet b/Reference/Category Reference/C_VoiceChat.Logout().sublime-snippet new file mode 100644 index 000000000..4c18f3167 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.Logout().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.Logout + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.MarkChannelsDiscovered().sublime-snippet b/Reference/Category Reference/C_VoiceChat.MarkChannelsDiscovered().sublime-snippet new file mode 100644 index 000000000..f031dc7ae --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.MarkChannelsDiscovered().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.MarkChannelsDiscovered + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.RequestJoinAndActivateCommunityStreamChannel(clubId, streamId).sublime-snippet b/Reference/Category Reference/C_VoiceChat.RequestJoinAndActivateCommunityStreamChannel(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..fc6add376 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.RequestJoinAndActivateCommunityStreamChannel(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.RequestJoinAndActivateCommunityStreamChannel + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.RequestJoinChannelByChannelType(channelType).sublime-snippet b/Reference/Category Reference/C_VoiceChat.RequestJoinChannelByChannelType(channelType).sublime-snippet new file mode 100644 index 000000000..a5fb689c4 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.RequestJoinChannelByChannelType(channelType).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.RequestJoinChannelByChannelType + (channelType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.SetCommunicationMode(communicationMode).sublime-snippet b/Reference/Category Reference/C_VoiceChat.SetCommunicationMode(communicationMode).sublime-snippet new file mode 100644 index 000000000..e9555352d --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.SetCommunicationMode(communicationMode).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.SetCommunicationMode + (communicationMode) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.SetDeafened(isDeafened).sublime-snippet b/Reference/Category Reference/C_VoiceChat.SetDeafened(isDeafened).sublime-snippet new file mode 100644 index 000000000..daca73e3d --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.SetDeafened(isDeafened).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.SetDeafened + (isDeafened) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.SetInputDevice(deviceID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.SetInputDevice(deviceID).sublime-snippet new file mode 100644 index 000000000..10b101549 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.SetInputDevice(deviceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.SetInputDevice + ("deviceID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.SetInputVolume(volume).sublime-snippet b/Reference/Category Reference/C_VoiceChat.SetInputVolume(volume).sublime-snippet new file mode 100644 index 000000000..1bd1a31e7 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.SetInputVolume(volume).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.SetInputVolume + (volume) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.SetMemberMuted(playerLocation, muted).sublime-snippet b/Reference/Category Reference/C_VoiceChat.SetMemberMuted(playerLocation, muted).sublime-snippet new file mode 100644 index 000000000..7223fc863 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.SetMemberMuted(playerLocation, muted).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.SetMemberMuted + (playerLocation, muted) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.SetMemberVolume(playerLocation, volume).sublime-snippet b/Reference/Category Reference/C_VoiceChat.SetMemberVolume(playerLocation, volume).sublime-snippet new file mode 100644 index 000000000..a39dec23a --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.SetMemberVolume(playerLocation, volume).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.SetMemberVolume + (playerLocation, volume) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.SetMuted(isMuted).sublime-snippet b/Reference/Category Reference/C_VoiceChat.SetMuted(isMuted).sublime-snippet new file mode 100644 index 000000000..c68f2bcf0 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.SetMuted(isMuted).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.SetMuted + (isMuted) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.SetOutputDevice(deviceID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.SetOutputDevice(deviceID).sublime-snippet new file mode 100644 index 000000000..e70d8ba2b --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.SetOutputDevice(deviceID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.SetOutputDevice + ("deviceID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.SetOutputVolume(volume).sublime-snippet b/Reference/Category Reference/C_VoiceChat.SetOutputVolume(volume).sublime-snippet new file mode 100644 index 000000000..456cdd31b --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.SetOutputVolume(volume).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.SetOutputVolume + (volume) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.SetPortraitTexture(textureObject, memberID, channelID).sublime-snippet b/Reference/Category Reference/C_VoiceChat.SetPortraitTexture(textureObject, memberID, channelID).sublime-snippet new file mode 100644 index 000000000..5837b2920 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.SetPortraitTexture(textureObject, memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.SetPortraitTexture + (textureObject, memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.SetPushToTalkBinding(keys).sublime-snippet b/Reference/Category Reference/C_VoiceChat.SetPushToTalkBinding(keys).sublime-snippet new file mode 100644 index 000000000..22a45fe0e --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.SetPushToTalkBinding(keys).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.SetPushToTalkBinding + (keys) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.SetVADSensitivity(sensitivity).sublime-snippet b/Reference/Category Reference/C_VoiceChat.SetVADSensitivity(sensitivity).sublime-snippet new file mode 100644 index 000000000..dc5adf1ee --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.SetVADSensitivity(sensitivity).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.SetVADSensitivity + (sensitivity) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.ShouldDiscoverChannels().sublime-snippet b/Reference/Category Reference/C_VoiceChat.ShouldDiscoverChannels().sublime-snippet new file mode 100644 index 000000000..4f0f88e26 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.ShouldDiscoverChannels().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.ShouldDiscoverChannels + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.ToggleDeafened().sublime-snippet b/Reference/Category Reference/C_VoiceChat.ToggleDeafened().sublime-snippet new file mode 100644 index 000000000..499c81eb2 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.ToggleDeafened().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.ToggleDeafened + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.ToggleMemberMuted(playerLocation).sublime-snippet b/Reference/Category Reference/C_VoiceChat.ToggleMemberMuted(playerLocation).sublime-snippet new file mode 100644 index 000000000..efde03530 --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.ToggleMemberMuted(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.ToggleMemberMuted + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/C_VoiceChat.ToggleMuted().sublime-snippet b/Reference/Category Reference/C_VoiceChat.ToggleMuted().sublime-snippet new file mode 100644 index 000000000..072aaa4ac --- /dev/null +++ b/Reference/Category Reference/C_VoiceChat.ToggleMuted().sublime-snippet @@ -0,0 +1,6 @@ + + + C_VoiceChat.ToggleMuted + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AccountInfo.IsGUIDBattleNetAccountType(guid).sublime-snippet b/Reference/Category Reference/_C_AccountInfo.IsGUIDBattleNetAccountType(guid).sublime-snippet new file mode 100644 index 000000000..8910033c8 --- /dev/null +++ b/Reference/Category Reference/_C_AccountInfo.IsGUIDBattleNetAccountType(guid).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AccountInfo.IsGUIDBattleNetAccountType + ("guid") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AccountInfo.IsGUIDRelatedToLocalAccount(guid).sublime-snippet b/Reference/Category Reference/_C_AccountInfo.IsGUIDRelatedToLocalAccount(guid).sublime-snippet new file mode 100644 index 000000000..f5cba8123 --- /dev/null +++ b/Reference/Category Reference/_C_AccountInfo.IsGUIDRelatedToLocalAccount(guid).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AccountInfo.IsGUIDRelatedToLocalAccount + ("guid") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.FindFlyoutActionButtons(flyoutID).sublime-snippet b/Reference/Category Reference/_C_ActionBar.FindFlyoutActionButtons(flyoutID).sublime-snippet new file mode 100644 index 000000000..5add32d33 --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.FindFlyoutActionButtons(flyoutID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.FindFlyoutActionButtons + (flyoutID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.FindPetActionButtons(petActionID).sublime-snippet b/Reference/Category Reference/_C_ActionBar.FindPetActionButtons(petActionID).sublime-snippet new file mode 100644 index 000000000..faea844b0 --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.FindPetActionButtons(petActionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.FindPetActionButtons + (petActionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.FindSpellActionButtons(spellID).sublime-snippet b/Reference/Category Reference/_C_ActionBar.FindSpellActionButtons(spellID).sublime-snippet new file mode 100644 index 000000000..d567779b5 --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.FindSpellActionButtons(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.FindSpellActionButtons + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.GetPetActionPetBarIndices(petActionID).sublime-snippet b/Reference/Category Reference/_C_ActionBar.GetPetActionPetBarIndices(petActionID).sublime-snippet new file mode 100644 index 000000000..86d21f1e6 --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.GetPetActionPetBarIndices(petActionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.GetPetActionPetBarIndices + (petActionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.HasFlyoutActionButtons(flyoutID).sublime-snippet b/Reference/Category Reference/_C_ActionBar.HasFlyoutActionButtons(flyoutID).sublime-snippet new file mode 100644 index 000000000..b0729d4e5 --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.HasFlyoutActionButtons(flyoutID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.HasFlyoutActionButtons + (flyoutID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.HasPetActionButtons(petActionID).sublime-snippet b/Reference/Category Reference/_C_ActionBar.HasPetActionButtons(petActionID).sublime-snippet new file mode 100644 index 000000000..e7fb38b3c --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.HasPetActionButtons(petActionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.HasPetActionButtons + (petActionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.HasPetActionPetBarIndices(petActionID).sublime-snippet b/Reference/Category Reference/_C_ActionBar.HasPetActionPetBarIndices(petActionID).sublime-snippet new file mode 100644 index 000000000..a31c9497c --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.HasPetActionPetBarIndices(petActionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.HasPetActionPetBarIndices + (petActionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.HasSpellActionButtons(spellID).sublime-snippet b/Reference/Category Reference/_C_ActionBar.HasSpellActionButtons(spellID).sublime-snippet new file mode 100644 index 000000000..5968ca509 --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.HasSpellActionButtons(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.HasSpellActionButtons + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.IsAutoCastPetAction(slotID).sublime-snippet b/Reference/Category Reference/_C_ActionBar.IsAutoCastPetAction(slotID).sublime-snippet new file mode 100644 index 000000000..eece84edd --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.IsAutoCastPetAction(slotID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.IsAutoCastPetAction + (slotID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.IsEnabledAutoCastPetAction(slotID).sublime-snippet b/Reference/Category Reference/_C_ActionBar.IsEnabledAutoCastPetAction(slotID).sublime-snippet new file mode 100644 index 000000000..1097a70f6 --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.IsEnabledAutoCastPetAction(slotID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.IsEnabledAutoCastPetAction + (slotID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.IsOnBarOrSpecialBar(spellID).sublime-snippet b/Reference/Category Reference/_C_ActionBar.IsOnBarOrSpecialBar(spellID).sublime-snippet new file mode 100644 index 000000000..5fd4271dc --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.IsOnBarOrSpecialBar(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.IsOnBarOrSpecialBar + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.ShouldOverrideBarShowHealthBar().sublime-snippet b/Reference/Category Reference/_C_ActionBar.ShouldOverrideBarShowHealthBar().sublime-snippet new file mode 100644 index 000000000..8b87360e3 --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.ShouldOverrideBarShowHealthBar().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.ShouldOverrideBarShowHealthBar + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ActionBar.ShouldOverrideBarShowManaBar().sublime-snippet b/Reference/Category Reference/_C_ActionBar.ShouldOverrideBarShowManaBar().sublime-snippet new file mode 100644 index 000000000..eb52ea7a5 --- /dev/null +++ b/Reference/Category Reference/_C_ActionBar.ShouldOverrideBarShowManaBar().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ActionBar.ShouldOverrideBarShowManaBar + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AlliedRaces.GetAllRacialAbilitiesFromID(raceID).sublime-snippet b/Reference/Category Reference/_C_AlliedRaces.GetAllRacialAbilitiesFromID(raceID).sublime-snippet new file mode 100644 index 000000000..8ff3b1ac7 --- /dev/null +++ b/Reference/Category Reference/_C_AlliedRaces.GetAllRacialAbilitiesFromID(raceID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AlliedRaces.GetAllRacialAbilitiesFromID + (raceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AlliedRaces.GetRaceInfoByID(raceID).sublime-snippet b/Reference/Category Reference/_C_AlliedRaces.GetRaceInfoByID(raceID).sublime-snippet new file mode 100644 index 000000000..293e2becd --- /dev/null +++ b/Reference/Category Reference/_C_AlliedRaces.GetRaceInfoByID(raceID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AlliedRaces.GetRaceInfoByID + (raceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AreaPoiInfo.GetAreaPOIForMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_AreaPoiInfo.GetAreaPOIForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..eac4e29f8 --- /dev/null +++ b/Reference/Category Reference/_C_AreaPoiInfo.GetAreaPOIForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AreaPoiInfo.GetAreaPOIForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AreaPoiInfo.GetAreaPOIInfo(uiMapID, areaPoiID).sublime-snippet b/Reference/Category Reference/_C_AreaPoiInfo.GetAreaPOIInfo(uiMapID, areaPoiID).sublime-snippet new file mode 100644 index 000000000..04f75c21f --- /dev/null +++ b/Reference/Category Reference/_C_AreaPoiInfo.GetAreaPOIInfo(uiMapID, areaPoiID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AreaPoiInfo.GetAreaPOIInfo + (uiMapID, areaPoiID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AreaPoiInfo.GetAreaPOITimeLeft(areaPoiID).sublime-snippet b/Reference/Category Reference/_C_AreaPoiInfo.GetAreaPOITimeLeft(areaPoiID).sublime-snippet new file mode 100644 index 000000000..3f2b6b4bb --- /dev/null +++ b/Reference/Category Reference/_C_AreaPoiInfo.GetAreaPOITimeLeft(areaPoiID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AreaPoiInfo.GetAreaPOITimeLeft + (areaPoiID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AreaPoiInfo.IsAreaPOITimed(areaPoiID).sublime-snippet b/Reference/Category Reference/_C_AreaPoiInfo.IsAreaPOITimed(areaPoiID).sublime-snippet new file mode 100644 index 000000000..ce5bdf786 --- /dev/null +++ b/Reference/Category Reference/_C_AreaPoiInfo.IsAreaPOITimed(areaPoiID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AreaPoiInfo.IsAreaPOITimed + (areaPoiID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.AddPower(powerID).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.AddPower(powerID).sublime-snippet new file mode 100644 index 000000000..c385cafba --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.AddPower(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.AddPower + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.CanApplyArtifactRelic(relicItemID, onlyUnlocked).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.CanApplyArtifactRelic(relicItemID, onlyUnlocked).sublime-snippet new file mode 100644 index 000000000..780f9901e --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.CanApplyArtifactRelic(relicItemID, onlyUnlocked).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.CanApplyArtifactRelic + (relicItemID, onlyUnlocked) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.CanApplyCursorRelicToSlot(relicSlotIndex).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.CanApplyCursorRelicToSlot(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..c14f2039e --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.CanApplyCursorRelicToSlot(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.CanApplyCursorRelicToSlot + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot(relicItemID, relicSlotIndex).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot(relicItemID, relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..b27d559c3 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot(relicItemID, relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.CanApplyRelicItemIDToEquippedArtifactSlot + (relicItemID, relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.CanApplyRelicItemIDToSlot(relicItemID, relicSlotIndex).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.CanApplyRelicItemIDToSlot(relicItemID, relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..8e191ff37 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.CanApplyRelicItemIDToSlot(relicItemID, relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.CanApplyRelicItemIDToSlot + (relicItemID, relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.CheckRespecNPC().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.CheckRespecNPC().sublime-snippet new file mode 100644 index 000000000..ce8da0bd9 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.CheckRespecNPC().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.CheckRespecNPC + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted().sublime-snippet new file mode 100644 index 000000000..fa228abd0 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.DoesEquippedArtifactHaveAnyRelicsSlotted + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetAppearanceInfo(appearanceSetIndex, appearanceIndex).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetAppearanceInfo(appearanceSetIndex, appearanceIndex).sublime-snippet new file mode 100644 index 000000000..d2077d279 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetAppearanceInfo(appearanceSetIndex, appearanceIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetAppearanceInfo + (appearanceSetIndex, appearanceIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetAppearanceInfoByID(artifactAppearanceID).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetAppearanceInfoByID(artifactAppearanceID).sublime-snippet new file mode 100644 index 000000000..1f8a6db99 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetAppearanceInfoByID(artifactAppearanceID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetAppearanceInfoByID + (artifactAppearanceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetAppearanceSetInfo(appearanceSetIndex).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetAppearanceSetInfo(appearanceSetIndex).sublime-snippet new file mode 100644 index 000000000..ad94b6687 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetAppearanceSetInfo(appearanceSetIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetAppearanceSetInfo + (appearanceSetIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetArtifactArtInfo().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetArtifactArtInfo().sublime-snippet new file mode 100644 index 000000000..18c625d9f --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetArtifactArtInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetArtifactArtInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetArtifactInfo().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetArtifactInfo().sublime-snippet new file mode 100644 index 000000000..dd8d492f5 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetArtifactInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetArtifactInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetArtifactTier().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetArtifactTier().sublime-snippet new file mode 100644 index 000000000..4b759a4c4 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetArtifactTier().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetArtifactTier + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetArtifactXPRewardTargetInfo(artifactCategoryID).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetArtifactXPRewardTargetInfo(artifactCategoryID).sublime-snippet new file mode 100644 index 000000000..2713c4e07 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetArtifactXPRewardTargetInfo(artifactCategoryID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetArtifactXPRewardTargetInfo + (artifactCategoryID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetCostForPointAtRank(rank, tier).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetCostForPointAtRank(rank, tier).sublime-snippet new file mode 100644 index 000000000..5b64e7f33 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetCostForPointAtRank(rank, tier).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetCostForPointAtRank + (rank, tier) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetEquippedArtifactArtInfo().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetEquippedArtifactArtInfo().sublime-snippet new file mode 100644 index 000000000..375e76ef0 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetEquippedArtifactArtInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetEquippedArtifactArtInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetEquippedArtifactInfo().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetEquippedArtifactInfo().sublime-snippet new file mode 100644 index 000000000..f3d5f6b93 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetEquippedArtifactInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetEquippedArtifactInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetEquippedArtifactNumRelicSlots(onlyUnlocked).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetEquippedArtifactNumRelicSlots(onlyUnlocked).sublime-snippet new file mode 100644 index 000000000..6bb60a430 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetEquippedArtifactNumRelicSlots(onlyUnlocked).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetEquippedArtifactNumRelicSlots + (onlyUnlocked) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetEquippedArtifactRelicInfo(relicSlotIndex).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetEquippedArtifactRelicInfo(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..e621e9014 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetEquippedArtifactRelicInfo(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetEquippedArtifactRelicInfo + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetEquippedRelicLockedReason(relicSlotIndex).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetEquippedRelicLockedReason(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..cacb4ffa5 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetEquippedRelicLockedReason(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetEquippedRelicLockedReason + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetForgeRotation().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetForgeRotation().sublime-snippet new file mode 100644 index 000000000..8a9c8a39f --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetForgeRotation().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetForgeRotation + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic(itemLinkOrID).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic(itemLinkOrID).sublime-snippet new file mode 100644 index 000000000..80b2363d9 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic(itemLinkOrID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetItemLevelIncreaseProvidedByRelic + ("itemLinkOrID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetMetaPowerInfo().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetMetaPowerInfo().sublime-snippet new file mode 100644 index 000000000..15bf07f1f --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetMetaPowerInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetMetaPowerInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetNumAppearanceSets().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetNumAppearanceSets().sublime-snippet new file mode 100644 index 000000000..e1f876709 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetNumAppearanceSets().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetNumAppearanceSets + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetNumObtainedArtifacts().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetNumObtainedArtifacts().sublime-snippet new file mode 100644 index 000000000..1fa71b0b5 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetNumObtainedArtifacts().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetNumObtainedArtifacts + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetNumRelicSlots(onlyUnlocked).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetNumRelicSlots(onlyUnlocked).sublime-snippet new file mode 100644 index 000000000..2c01bf713 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetNumRelicSlots(onlyUnlocked).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetNumRelicSlots + (onlyUnlocked) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetPointsRemaining().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetPointsRemaining().sublime-snippet new file mode 100644 index 000000000..8f120e976 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetPointsRemaining().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetPointsRemaining + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetPowerHyperlink(powerID).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetPowerHyperlink(powerID).sublime-snippet new file mode 100644 index 000000000..b0cc57821 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetPowerHyperlink(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetPowerHyperlink + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetPowerInfo(powerID).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetPowerInfo(powerID).sublime-snippet new file mode 100644 index 000000000..4a6c7412d --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetPowerInfo(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetPowerInfo + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetPowerLinks(powerID).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetPowerLinks(powerID).sublime-snippet new file mode 100644 index 000000000..1249b0871 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetPowerLinks(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetPowerLinks + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetPowers().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetPowers().sublime-snippet new file mode 100644 index 000000000..de83e50f1 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetPowers().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetPowers + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetPowersAffectedByRelic(relicSlotIndex).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetPowersAffectedByRelic(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..704850adb --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetPowersAffectedByRelic(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetPowersAffectedByRelic + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetPowersAffectedByRelicItemLink(relicItemInfo).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetPowersAffectedByRelicItemLink(relicItemInfo).sublime-snippet new file mode 100644 index 000000000..f42112e12 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetPowersAffectedByRelicItemLink(relicItemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetPowersAffectedByRelicItemLink + ("relicItemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetPreviewAppearance().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetPreviewAppearance().sublime-snippet new file mode 100644 index 000000000..aa238db4f --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetPreviewAppearance().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetPreviewAppearance + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetRelicInfo(relicSlotIndex).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetRelicInfo(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..fe274ac65 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetRelicInfo(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetRelicInfo + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetRelicInfoByItemID(itemID).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetRelicInfoByItemID(itemID).sublime-snippet new file mode 100644 index 000000000..761a21e9e --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetRelicInfoByItemID(itemID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetRelicInfoByItemID + (itemID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetRelicLockedReason(relicSlotIndex).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetRelicLockedReason(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..891324875 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetRelicLockedReason(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetRelicLockedReason + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetRelicSlotType(relicSlotIndex).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetRelicSlotType(relicSlotIndex).sublime-snippet new file mode 100644 index 000000000..efbd685b4 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetRelicSlotType(relicSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetRelicSlotType + (relicSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetRespecArtifactArtInfo().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetRespecArtifactArtInfo().sublime-snippet new file mode 100644 index 000000000..65a9d3c1b --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetRespecArtifactArtInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetRespecArtifactArtInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetRespecArtifactInfo().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetRespecArtifactInfo().sublime-snippet new file mode 100644 index 000000000..903648cf0 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetRespecArtifactInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetRespecArtifactInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetRespecCost().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetRespecCost().sublime-snippet new file mode 100644 index 000000000..3326485d8 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetRespecCost().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetRespecCost + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetTotalPowerCost(startingTrait, numTraits, artifactTier).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetTotalPowerCost(startingTrait, numTraits, artifactTier).sublime-snippet new file mode 100644 index 000000000..45bc8a773 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetTotalPowerCost(startingTrait, numTraits, artifactTier).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetTotalPowerCost + (startingTrait, numTraits, artifactTier) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.GetTotalPurchasedRanks().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.GetTotalPurchasedRanks().sublime-snippet new file mode 100644 index 000000000..d5f86c46c --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.GetTotalPurchasedRanks().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.GetTotalPurchasedRanks + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.IsArtifactDisabled().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.IsArtifactDisabled().sublime-snippet new file mode 100644 index 000000000..a70dad538 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.IsArtifactDisabled().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.IsArtifactDisabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.IsAtForge().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.IsAtForge().sublime-snippet new file mode 100644 index 000000000..c35f45edf --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.IsAtForge().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.IsAtForge + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.IsEquippedArtifactDisabled().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.IsEquippedArtifactDisabled().sublime-snippet new file mode 100644 index 000000000..22f5c61fa --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.IsEquippedArtifactDisabled().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.IsEquippedArtifactDisabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.IsEquippedArtifactMaxed().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.IsEquippedArtifactMaxed().sublime-snippet new file mode 100644 index 000000000..4e0d6ae08 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.IsEquippedArtifactMaxed().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.IsEquippedArtifactMaxed + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.IsMaxedByRulesOrEffect().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.IsMaxedByRulesOrEffect().sublime-snippet new file mode 100644 index 000000000..dcb94e188 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.IsMaxedByRulesOrEffect().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.IsMaxedByRulesOrEffect + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.IsPowerKnown(powerID).sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.IsPowerKnown(powerID).sublime-snippet new file mode 100644 index 000000000..2c45863fc --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.IsPowerKnown(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.IsPowerKnown + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.IsViewedArtifactEquipped().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.IsViewedArtifactEquipped().sublime-snippet new file mode 100644 index 000000000..f03e10884 --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.IsViewedArtifactEquipped().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.IsViewedArtifactEquipped + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ArtifactUI.ShouldSuppressForgeRotation().sublime-snippet b/Reference/Category Reference/_C_ArtifactUI.ShouldSuppressForgeRotation().sublime-snippet new file mode 100644 index 000000000..170020eda --- /dev/null +++ b/Reference/Category Reference/_C_ArtifactUI.ShouldSuppressForgeRotation().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ArtifactUI.ShouldSuppressForgeRotation + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.CanSelectPower(azeriteEmpoweredItemLocation, powerID).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.CanSelectPower(azeriteEmpoweredItemLocation, powerID).sublime-snippet new file mode 100644 index 000000000..37d2f4731 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.CanSelectPower(azeriteEmpoweredItemLocation, powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.CanSelectPower + (azeriteEmpoweredItemLocation, powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetAllTierInfo(azeriteEmpoweredItemLocation).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetAllTierInfo(azeriteEmpoweredItemLocation).sublime-snippet new file mode 100644 index 000000000..faccb0f04 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetAllTierInfo(azeriteEmpoweredItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.GetAllTierInfo + (azeriteEmpoweredItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetAllTierInfoByItemID(itemInfo, [classID]).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetAllTierInfoByItemID(itemInfo, [classID]).sublime-snippet new file mode 100644 index 000000000..98a5eba02 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetAllTierInfoByItemID(itemInfo, [classID]).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.GetAllTierInfoByItemID + ("itemInfo", [classID]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost().sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost().sublime-snippet new file mode 100644 index 000000000..cf8e32222 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.GetAzeriteEmpoweredItemRespecCost + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetPowerInfo(powerID).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetPowerInfo(powerID).sublime-snippet new file mode 100644 index 000000000..b13411327 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetPowerInfo(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.GetPowerInfo + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetSpecsForPower(powerID).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetSpecsForPower(powerID).sublime-snippet new file mode 100644 index 000000000..fb0de12a4 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.GetSpecsForPower(powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.GetSpecsForPower + (powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.HasAnyUnselectedPowers(azeriteEmpoweredItemLocation).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.HasAnyUnselectedPowers(azeriteEmpoweredItemLocation).sublime-snippet new file mode 100644 index 000000000..a03f77543 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.HasAnyUnselectedPowers(azeriteEmpoweredItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.HasAnyUnselectedPowers + (azeriteEmpoweredItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.HasBeenViewed(azeriteEmpoweredItemLocation).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.HasBeenViewed(azeriteEmpoweredItemLocation).sublime-snippet new file mode 100644 index 000000000..2269a422e --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.HasBeenViewed(azeriteEmpoweredItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.HasBeenViewed + (azeriteEmpoweredItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem(itemLocation).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem(itemLocation).sublime-snippet new file mode 100644 index 000000000..7f16b3826 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItem + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID(itemInfo).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..3f2c851c9 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.IsAzeriteEmpoweredItemByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable(itemInfo, [classID]).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable(itemInfo, [classID]).sublime-snippet new file mode 100644 index 000000000..0c340dc06 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable(itemInfo, [classID]).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.IsAzeritePreviewSourceDisplayable + ("itemInfo", [classID]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsPowerAvailableForSpec(powerID, specID).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsPowerAvailableForSpec(powerID, specID).sublime-snippet new file mode 100644 index 000000000..13e29298e --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsPowerAvailableForSpec(powerID, specID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.IsPowerAvailableForSpec + (powerID, specID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsPowerSelected(azeriteEmpoweredItemLocation, powerID).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsPowerSelected(azeriteEmpoweredItemLocation, powerID).sublime-snippet new file mode 100644 index 000000000..1dda601e2 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.IsPowerSelected(azeriteEmpoweredItemLocation, powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.IsPowerSelected + (azeriteEmpoweredItemLocation, powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteEmpoweredItem.SelectPower(azeriteEmpoweredItemLocation, powerID).sublime-snippet b/Reference/Category Reference/_C_AzeriteEmpoweredItem.SelectPower(azeriteEmpoweredItemLocation, powerID).sublime-snippet new file mode 100644 index 000000000..10a702634 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteEmpoweredItem.SelectPower(azeriteEmpoweredItemLocation, powerID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteEmpoweredItem.SelectPower + (azeriteEmpoweredItemLocation, powerID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteItem.FindActiveAzeriteItem().sublime-snippet b/Reference/Category Reference/_C_AzeriteItem.FindActiveAzeriteItem().sublime-snippet new file mode 100644 index 000000000..fa50f5d3c --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteItem.FindActiveAzeriteItem().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteItem.FindActiveAzeriteItem + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteItem.GetAzeriteItemXPInfo(azeriteItemLocation).sublime-snippet b/Reference/Category Reference/_C_AzeriteItem.GetAzeriteItemXPInfo(azeriteItemLocation).sublime-snippet new file mode 100644 index 000000000..c3e39cd7b --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteItem.GetAzeriteItemXPInfo(azeriteItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteItem.GetAzeriteItemXPInfo + (azeriteItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteItem.GetPowerLevel(azeriteItemLocation).sublime-snippet b/Reference/Category Reference/_C_AzeriteItem.GetPowerLevel(azeriteItemLocation).sublime-snippet new file mode 100644 index 000000000..66645b388 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteItem.GetPowerLevel(azeriteItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteItem.GetPowerLevel + (azeriteItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteItem.HasActiveAzeriteItem().sublime-snippet b/Reference/Category Reference/_C_AzeriteItem.HasActiveAzeriteItem().sublime-snippet new file mode 100644 index 000000000..d2d9e7cb4 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteItem.HasActiveAzeriteItem().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteItem.HasActiveAzeriteItem + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteItem.IsAzeriteItem(itemLocation).sublime-snippet b/Reference/Category Reference/_C_AzeriteItem.IsAzeriteItem(itemLocation).sublime-snippet new file mode 100644 index 000000000..618375a9e --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteItem.IsAzeriteItem(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteItem.IsAzeriteItem + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_AzeriteItem.IsAzeriteItemByID(itemInfo).sublime-snippet b/Reference/Category Reference/_C_AzeriteItem.IsAzeriteItemByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..f4114c238 --- /dev/null +++ b/Reference/Category Reference/_C_AzeriteItem.IsAzeriteItemByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_AzeriteItem.IsAzeriteItemByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.AreNamesReady().sublime-snippet b/Reference/Category Reference/_C_Calendar.AreNamesReady().sublime-snippet new file mode 100644 index 000000000..21bd5a598 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.AreNamesReady().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.AreNamesReady + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.CanAddEvent().sublime-snippet b/Reference/Category Reference/_C_Calendar.CanAddEvent().sublime-snippet new file mode 100644 index 000000000..8a9c220ae --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.CanAddEvent().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.CanAddEvent + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.CanSendInvite().sublime-snippet b/Reference/Category Reference/_C_Calendar.CanSendInvite().sublime-snippet new file mode 100644 index 000000000..f41c97b42 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.CanSendInvite().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.CanSendInvite + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.ContextMenuEventCanComplain(offsetMonths, monthDay, eventIndex).sublime-snippet b/Reference/Category Reference/_C_Calendar.ContextMenuEventCanComplain(offsetMonths, monthDay, eventIndex).sublime-snippet new file mode 100644 index 000000000..c360f1d98 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.ContextMenuEventCanComplain(offsetMonths, monthDay, eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.ContextMenuEventCanComplain + (offsetMonths, monthDay, eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.ContextMenuEventCanEdit(offsetMonths, monthDay, eventIndex).sublime-snippet b/Reference/Category Reference/_C_Calendar.ContextMenuEventCanEdit(offsetMonths, monthDay, eventIndex).sublime-snippet new file mode 100644 index 000000000..271e20f33 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.ContextMenuEventCanEdit(offsetMonths, monthDay, eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.ContextMenuEventCanEdit + (offsetMonths, monthDay, eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.ContextMenuEventCanRemove(offsetMonths, monthDay, eventIndex).sublime-snippet b/Reference/Category Reference/_C_Calendar.ContextMenuEventCanRemove(offsetMonths, monthDay, eventIndex).sublime-snippet new file mode 100644 index 000000000..05a5709f6 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.ContextMenuEventCanRemove(offsetMonths, monthDay, eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.ContextMenuEventCanRemove + (offsetMonths, monthDay, eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.ContextMenuEventClipboard().sublime-snippet b/Reference/Category Reference/_C_Calendar.ContextMenuEventClipboard().sublime-snippet new file mode 100644 index 000000000..72d734ec8 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.ContextMenuEventClipboard().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.ContextMenuEventClipboard + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.ContextMenuEventGetCalendarType().sublime-snippet b/Reference/Category Reference/_C_Calendar.ContextMenuEventGetCalendarType().sublime-snippet new file mode 100644 index 000000000..19ff826bf --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.ContextMenuEventGetCalendarType().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.ContextMenuEventGetCalendarType + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.ContextMenuGetEventIndex().sublime-snippet b/Reference/Category Reference/_C_Calendar.ContextMenuGetEventIndex().sublime-snippet new file mode 100644 index 000000000..e4043aa00 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.ContextMenuGetEventIndex().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.ContextMenuGetEventIndex + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventCanEdit().sublime-snippet b/Reference/Category Reference/_C_Calendar.EventCanEdit().sublime-snippet new file mode 100644 index 000000000..a19ce0a4d --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventCanEdit().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventCanEdit + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventGetCalendarType().sublime-snippet b/Reference/Category Reference/_C_Calendar.EventGetCalendarType().sublime-snippet new file mode 100644 index 000000000..d7633348f --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventGetCalendarType().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventGetCalendarType + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventGetClubID().sublime-snippet b/Reference/Category Reference/_C_Calendar.EventGetClubID().sublime-snippet new file mode 100644 index 000000000..014626bf0 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventGetClubID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventGetClubID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventGetInvite(eventIndex).sublime-snippet b/Reference/Category Reference/_C_Calendar.EventGetInvite(eventIndex).sublime-snippet new file mode 100644 index 000000000..f076ccb1f --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventGetInvite(eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventGetInvite + (eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventGetInviteResponseTime(eventIndex).sublime-snippet b/Reference/Category Reference/_C_Calendar.EventGetInviteResponseTime(eventIndex).sublime-snippet new file mode 100644 index 000000000..c0c3f4e4d --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventGetInviteResponseTime(eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventGetInviteResponseTime + (eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventGetInviteSortCriterion().sublime-snippet b/Reference/Category Reference/_C_Calendar.EventGetInviteSortCriterion().sublime-snippet new file mode 100644 index 000000000..4111d7dbf --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventGetInviteSortCriterion().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventGetInviteSortCriterion + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventGetSelectedInvite().sublime-snippet b/Reference/Category Reference/_C_Calendar.EventGetSelectedInvite().sublime-snippet new file mode 100644 index 000000000..4c13d4bf3 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventGetSelectedInvite().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventGetSelectedInvite + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventGetStatusOptions(eventIndex).sublime-snippet b/Reference/Category Reference/_C_Calendar.EventGetStatusOptions(eventIndex).sublime-snippet new file mode 100644 index 000000000..f7c8af074 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventGetStatusOptions(eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventGetStatusOptions + (eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventGetTextures(eventType).sublime-snippet b/Reference/Category Reference/_C_Calendar.EventGetTextures(eventType).sublime-snippet new file mode 100644 index 000000000..4a12a53e6 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventGetTextures(eventType).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventGetTextures + (eventType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventGetTypes().sublime-snippet b/Reference/Category Reference/_C_Calendar.EventGetTypes().sublime-snippet new file mode 100644 index 000000000..0868b7f6f --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventGetTypes().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventGetTypes + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventGetTypesDisplayOrdered().sublime-snippet b/Reference/Category Reference/_C_Calendar.EventGetTypesDisplayOrdered().sublime-snippet new file mode 100644 index 000000000..62659f00b --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventGetTypesDisplayOrdered().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventGetTypesDisplayOrdered + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventHasPendingInvite().sublime-snippet b/Reference/Category Reference/_C_Calendar.EventHasPendingInvite().sublime-snippet new file mode 100644 index 000000000..eb67acc85 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventHasPendingInvite().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventHasPendingInvite + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.EventHaveSettingsChanged().sublime-snippet b/Reference/Category Reference/_C_Calendar.EventHaveSettingsChanged().sublime-snippet new file mode 100644 index 000000000..df81050d7 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.EventHaveSettingsChanged().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.EventHaveSettingsChanged + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetDate().sublime-snippet b/Reference/Category Reference/_C_Calendar.GetDate().sublime-snippet new file mode 100644 index 000000000..d864426fd --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetDate().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetDate + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetDayEvent(monthOffset, monthDay, index).sublime-snippet b/Reference/Category Reference/_C_Calendar.GetDayEvent(monthOffset, monthDay, index).sublime-snippet new file mode 100644 index 000000000..e45042ce1 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetDayEvent(monthOffset, monthDay, index).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetDayEvent + (monthOffset, monthDay, index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetDefaultGuildFilter().sublime-snippet b/Reference/Category Reference/_C_Calendar.GetDefaultGuildFilter().sublime-snippet new file mode 100644 index 000000000..c1071ee2b --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetDefaultGuildFilter().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetDefaultGuildFilter + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetEventIndex().sublime-snippet b/Reference/Category Reference/_C_Calendar.GetEventIndex().sublime-snippet new file mode 100644 index 000000000..eb045730d --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetEventIndex().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetEventIndex + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetEventInfo().sublime-snippet b/Reference/Category Reference/_C_Calendar.GetEventInfo().sublime-snippet new file mode 100644 index 000000000..59c707b93 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetEventInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetEventInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetFirstPendingInvite(offsetMonths, monthDay).sublime-snippet b/Reference/Category Reference/_C_Calendar.GetFirstPendingInvite(offsetMonths, monthDay).sublime-snippet new file mode 100644 index 000000000..ffd21acb9 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetFirstPendingInvite(offsetMonths, monthDay).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetFirstPendingInvite + (offsetMonths, monthDay) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetGuildEventInfo(index).sublime-snippet b/Reference/Category Reference/_C_Calendar.GetGuildEventInfo(index).sublime-snippet new file mode 100644 index 000000000..4066ef187 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetGuildEventInfo(index).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetGuildEventInfo + (index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetGuildEventSelectionInfo(index).sublime-snippet b/Reference/Category Reference/_C_Calendar.GetGuildEventSelectionInfo(index).sublime-snippet new file mode 100644 index 000000000..3b2d47790 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetGuildEventSelectionInfo(index).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetGuildEventSelectionInfo + (index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetHolidayInfo(monthOffset, monthDay, index).sublime-snippet b/Reference/Category Reference/_C_Calendar.GetHolidayInfo(monthOffset, monthDay, index).sublime-snippet new file mode 100644 index 000000000..f70d42778 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetHolidayInfo(monthOffset, monthDay, index).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetHolidayInfo + (monthOffset, monthDay, index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetMaxCreateDate().sublime-snippet b/Reference/Category Reference/_C_Calendar.GetMaxCreateDate().sublime-snippet new file mode 100644 index 000000000..7d12dbca3 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetMaxCreateDate().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetMaxCreateDate + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetMinDate().sublime-snippet b/Reference/Category Reference/_C_Calendar.GetMinDate().sublime-snippet new file mode 100644 index 000000000..19f4f30ce --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetMinDate().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetMinDate + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetMonthInfo(offsetMonths).sublime-snippet b/Reference/Category Reference/_C_Calendar.GetMonthInfo(offsetMonths).sublime-snippet new file mode 100644 index 000000000..f7fdfe93a --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetMonthInfo(offsetMonths).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetMonthInfo + (offsetMonths) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetNumDayEvents(offsetMonths, monthDay).sublime-snippet b/Reference/Category Reference/_C_Calendar.GetNumDayEvents(offsetMonths, monthDay).sublime-snippet new file mode 100644 index 000000000..06a7a5f95 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetNumDayEvents(offsetMonths, monthDay).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetNumDayEvents + (offsetMonths, monthDay) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetNumGuildEvents().sublime-snippet b/Reference/Category Reference/_C_Calendar.GetNumGuildEvents().sublime-snippet new file mode 100644 index 000000000..802c8bce8 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetNumGuildEvents().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetNumGuildEvents + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetNumInvites().sublime-snippet b/Reference/Category Reference/_C_Calendar.GetNumInvites().sublime-snippet new file mode 100644 index 000000000..cfe9ce4e8 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetNumInvites().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetNumInvites + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetNumPendingInvites().sublime-snippet b/Reference/Category Reference/_C_Calendar.GetNumPendingInvites().sublime-snippet new file mode 100644 index 000000000..97976fa46 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetNumPendingInvites().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetNumPendingInvites + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.GetRaidInfo(offsetMonths, monthDay, eventIndex).sublime-snippet b/Reference/Category Reference/_C_Calendar.GetRaidInfo(offsetMonths, monthDay, eventIndex).sublime-snippet new file mode 100644 index 000000000..aa4892b73 --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.GetRaidInfo(offsetMonths, monthDay, eventIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.GetRaidInfo + (offsetMonths, monthDay, eventIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Calendar.IsActionPending().sublime-snippet b/Reference/Category Reference/_C_Calendar.IsActionPending().sublime-snippet new file mode 100644 index 000000000..e2e6ebf7a --- /dev/null +++ b/Reference/Category Reference/_C_Calendar.IsActionPending().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Calendar.IsActionPending + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CampaignInfo.GetCampaignChapterInfo(campaignChapterID).sublime-snippet b/Reference/Category Reference/_C_CampaignInfo.GetCampaignChapterInfo(campaignChapterID).sublime-snippet new file mode 100644 index 000000000..82fa15eeb --- /dev/null +++ b/Reference/Category Reference/_C_CampaignInfo.GetCampaignChapterInfo(campaignChapterID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CampaignInfo.GetCampaignChapterInfo + (campaignChapterID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CampaignInfo.GetCampaignInfo(campaignID).sublime-snippet b/Reference/Category Reference/_C_CampaignInfo.GetCampaignInfo(campaignID).sublime-snippet new file mode 100644 index 000000000..c3665eb15 --- /dev/null +++ b/Reference/Category Reference/_C_CampaignInfo.GetCampaignInfo(campaignID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CampaignInfo.GetCampaignInfo + (campaignID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CampaignInfo.GetCurrentCampaignChapterID().sublime-snippet b/Reference/Category Reference/_C_CampaignInfo.GetCurrentCampaignChapterID().sublime-snippet new file mode 100644 index 000000000..66b3af3e5 --- /dev/null +++ b/Reference/Category Reference/_C_CampaignInfo.GetCurrentCampaignChapterID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CampaignInfo.GetCurrentCampaignChapterID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CampaignInfo.GetCurrentCampaignID().sublime-snippet b/Reference/Category Reference/_C_CampaignInfo.GetCurrentCampaignID().sublime-snippet new file mode 100644 index 000000000..27fdf7fc3 --- /dev/null +++ b/Reference/Category Reference/_C_CampaignInfo.GetCurrentCampaignID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CampaignInfo.GetCurrentCampaignID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CampaignInfo.IsCampaignQuest(questID).sublime-snippet b/Reference/Category Reference/_C_CampaignInfo.IsCampaignQuest(questID).sublime-snippet new file mode 100644 index 000000000..93b427479 --- /dev/null +++ b/Reference/Category Reference/_C_CampaignInfo.IsCampaignQuest(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CampaignInfo.IsCampaignQuest + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.GetActiveChallengeMapID().sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.GetActiveChallengeMapID().sublime-snippet new file mode 100644 index 000000000..68f3217a7 --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.GetActiveChallengeMapID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.GetActiveChallengeMapID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.GetActiveKeystoneInfo().sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.GetActiveKeystoneInfo().sublime-snippet new file mode 100644 index 000000000..8a1815010 --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.GetActiveKeystoneInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.GetActiveKeystoneInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.GetAffixInfo(affixID).sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.GetAffixInfo(affixID).sublime-snippet new file mode 100644 index 000000000..705ff7b39 --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.GetAffixInfo(affixID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.GetAffixInfo + (affixID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.GetCompletionInfo().sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.GetCompletionInfo().sublime-snippet new file mode 100644 index 000000000..9bf2ce2b8 --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.GetCompletionInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.GetCompletionInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.GetDeathCount().sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.GetDeathCount().sublime-snippet new file mode 100644 index 000000000..ae2e52c92 --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.GetDeathCount().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.GetDeathCount + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.GetGuildLeaders().sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.GetGuildLeaders().sublime-snippet new file mode 100644 index 000000000..62ff79064 --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.GetGuildLeaders().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.GetGuildLeaders + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.GetMapTable().sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.GetMapTable().sublime-snippet new file mode 100644 index 000000000..8cb7d7c61 --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.GetMapTable().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.GetMapTable + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.GetMapUIInfo(mapChallengeModeID).sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.GetMapUIInfo(mapChallengeModeID).sublime-snippet new file mode 100644 index 000000000..e67fd2a02 --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.GetMapUIInfo(mapChallengeModeID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.GetMapUIInfo + (mapChallengeModeID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.GetPowerLevelDamageHealthMod(powerLevel).sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.GetPowerLevelDamageHealthMod(powerLevel).sublime-snippet new file mode 100644 index 000000000..faecd4a4e --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.GetPowerLevelDamageHealthMod(powerLevel).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.GetPowerLevelDamageHealthMod + (powerLevel) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.GetSlottedKeystoneInfo().sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.GetSlottedKeystoneInfo().sublime-snippet new file mode 100644 index 000000000..746bccabe --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.GetSlottedKeystoneInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.GetSlottedKeystoneInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.HasSlottedKeystone().sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.HasSlottedKeystone().sublime-snippet new file mode 100644 index 000000000..aa94bd4e3 --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.HasSlottedKeystone().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.HasSlottedKeystone + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.IsChallengeModeActive().sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.IsChallengeModeActive().sublime-snippet new file mode 100644 index 000000000..bc5d89b5a --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.IsChallengeModeActive().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.IsChallengeModeActive + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.RemoveKeystone().sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.RemoveKeystone().sublime-snippet new file mode 100644 index 000000000..07d970e29 --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.RemoveKeystone().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.RemoveKeystone + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChallengeMode.StartChallengeMode().sublime-snippet b/Reference/Category Reference/_C_ChallengeMode.StartChallengeMode().sublime-snippet new file mode 100644 index 000000000..3af8e2f64 --- /dev/null +++ b/Reference/Category Reference/_C_ChallengeMode.StartChallengeMode().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChallengeMode.StartChallengeMode + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChatBubbles.GetAllChatBubbles(includeForbidden).sublime-snippet b/Reference/Category Reference/_C_ChatBubbles.GetAllChatBubbles(includeForbidden).sublime-snippet new file mode 100644 index 000000000..870f79ab1 --- /dev/null +++ b/Reference/Category Reference/_C_ChatBubbles.GetAllChatBubbles(includeForbidden).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChatBubbles.GetAllChatBubbles + (includeForbidden) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChatInfo.CanReportPlayer(playerLocation).sublime-snippet b/Reference/Category Reference/_C_ChatInfo.CanReportPlayer(playerLocation).sublime-snippet new file mode 100644 index 000000000..bf54efadf --- /dev/null +++ b/Reference/Category Reference/_C_ChatInfo.CanReportPlayer(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChatInfo.CanReportPlayer + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChatInfo.GetChannelRosterInfo(channelIndex, rosterIndex).sublime-snippet b/Reference/Category Reference/_C_ChatInfo.GetChannelRosterInfo(channelIndex, rosterIndex).sublime-snippet new file mode 100644 index 000000000..28d85af0d --- /dev/null +++ b/Reference/Category Reference/_C_ChatInfo.GetChannelRosterInfo(channelIndex, rosterIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChatInfo.GetChannelRosterInfo + (channelIndex, rosterIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChatInfo.GetNumActiveChannels().sublime-snippet b/Reference/Category Reference/_C_ChatInfo.GetNumActiveChannels().sublime-snippet new file mode 100644 index 000000000..769084485 --- /dev/null +++ b/Reference/Category Reference/_C_ChatInfo.GetNumActiveChannels().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChatInfo.GetNumActiveChannels + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChatInfo.GetRegisteredAddonMessagePrefixes().sublime-snippet b/Reference/Category Reference/_C_ChatInfo.GetRegisteredAddonMessagePrefixes().sublime-snippet new file mode 100644 index 000000000..46f4c443b --- /dev/null +++ b/Reference/Category Reference/_C_ChatInfo.GetRegisteredAddonMessagePrefixes().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChatInfo.GetRegisteredAddonMessagePrefixes + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChatInfo.IsAddonMessagePrefixRegistered(prefix).sublime-snippet b/Reference/Category Reference/_C_ChatInfo.IsAddonMessagePrefixRegistered(prefix).sublime-snippet new file mode 100644 index 000000000..72e192747 --- /dev/null +++ b/Reference/Category Reference/_C_ChatInfo.IsAddonMessagePrefixRegistered(prefix).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChatInfo.IsAddonMessagePrefixRegistered + ("prefix") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChatInfo.IsPartyChannelType(channelType).sublime-snippet b/Reference/Category Reference/_C_ChatInfo.IsPartyChannelType(channelType).sublime-snippet new file mode 100644 index 000000000..ca431240e --- /dev/null +++ b/Reference/Category Reference/_C_ChatInfo.IsPartyChannelType(channelType).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChatInfo.IsPartyChannelType + (channelType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChatInfo.RegisterAddonMessagePrefix(prefix).sublime-snippet b/Reference/Category Reference/_C_ChatInfo.RegisterAddonMessagePrefix(prefix).sublime-snippet new file mode 100644 index 000000000..9a23e99c1 --- /dev/null +++ b/Reference/Category Reference/_C_ChatInfo.RegisterAddonMessagePrefix(prefix).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChatInfo.RegisterAddonMessagePrefix + ("prefix") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChatInfo.SendAddonMessage(prefix, message, [chatType, [target]]).sublime-snippet b/Reference/Category Reference/_C_ChatInfo.SendAddonMessage(prefix, message, [chatType, [target]]).sublime-snippet new file mode 100644 index 000000000..238c7bcc9 --- /dev/null +++ b/Reference/Category Reference/_C_ChatInfo.SendAddonMessage(prefix, message, [chatType, [target]]).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChatInfo.SendAddonMessage + ("prefix", "message", ["chatType", ["target"]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ChatInfo.SendAddonMessageLogged(prefix, message, [chatType, [target]]).sublime-snippet b/Reference/Category Reference/_C_ChatInfo.SendAddonMessageLogged(prefix, message, [chatType, [target]]).sublime-snippet new file mode 100644 index 000000000..6ac7051e1 --- /dev/null +++ b/Reference/Category Reference/_C_ChatInfo.SendAddonMessageLogged(prefix, message, [chatType, [target]]).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ChatInfo.SendAddonMessageLogged + ("prefix", "message", ["chatType", ["target"]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.CanResolvePlayerLocationFromClubMessageData(clubId, streamId, epoch, position).sublime-snippet b/Reference/Category Reference/_C_Club.CanResolvePlayerLocationFromClubMessageData(clubId, streamId, epoch, position).sublime-snippet new file mode 100644 index 000000000..8696517ba --- /dev/null +++ b/Reference/Category Reference/_C_Club.CanResolvePlayerLocationFromClubMessageData(clubId, streamId, epoch, position).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.CanResolvePlayerLocationFromClubMessageData + ("clubId", "streamId", epoch, position) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.CompareBattleNetDisplayName(clubId, lhsMemberId, rhsMemberId).sublime-snippet b/Reference/Category Reference/_C_Club.CompareBattleNetDisplayName(clubId, lhsMemberId, rhsMemberId).sublime-snippet new file mode 100644 index 000000000..b05df59a4 --- /dev/null +++ b/Reference/Category Reference/_C_Club.CompareBattleNetDisplayName(clubId, lhsMemberId, rhsMemberId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.CompareBattleNetDisplayName + ("clubId", lhsMemberId, rhsMemberId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.FocusStream(clubId, streamId).sublime-snippet b/Reference/Category Reference/_C_Club.FocusStream(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..8d83ba9fa --- /dev/null +++ b/Reference/Category Reference/_C_Club.FocusStream(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.FocusStream + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetAssignableRoles(clubId, memberId).sublime-snippet b/Reference/Category Reference/_C_Club.GetAssignableRoles(clubId, memberId).sublime-snippet new file mode 100644 index 000000000..0d8142fce --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetAssignableRoles(clubId, memberId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetAssignableRoles + ("clubId", memberId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetAvatarIdList(clubType).sublime-snippet b/Reference/Category Reference/_C_Club.GetAvatarIdList(clubType).sublime-snippet new file mode 100644 index 000000000..dc8d613ec --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetAvatarIdList(clubType).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetAvatarIdList + (clubType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetClubInfo(clubId).sublime-snippet b/Reference/Category Reference/_C_Club.GetClubInfo(clubId).sublime-snippet new file mode 100644 index 000000000..ec49aa8eb --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetClubInfo(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetClubInfo + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetClubMembers(clubId, [streamId]).sublime-snippet b/Reference/Category Reference/_C_Club.GetClubMembers(clubId, [streamId]).sublime-snippet new file mode 100644 index 000000000..bbe46f413 --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetClubMembers(clubId, [streamId]).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetClubMembers + ("clubId", ["streamId"]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetClubPrivileges(clubId).sublime-snippet b/Reference/Category Reference/_C_Club.GetClubPrivileges(clubId).sublime-snippet new file mode 100644 index 000000000..6aec0e952 --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetClubPrivileges(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetClubPrivileges + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetClubStreamNotificationSettings(clubId).sublime-snippet b/Reference/Category Reference/_C_Club.GetClubStreamNotificationSettings(clubId).sublime-snippet new file mode 100644 index 000000000..42503b84e --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetClubStreamNotificationSettings(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetClubStreamNotificationSettings + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetCommunityNameResultText(result).sublime-snippet b/Reference/Category Reference/_C_Club.GetCommunityNameResultText(result).sublime-snippet new file mode 100644 index 000000000..34ffd711f --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetCommunityNameResultText(result).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetCommunityNameResultText + (result) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetGuildClubId().sublime-snippet b/Reference/Category Reference/_C_Club.GetGuildClubId().sublime-snippet new file mode 100644 index 000000000..0513a3b0c --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetGuildClubId().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetGuildClubId + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetInfoFromLastCommunityChatLine().sublime-snippet b/Reference/Category Reference/_C_Club.GetInfoFromLastCommunityChatLine().sublime-snippet new file mode 100644 index 000000000..c6ed6effd --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetInfoFromLastCommunityChatLine().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetInfoFromLastCommunityChatLine + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetInvitationCandidates([filter, [maxResults, [cursorPosition, clubId]]]).sublime-snippet b/Reference/Category Reference/_C_Club.GetInvitationCandidates([filter, [maxResults, [cursorPosition, clubId]]]).sublime-snippet new file mode 100644 index 000000000..b691c425c --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetInvitationCandidates([filter, [maxResults, [cursorPosition, clubId]]]).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetInvitationCandidates + (["filter", [maxResults, [cursorPosition, "clubId"]]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetInvitationInfo(clubId).sublime-snippet b/Reference/Category Reference/_C_Club.GetInvitationInfo(clubId).sublime-snippet new file mode 100644 index 000000000..d3df394bb --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetInvitationInfo(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetInvitationInfo + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetInvitationsForClub(clubId).sublime-snippet b/Reference/Category Reference/_C_Club.GetInvitationsForClub(clubId).sublime-snippet new file mode 100644 index 000000000..7009c5c90 --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetInvitationsForClub(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetInvitationsForClub + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetInvitationsForSelf().sublime-snippet b/Reference/Category Reference/_C_Club.GetInvitationsForSelf().sublime-snippet new file mode 100644 index 000000000..4046360b8 --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetInvitationsForSelf().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetInvitationsForSelf + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetMemberInfo(clubId, memberId).sublime-snippet b/Reference/Category Reference/_C_Club.GetMemberInfo(clubId, memberId).sublime-snippet new file mode 100644 index 000000000..f7866f76d --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetMemberInfo(clubId, memberId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetMemberInfo + ("clubId", memberId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetMemberInfoForSelf(clubId).sublime-snippet b/Reference/Category Reference/_C_Club.GetMemberInfoForSelf(clubId).sublime-snippet new file mode 100644 index 000000000..78341fa42 --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetMemberInfoForSelf(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetMemberInfoForSelf + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetMessageInfo(clubId, streamId, messageId).sublime-snippet b/Reference/Category Reference/_C_Club.GetMessageInfo(clubId, streamId, messageId).sublime-snippet new file mode 100644 index 000000000..bd12b6c3b --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetMessageInfo(clubId, streamId, messageId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetMessageInfo + ("clubId", "streamId", messageId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetMessageRanges(clubId, streamId).sublime-snippet b/Reference/Category Reference/_C_Club.GetMessageRanges(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..0f07cbfce --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetMessageRanges(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetMessageRanges + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetMessagesBefore(clubId, streamId, newest, count).sublime-snippet b/Reference/Category Reference/_C_Club.GetMessagesBefore(clubId, streamId, newest, count).sublime-snippet new file mode 100644 index 000000000..346e292fc --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetMessagesBefore(clubId, streamId, newest, count).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetMessagesBefore + ("clubId", "streamId", newest, count) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetMessagesInRange(clubId, streamId, oldest, newest).sublime-snippet b/Reference/Category Reference/_C_Club.GetMessagesInRange(clubId, streamId, oldest, newest).sublime-snippet new file mode 100644 index 000000000..3e8e0962f --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetMessagesInRange(clubId, streamId, oldest, newest).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetMessagesInRange + ("clubId", "streamId", oldest, newest) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetStreamInfo(clubId, streamId).sublime-snippet b/Reference/Category Reference/_C_Club.GetStreamInfo(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..02a03a568 --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetStreamInfo(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetStreamInfo + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetStreamViewMarker(clubId, streamId).sublime-snippet b/Reference/Category Reference/_C_Club.GetStreamViewMarker(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..98af54c42 --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetStreamViewMarker(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetStreamViewMarker + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetStreams(clubId).sublime-snippet b/Reference/Category Reference/_C_Club.GetStreams(clubId).sublime-snippet new file mode 100644 index 000000000..fd6159da2 --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetStreams(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetStreams + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetSubscribedClubs().sublime-snippet b/Reference/Category Reference/_C_Club.GetSubscribedClubs().sublime-snippet new file mode 100644 index 000000000..114c806d9 --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetSubscribedClubs().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetSubscribedClubs + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.GetTickets(clubId).sublime-snippet b/Reference/Category Reference/_C_Club.GetTickets(clubId).sublime-snippet new file mode 100644 index 000000000..2fc06faf9 --- /dev/null +++ b/Reference/Category Reference/_C_Club.GetTickets(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.GetTickets + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.IsAccountMuted(clubId).sublime-snippet b/Reference/Category Reference/_C_Club.IsAccountMuted(clubId).sublime-snippet new file mode 100644 index 000000000..9071fd64c --- /dev/null +++ b/Reference/Category Reference/_C_Club.IsAccountMuted(clubId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.IsAccountMuted + ("clubId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.IsBeginningOfStream(clubId, streamId, messageId).sublime-snippet b/Reference/Category Reference/_C_Club.IsBeginningOfStream(clubId, streamId, messageId).sublime-snippet new file mode 100644 index 000000000..2d9f5d4c4 --- /dev/null +++ b/Reference/Category Reference/_C_Club.IsBeginningOfStream(clubId, streamId, messageId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.IsBeginningOfStream + ("clubId", "streamId", messageId) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.IsEnabled().sublime-snippet b/Reference/Category Reference/_C_Club.IsEnabled().sublime-snippet new file mode 100644 index 000000000..caef64b90 --- /dev/null +++ b/Reference/Category Reference/_C_Club.IsEnabled().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.IsEnabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.IsRestricted().sublime-snippet b/Reference/Category Reference/_C_Club.IsRestricted().sublime-snippet new file mode 100644 index 000000000..c79e4fe38 --- /dev/null +++ b/Reference/Category Reference/_C_Club.IsRestricted().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.IsRestricted + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.IsSubscribedToStream(clubId, streamId).sublime-snippet b/Reference/Category Reference/_C_Club.IsSubscribedToStream(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..a3dbca321 --- /dev/null +++ b/Reference/Category Reference/_C_Club.IsSubscribedToStream(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.IsSubscribedToStream + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.RequestMoreMessagesBefore(clubId, streamId, [messageId, [count]]).sublime-snippet b/Reference/Category Reference/_C_Club.RequestMoreMessagesBefore(clubId, streamId, [messageId, [count]]).sublime-snippet new file mode 100644 index 000000000..9688a7f4e --- /dev/null +++ b/Reference/Category Reference/_C_Club.RequestMoreMessagesBefore(clubId, streamId, [messageId, [count]]).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.RequestMoreMessagesBefore + ("clubId", "streamId", [messageId, [count]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.ShouldAllowClubType(clubType).sublime-snippet b/Reference/Category Reference/_C_Club.ShouldAllowClubType(clubType).sublime-snippet new file mode 100644 index 000000000..f8b6ee30a --- /dev/null +++ b/Reference/Category Reference/_C_Club.ShouldAllowClubType(clubType).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.ShouldAllowClubType + (clubType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Club.ValidateText(clubType, text, clubFieldType).sublime-snippet b/Reference/Category Reference/_C_Club.ValidateText(clubType, text, clubFieldType).sublime-snippet new file mode 100644 index 000000000..c58b930c7 --- /dev/null +++ b/Reference/Category Reference/_C_Club.ValidateText(clubType, text, clubFieldType).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Club.ValidateText + (clubType, "text", clubFieldType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.AreTeamsSwapped().sublime-snippet b/Reference/Category Reference/_C_Commentator.AreTeamsSwapped().sublime-snippet new file mode 100644 index 000000000..04e264f4c --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.AreTeamsSwapped().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.AreTeamsSwapped + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.CanUseCommentatorCheats().sublime-snippet b/Reference/Category Reference/_C_Commentator.CanUseCommentatorCheats().sublime-snippet new file mode 100644 index 000000000..e083aa886 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.CanUseCommentatorCheats().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.CanUseCommentatorCheats + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetAdditionalCameraWeight().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetAdditionalCameraWeight().sublime-snippet new file mode 100644 index 000000000..2b3d8bf35 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetAdditionalCameraWeight().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetAdditionalCameraWeight + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetAdditionalCameraWeightByToken(token).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetAdditionalCameraWeightByToken(token).sublime-snippet new file mode 100644 index 000000000..eaef9df21 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetAdditionalCameraWeightByToken(token).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetAdditionalCameraWeightByToken + ("token") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetAllPlayerOverrideNames().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetAllPlayerOverrideNames().sublime-snippet new file mode 100644 index 000000000..c1675575a --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetAllPlayerOverrideNames().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetAllPlayerOverrideNames + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetCamera().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetCamera().sublime-snippet new file mode 100644 index 000000000..3a49a3606 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetCamera().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetCamera + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetCameraCollision().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetCameraCollision().sublime-snippet new file mode 100644 index 000000000..0dbf4dcb3 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetCameraCollision().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetCameraCollision + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetCameraPosition().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetCameraPosition().sublime-snippet new file mode 100644 index 000000000..280cee5d7 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetCameraPosition().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetCameraPosition + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetCurrentMapID().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetCurrentMapID().sublime-snippet new file mode 100644 index 000000000..0c33d4e98 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetCurrentMapID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetCurrentMapID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetDampeningPercent().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetDampeningPercent().sublime-snippet new file mode 100644 index 000000000..667adda91 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetDampeningPercent().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetDampeningPercent + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetDistanceBeforeForcedHorizontalConvergence().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetDistanceBeforeForcedHorizontalConvergence().sublime-snippet new file mode 100644 index 000000000..4314acf2e --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetDistanceBeforeForcedHorizontalConvergence().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetDistanceBeforeForcedHorizontalConvergence + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetDurationToForceHorizontalConvergence().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetDurationToForceHorizontalConvergence().sublime-snippet new file mode 100644 index 000000000..28712cf0f --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetDurationToForceHorizontalConvergence().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetDurationToForceHorizontalConvergence + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetExcludeDistance().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetExcludeDistance().sublime-snippet new file mode 100644 index 000000000..14657a1fd --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetExcludeDistance().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetExcludeDistance + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetHardlockWeight().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetHardlockWeight().sublime-snippet new file mode 100644 index 000000000..f74a01708 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetHardlockWeight().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetHardlockWeight + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetHorizontalAngleThresholdToSmooth().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetHorizontalAngleThresholdToSmooth().sublime-snippet new file mode 100644 index 000000000..74d043100 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetHorizontalAngleThresholdToSmooth().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetHorizontalAngleThresholdToSmooth + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetInstanceInfo(mapIndex, instanceIndex).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetInstanceInfo(mapIndex, instanceIndex).sublime-snippet new file mode 100644 index 000000000..2eea905e3 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetInstanceInfo(mapIndex, instanceIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetInstanceInfo + (mapIndex, instanceIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetLookAtLerpAmount().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetLookAtLerpAmount().sublime-snippet new file mode 100644 index 000000000..5b9de74a4 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetLookAtLerpAmount().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetLookAtLerpAmount + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetMapInfo(mapIndex).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetMapInfo(mapIndex).sublime-snippet new file mode 100644 index 000000000..52f16656e --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetMapInfo(mapIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetMapInfo + (mapIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetMaxNumPlayersPerTeam().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetMaxNumPlayersPerTeam().sublime-snippet new file mode 100644 index 000000000..29c5a15f0 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetMaxNumPlayersPerTeam().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetMaxNumPlayersPerTeam + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetMaxNumTeams().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetMaxNumTeams().sublime-snippet new file mode 100644 index 000000000..fa17ad443 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetMaxNumTeams().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetMaxNumTeams + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetMode().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetMode().sublime-snippet new file mode 100644 index 000000000..c8938c11a --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetMode().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetMode + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetMsToHoldForHorizontalMovement().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetMsToHoldForHorizontalMovement().sublime-snippet new file mode 100644 index 000000000..36939c03c --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetMsToHoldForHorizontalMovement().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetMsToHoldForHorizontalMovement + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetMsToHoldForVerticalMovement().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetMsToHoldForVerticalMovement().sublime-snippet new file mode 100644 index 000000000..415b22ec5 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetMsToHoldForVerticalMovement().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetMsToHoldForVerticalMovement + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetMsToSmoothHorizontalChange().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetMsToSmoothHorizontalChange().sublime-snippet new file mode 100644 index 000000000..7c537d921 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetMsToSmoothHorizontalChange().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetMsToSmoothHorizontalChange + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetMsToSmoothVerticalChange().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetMsToSmoothVerticalChange().sublime-snippet new file mode 100644 index 000000000..3270ef25d --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetMsToSmoothVerticalChange().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetMsToSmoothVerticalChange + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetNumMaps().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetNumMaps().sublime-snippet new file mode 100644 index 000000000..0f3dae76b --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetNumMaps().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetNumMaps + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetNumPlayers(factionIndex).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetNumPlayers(factionIndex).sublime-snippet new file mode 100644 index 000000000..02739595e --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetNumPlayers(factionIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetNumPlayers + (factionIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetPlayerCooldownInfo(teamIndex, playerIndex, spellID).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetPlayerCooldownInfo(teamIndex, playerIndex, spellID).sublime-snippet new file mode 100644 index 000000000..a95e9cfbc --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetPlayerCooldownInfo(teamIndex, playerIndex, spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetPlayerCooldownInfo + (teamIndex, playerIndex, spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetPlayerCrowdControlInfo(teamIndex, playerIndex).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetPlayerCrowdControlInfo(teamIndex, playerIndex).sublime-snippet new file mode 100644 index 000000000..1c66bffd2 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetPlayerCrowdControlInfo(teamIndex, playerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetPlayerCrowdControlInfo + (teamIndex, playerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetPlayerCrowdControlInfoByUnit(token).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetPlayerCrowdControlInfoByUnit(token).sublime-snippet new file mode 100644 index 000000000..cb05314b5 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetPlayerCrowdControlInfoByUnit(token).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetPlayerCrowdControlInfoByUnit + ("token") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetPlayerFlagInfo(teamIndex, playerIndex).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetPlayerFlagInfo(teamIndex, playerIndex).sublime-snippet new file mode 100644 index 000000000..f03bb2509 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetPlayerFlagInfo(teamIndex, playerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetPlayerFlagInfo + (teamIndex, playerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetPlayerInfo(teamIndex, playerIndex).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetPlayerInfo(teamIndex, playerIndex).sublime-snippet new file mode 100644 index 000000000..1a490f221 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetPlayerInfo(teamIndex, playerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetPlayerInfo + (teamIndex, playerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetPlayerOverrideName(originalName).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetPlayerOverrideName(originalName).sublime-snippet new file mode 100644 index 000000000..589af2086 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetPlayerOverrideName(originalName).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetPlayerOverrideName + ("originalName") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetPlayerSpellCharges(teamIndex, playerIndex, spellID).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetPlayerSpellCharges(teamIndex, playerIndex, spellID).sublime-snippet new file mode 100644 index 000000000..d406ee600 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetPlayerSpellCharges(teamIndex, playerIndex, spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetPlayerSpellCharges + (teamIndex, playerIndex, spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetPositionLerpAmount().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetPositionLerpAmount().sublime-snippet new file mode 100644 index 000000000..a6efe9748 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetPositionLerpAmount().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetPositionLerpAmount + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetSmoothFollowTransitioning().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetSmoothFollowTransitioning().sublime-snippet new file mode 100644 index 000000000..c15ad5244 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetSmoothFollowTransitioning().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetSmoothFollowTransitioning + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetSoftlockWeight().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetSoftlockWeight().sublime-snippet new file mode 100644 index 000000000..ddd99dcc5 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetSoftlockWeight().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetSoftlockWeight + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetSpeedFactor().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetSpeedFactor().sublime-snippet new file mode 100644 index 000000000..c38cc7b4f --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetSpeedFactor().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetSpeedFactor + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetStartLocation(mapID).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetStartLocation(mapID).sublime-snippet new file mode 100644 index 000000000..19b0a061a --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetStartLocation(mapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetStartLocation + (mapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetTeamHighlightColor(teamIndex).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetTeamHighlightColor(teamIndex).sublime-snippet new file mode 100644 index 000000000..6a3e9b5e5 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetTeamHighlightColor(teamIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetTeamHighlightColor + (teamIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetTimeLeftInMatch().sublime-snippet b/Reference/Category Reference/_C_Commentator.GetTimeLeftInMatch().sublime-snippet new file mode 100644 index 000000000..fdc40113e --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetTimeLeftInMatch().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetTimeLeftInMatch + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetTrackedDefensiveCooldowns(teamIndex, playerIndex).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetTrackedDefensiveCooldowns(teamIndex, playerIndex).sublime-snippet new file mode 100644 index 000000000..8715175dc --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetTrackedDefensiveCooldowns(teamIndex, playerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetTrackedDefensiveCooldowns + (teamIndex, playerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetTrackedOffensiveCooldowns(teamIndex, playerIndex).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetTrackedOffensiveCooldowns(teamIndex, playerIndex).sublime-snippet new file mode 100644 index 000000000..0626c9bd1 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetTrackedOffensiveCooldowns(teamIndex, playerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetTrackedOffensiveCooldowns + (teamIndex, playerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.GetWargameInfo(listID).sublime-snippet b/Reference/Category Reference/_C_Commentator.GetWargameInfo(listID).sublime-snippet new file mode 100644 index 000000000..2ba437c4d --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.GetWargameInfo(listID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.GetWargameInfo + (listID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.HasTrackedAuras(token).sublime-snippet b/Reference/Category Reference/_C_Commentator.HasTrackedAuras(token).sublime-snippet new file mode 100644 index 000000000..1c7c1f216 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.HasTrackedAuras(token).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.HasTrackedAuras + ("token") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.IsSmartCameraLocked().sublime-snippet b/Reference/Category Reference/_C_Commentator.IsSmartCameraLocked().sublime-snippet new file mode 100644 index 000000000..e3db09997 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.IsSmartCameraLocked().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.IsSmartCameraLocked + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.IsSpectating().sublime-snippet b/Reference/Category Reference/_C_Commentator.IsSpectating().sublime-snippet new file mode 100644 index 000000000..f220b851a --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.IsSpectating().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.IsSpectating + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.IsTrackedDefensiveAura(spellID).sublime-snippet b/Reference/Category Reference/_C_Commentator.IsTrackedDefensiveAura(spellID).sublime-snippet new file mode 100644 index 000000000..eb83c211e --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.IsTrackedDefensiveAura(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.IsTrackedDefensiveAura + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.IsTrackedDefensiveCooldown(teamIndex, playerIndex, spellID).sublime-snippet b/Reference/Category Reference/_C_Commentator.IsTrackedDefensiveCooldown(teamIndex, playerIndex, spellID).sublime-snippet new file mode 100644 index 000000000..01c8b72f5 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.IsTrackedDefensiveCooldown(teamIndex, playerIndex, spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.IsTrackedDefensiveCooldown + (teamIndex, playerIndex, spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.IsTrackedOffensiveAura(spellID).sublime-snippet b/Reference/Category Reference/_C_Commentator.IsTrackedOffensiveAura(spellID).sublime-snippet new file mode 100644 index 000000000..113d572f0 --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.IsTrackedOffensiveAura(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.IsTrackedOffensiveAura + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.IsTrackedOffensiveCooldown(teamIndex, playerIndex, spellID).sublime-snippet b/Reference/Category Reference/_C_Commentator.IsTrackedOffensiveCooldown(teamIndex, playerIndex, spellID).sublime-snippet new file mode 100644 index 000000000..d6f298bef --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.IsTrackedOffensiveCooldown(teamIndex, playerIndex, spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.IsTrackedOffensiveCooldown + (teamIndex, playerIndex, spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Commentator.IsUsingSmartCamera().sublime-snippet b/Reference/Category Reference/_C_Commentator.IsUsingSmartCamera().sublime-snippet new file mode 100644 index 000000000..0cfa06afe --- /dev/null +++ b/Reference/Category Reference/_C_Commentator.IsUsingSmartCamera().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Commentator.IsUsingSmartCamera + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ConfigurationWarnings.GetConfigurationWarningSeen(configurationWarning).sublime-snippet b/Reference/Category Reference/_C_ConfigurationWarnings.GetConfigurationWarningSeen(configurationWarning).sublime-snippet new file mode 100644 index 000000000..c6e801731 --- /dev/null +++ b/Reference/Category Reference/_C_ConfigurationWarnings.GetConfigurationWarningSeen(configurationWarning).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ConfigurationWarnings.GetConfigurationWarningSeen + (configurationWarning) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ConfigurationWarnings.GetConfigurationWarningString(configurationWarning).sublime-snippet b/Reference/Category Reference/_C_ConfigurationWarnings.GetConfigurationWarningString(configurationWarning).sublime-snippet new file mode 100644 index 000000000..b9fc930b4 --- /dev/null +++ b/Reference/Category Reference/_C_ConfigurationWarnings.GetConfigurationWarningString(configurationWarning).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ConfigurationWarnings.GetConfigurationWarningString + (configurationWarning) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ConfigurationWarnings.GetConfigurationWarnings(includeSeenWarnings).sublime-snippet b/Reference/Category Reference/_C_ConfigurationWarnings.GetConfigurationWarnings(includeSeenWarnings).sublime-snippet new file mode 100644 index 000000000..9387111bc --- /dev/null +++ b/Reference/Category Reference/_C_ConfigurationWarnings.GetConfigurationWarnings(includeSeenWarnings).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ConfigurationWarnings.GetConfigurationWarnings + (includeSeenWarnings) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Console.GetAllCommands().sublime-snippet b/Reference/Category Reference/_C_Console.GetAllCommands().sublime-snippet new file mode 100644 index 000000000..1d419bfc4 --- /dev/null +++ b/Reference/Category Reference/_C_Console.GetAllCommands().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Console.GetAllCommands + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Console.GetColorFromType(colorType).sublime-snippet b/Reference/Category Reference/_C_Console.GetColorFromType(colorType).sublime-snippet new file mode 100644 index 000000000..8b8a014a6 --- /dev/null +++ b/Reference/Category Reference/_C_Console.GetColorFromType(colorType).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Console.GetColorFromType + (colorType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Console.GetFontHeight().sublime-snippet b/Reference/Category Reference/_C_Console.GetFontHeight().sublime-snippet new file mode 100644 index 000000000..47f68144f --- /dev/null +++ b/Reference/Category Reference/_C_Console.GetFontHeight().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Console.GetFontHeight + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetActive().sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetActive().sublime-snippet new file mode 100644 index 000000000..176f75b9d --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetActive().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetActive + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetAtlases(contributionID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetAtlases(contributionID).sublime-snippet new file mode 100644 index 000000000..eb2f131c1 --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetAtlases(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetAtlases + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetBuffs(contributionID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetBuffs(contributionID).sublime-snippet new file mode 100644 index 000000000..182cdae99 --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetBuffs(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetBuffs + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetContributionAppearance(contributionID, contributionState).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetContributionAppearance(contributionID, contributionState).sublime-snippet new file mode 100644 index 000000000..ff0ef4d0e --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetContributionAppearance(contributionID, contributionState).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetContributionAppearance + (contributionID, contributionState) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetContributionCollectorsForMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetContributionCollectorsForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..0f44efd73 --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetContributionCollectorsForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetContributionCollectorsForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetContributionResult(contributionID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetContributionResult(contributionID).sublime-snippet new file mode 100644 index 000000000..4f394c2ba --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetContributionResult(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetContributionResult + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetDescription(contributionID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetDescription(contributionID).sublime-snippet new file mode 100644 index 000000000..d3ed323e2 --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetDescription(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetDescription + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetManagedContributionsForCreatureID(creatureID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetManagedContributionsForCreatureID(creatureID).sublime-snippet new file mode 100644 index 000000000..379d6e67e --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetManagedContributionsForCreatureID(creatureID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetManagedContributionsForCreatureID + (creatureID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetName(contributionID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetName(contributionID).sublime-snippet new file mode 100644 index 000000000..3118e05e1 --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetName(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetName + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetOrderIndex(contributionID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetOrderIndex(contributionID).sublime-snippet new file mode 100644 index 000000000..de46cb609 --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetOrderIndex(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetOrderIndex + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetRequiredContributionCurrency(contributionID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetRequiredContributionCurrency(contributionID).sublime-snippet new file mode 100644 index 000000000..91e9363fa --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetRequiredContributionCurrency(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetRequiredContributionCurrency + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetRequiredContributionItem(contributionID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetRequiredContributionItem(contributionID).sublime-snippet new file mode 100644 index 000000000..9e3175afe --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetRequiredContributionItem(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetRequiredContributionItem + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetRewardQuestID(contributionID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetRewardQuestID(contributionID).sublime-snippet new file mode 100644 index 000000000..fd0745f19 --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetRewardQuestID(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetRewardQuestID + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.GetState(contributionID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.GetState(contributionID).sublime-snippet new file mode 100644 index 000000000..c13a6a3ee --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.GetState(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.GetState + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.HasPendingContribution(contributionID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.HasPendingContribution(contributionID).sublime-snippet new file mode 100644 index 000000000..879f5ab1a --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.HasPendingContribution(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.HasPendingContribution + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ContributionCollector.IsAwaitingRewardQuestData(contributionID).sublime-snippet b/Reference/Category Reference/_C_ContributionCollector.IsAwaitingRewardQuestData(contributionID).sublime-snippet new file mode 100644 index 000000000..a24abcb1b --- /dev/null +++ b/Reference/Category Reference/_C_ContributionCollector.IsAwaitingRewardQuestData(contributionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ContributionCollector.IsAwaitingRewardQuestData + (contributionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CreatureInfo.GetClassInfo(classID).sublime-snippet b/Reference/Category Reference/_C_CreatureInfo.GetClassInfo(classID).sublime-snippet new file mode 100644 index 000000000..266234618 --- /dev/null +++ b/Reference/Category Reference/_C_CreatureInfo.GetClassInfo(classID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CreatureInfo.GetClassInfo + (classID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CreatureInfo.GetFactionInfo(raceID).sublime-snippet b/Reference/Category Reference/_C_CreatureInfo.GetFactionInfo(raceID).sublime-snippet new file mode 100644 index 000000000..2574f0436 --- /dev/null +++ b/Reference/Category Reference/_C_CreatureInfo.GetFactionInfo(raceID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CreatureInfo.GetFactionInfo + (raceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CreatureInfo.GetRaceInfo(raceID).sublime-snippet b/Reference/Category Reference/_C_CreatureInfo.GetRaceInfo(raceID).sublime-snippet new file mode 100644 index 000000000..ab661b37a --- /dev/null +++ b/Reference/Category Reference/_C_CreatureInfo.GetRaceInfo(raceID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CreatureInfo.GetRaceInfo + (raceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CurrencyInfo.GetAzeriteCurrencyID().sublime-snippet b/Reference/Category Reference/_C_CurrencyInfo.GetAzeriteCurrencyID().sublime-snippet new file mode 100644 index 000000000..bab01aae6 --- /dev/null +++ b/Reference/Category Reference/_C_CurrencyInfo.GetAzeriteCurrencyID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CurrencyInfo.GetAzeriteCurrencyID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CurrencyInfo.GetBasicCurrencyInfo(currencyType, [quantity]).sublime-snippet b/Reference/Category Reference/_C_CurrencyInfo.GetBasicCurrencyInfo(currencyType, [quantity]).sublime-snippet new file mode 100644 index 000000000..f9826149f --- /dev/null +++ b/Reference/Category Reference/_C_CurrencyInfo.GetBasicCurrencyInfo(currencyType, [quantity]).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CurrencyInfo.GetBasicCurrencyInfo + (currencyType, [quantity]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CurrencyInfo.GetCurrencyContainerInfo(currencyType, quantity).sublime-snippet b/Reference/Category Reference/_C_CurrencyInfo.GetCurrencyContainerInfo(currencyType, quantity).sublime-snippet new file mode 100644 index 000000000..5323a8392 --- /dev/null +++ b/Reference/Category Reference/_C_CurrencyInfo.GetCurrencyContainerInfo(currencyType, quantity).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CurrencyInfo.GetCurrencyContainerInfo + (currencyType, quantity) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CurrencyInfo.GetCurrencyIDFromLink(currencyLink).sublime-snippet b/Reference/Category Reference/_C_CurrencyInfo.GetCurrencyIDFromLink(currencyLink).sublime-snippet new file mode 100644 index 000000000..35937911b --- /dev/null +++ b/Reference/Category Reference/_C_CurrencyInfo.GetCurrencyIDFromLink(currencyLink).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CurrencyInfo.GetCurrencyIDFromLink + ("currencyLink") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CurrencyInfo.GetFactionGrantedByCurrency(currencyID).sublime-snippet b/Reference/Category Reference/_C_CurrencyInfo.GetFactionGrantedByCurrency(currencyID).sublime-snippet new file mode 100644 index 000000000..91b917515 --- /dev/null +++ b/Reference/Category Reference/_C_CurrencyInfo.GetFactionGrantedByCurrency(currencyID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CurrencyInfo.GetFactionGrantedByCurrency + (currencyID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CurrencyInfo.GetWarResourcesCurrencyID().sublime-snippet b/Reference/Category Reference/_C_CurrencyInfo.GetWarResourcesCurrencyID().sublime-snippet new file mode 100644 index 000000000..25f0104bd --- /dev/null +++ b/Reference/Category Reference/_C_CurrencyInfo.GetWarResourcesCurrencyID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CurrencyInfo.GetWarResourcesCurrencyID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_CurrencyInfo.IsCurrencyContainer(currencyID, quantity).sublime-snippet b/Reference/Category Reference/_C_CurrencyInfo.IsCurrencyContainer(currencyID, quantity).sublime-snippet new file mode 100644 index 000000000..42543a5a1 --- /dev/null +++ b/Reference/Category Reference/_C_CurrencyInfo.IsCurrencyContainer(currencyID, quantity).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_CurrencyInfo.IsCurrencyContainer + (currencyID, quantity) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Cursor.GetCursorCommunitiesStream().sublime-snippet b/Reference/Category Reference/_C_Cursor.GetCursorCommunitiesStream().sublime-snippet new file mode 100644 index 000000000..4e60a9dd8 --- /dev/null +++ b/Reference/Category Reference/_C_Cursor.GetCursorCommunitiesStream().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Cursor.GetCursorCommunitiesStream + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Cursor.GetCursorItem().sublime-snippet b/Reference/Category Reference/_C_Cursor.GetCursorItem().sublime-snippet new file mode 100644 index 000000000..51ddea09b --- /dev/null +++ b/Reference/Category Reference/_C_Cursor.GetCursorItem().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Cursor.GetCursorItem + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_DateAndTime.GetDateFromEpoch(epoch).sublime-snippet b/Reference/Category Reference/_C_DateAndTime.GetDateFromEpoch(epoch).sublime-snippet new file mode 100644 index 000000000..bca5386a9 --- /dev/null +++ b/Reference/Category Reference/_C_DateAndTime.GetDateFromEpoch(epoch).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_DateAndTime.GetDateFromEpoch + (epoch) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_DateAndTime.GetTodaysDate().sublime-snippet b/Reference/Category Reference/_C_DateAndTime.GetTodaysDate().sublime-snippet new file mode 100644 index 000000000..b02abf1b7 --- /dev/null +++ b/Reference/Category Reference/_C_DateAndTime.GetTodaysDate().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_DateAndTime.GetTodaysDate + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_DateAndTime.GetYesterdaysDate().sublime-snippet b/Reference/Category Reference/_C_DateAndTime.GetYesterdaysDate().sublime-snippet new file mode 100644 index 000000000..007eb42e0 --- /dev/null +++ b/Reference/Category Reference/_C_DateAndTime.GetYesterdaysDate().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_DateAndTime.GetYesterdaysDate + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_DeathInfo.GetCorpseMapPosition(uiMapID).sublime-snippet b/Reference/Category Reference/_C_DeathInfo.GetCorpseMapPosition(uiMapID).sublime-snippet new file mode 100644 index 000000000..14536140a --- /dev/null +++ b/Reference/Category Reference/_C_DeathInfo.GetCorpseMapPosition(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_DeathInfo.GetCorpseMapPosition + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_DeathInfo.GetDeathReleasePosition(uiMapID).sublime-snippet b/Reference/Category Reference/_C_DeathInfo.GetDeathReleasePosition(uiMapID).sublime-snippet new file mode 100644 index 000000000..8b3d83dce --- /dev/null +++ b/Reference/Category Reference/_C_DeathInfo.GetDeathReleasePosition(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_DeathInfo.GetDeathReleasePosition + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_DeathInfo.GetGraveyardsForMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_DeathInfo.GetGraveyardsForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..cfbe61863 --- /dev/null +++ b/Reference/Category Reference/_C_DeathInfo.GetGraveyardsForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_DeathInfo.GetGraveyardsForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_DeathInfo.GetSelfResurrectOptions().sublime-snippet b/Reference/Category Reference/_C_DeathInfo.GetSelfResurrectOptions().sublime-snippet new file mode 100644 index 000000000..d0f0a3a70 --- /dev/null +++ b/Reference/Category Reference/_C_DeathInfo.GetSelfResurrectOptions().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_DeathInfo.GetSelfResurrectOptions + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EncounterJournal.GetDungeonEntrancesForMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_EncounterJournal.GetDungeonEntrancesForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..24645a604 --- /dev/null +++ b/Reference/Category Reference/_C_EncounterJournal.GetDungeonEntrancesForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EncounterJournal.GetDungeonEntrancesForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EncounterJournal.GetEncountersOnMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_EncounterJournal.GetEncountersOnMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..8f58040a3 --- /dev/null +++ b/Reference/Category Reference/_C_EncounterJournal.GetEncountersOnMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EncounterJournal.GetEncountersOnMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EncounterJournal.GetSectionIconFlags(sectionID).sublime-snippet b/Reference/Category Reference/_C_EncounterJournal.GetSectionIconFlags(sectionID).sublime-snippet new file mode 100644 index 000000000..25833d401 --- /dev/null +++ b/Reference/Category Reference/_C_EncounterJournal.GetSectionIconFlags(sectionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EncounterJournal.GetSectionIconFlags + (sectionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EncounterJournal.GetSectionInfo(sectionID).sublime-snippet b/Reference/Category Reference/_C_EncounterJournal.GetSectionInfo(sectionID).sublime-snippet new file mode 100644 index 000000000..6943bca16 --- /dev/null +++ b/Reference/Category Reference/_C_EncounterJournal.GetSectionInfo(sectionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EncounterJournal.GetSectionInfo + (sectionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.CanUseEquipmentSets().sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.CanUseEquipmentSets().sublime-snippet new file mode 100644 index 000000000..d16e80c14 --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.CanUseEquipmentSets().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.CanUseEquipmentSets + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.EquipmentSetContainsLockedItems(equipmentSetID).sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.EquipmentSetContainsLockedItems(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..35d23aaab --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.EquipmentSetContainsLockedItems(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.EquipmentSetContainsLockedItems + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetAssignedSpec(equipmentSetID).sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetAssignedSpec(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..b3fbd2788 --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetAssignedSpec(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.GetEquipmentSetAssignedSpec + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetForSpec(specIndex).sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetForSpec(specIndex).sublime-snippet new file mode 100644 index 000000000..d1f7737cf --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetForSpec(specIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.GetEquipmentSetForSpec + (specIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetID(equipmentSetName).sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetID(equipmentSetName).sublime-snippet new file mode 100644 index 000000000..e0f56ab39 --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetID(equipmentSetName).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.GetEquipmentSetID + ("equipmentSetName") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetIDs().sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetIDs().sublime-snippet new file mode 100644 index 000000000..08e94ff3b --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetIDs().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.GetEquipmentSetIDs + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetInfo(equipmentSetID).sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetInfo(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..85dfc602f --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.GetEquipmentSetInfo(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.GetEquipmentSetInfo + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.GetIgnoredSlots(equipmentSetID).sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.GetIgnoredSlots(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..b48bb8064 --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.GetIgnoredSlots(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.GetIgnoredSlots + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.GetItemIDs(equipmentSetID).sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.GetItemIDs(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..bbd7a81f0 --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.GetItemIDs(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.GetItemIDs + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.GetItemLocations(equipmentSetID).sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.GetItemLocations(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..74194a30b --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.GetItemLocations(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.GetItemLocations + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.GetNumEquipmentSets().sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.GetNumEquipmentSets().sublime-snippet new file mode 100644 index 000000000..4e0b8f2c3 --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.GetNumEquipmentSets().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.GetNumEquipmentSets + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.IsSlotIgnoredForSave(slot).sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.IsSlotIgnoredForSave(slot).sublime-snippet new file mode 100644 index 000000000..9878f7eab --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.IsSlotIgnoredForSave(slot).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.IsSlotIgnoredForSave + (slot) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_EquipmentSet.UseEquipmentSet(equipmentSetID).sublime-snippet b/Reference/Category Reference/_C_EquipmentSet.UseEquipmentSet(equipmentSetID).sublime-snippet new file mode 100644 index 000000000..60861ac5e --- /dev/null +++ b/Reference/Category Reference/_C_EquipmentSet.UseEquipmentSet(equipmentSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_EquipmentSet.UseEquipmentSet + (equipmentSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_FogOfWar.GetFogOfWarForMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_FogOfWar.GetFogOfWarForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..03b03fced --- /dev/null +++ b/Reference/Category Reference/_C_FogOfWar.GetFogOfWarForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_FogOfWar.GetFogOfWarForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_FogOfWar.GetFogOfWarInfo(fogOfWarID).sublime-snippet b/Reference/Category Reference/_C_FogOfWar.GetFogOfWarInfo(fogOfWarID).sublime-snippet new file mode 100644 index 000000000..7ee027fcb --- /dev/null +++ b/Reference/Category Reference/_C_FogOfWar.GetFogOfWarInfo(fogOfWarID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_FogOfWar.GetFogOfWarInfo + (fogOfWarID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID().sublime-snippet b/Reference/Category Reference/_C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID().sublime-snippet new file mode 100644 index 000000000..d394cbd31 --- /dev/null +++ b/Reference/Category Reference/_C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Garrison.GetCurrentGarrTalentTreeFriendshipFactionID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Garrison.GetCurrentGarrTalentTreeID().sublime-snippet b/Reference/Category Reference/_C_Garrison.GetCurrentGarrTalentTreeID().sublime-snippet new file mode 100644 index 000000000..a1a1d3f97 --- /dev/null +++ b/Reference/Category Reference/_C_Garrison.GetCurrentGarrTalentTreeID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Garrison.GetCurrentGarrTalentTreeID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Garrison.GetGarrisonPlotsInstancesForMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Garrison.GetGarrisonPlotsInstancesForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..06b0ad354 --- /dev/null +++ b/Reference/Category Reference/_C_Garrison.GetGarrisonPlotsInstancesForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Garrison.GetGarrisonPlotsInstancesForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Garrison.GetTalentTreeIDsByClassID(garrType, classID).sublime-snippet b/Reference/Category Reference/_C_Garrison.GetTalentTreeIDsByClassID(garrType, classID).sublime-snippet new file mode 100644 index 000000000..3065a62be --- /dev/null +++ b/Reference/Category Reference/_C_Garrison.GetTalentTreeIDsByClassID(garrType, classID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Garrison.GetTalentTreeIDsByClassID + (garrType, classID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Garrison.IsAtGarrisonMissionNPC().sublime-snippet b/Reference/Category Reference/_C_Garrison.IsAtGarrisonMissionNPC().sublime-snippet new file mode 100644 index 000000000..d35981405 --- /dev/null +++ b/Reference/Category Reference/_C_Garrison.IsAtGarrisonMissionNPC().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Garrison.IsAtGarrisonMissionNPC + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_GossipInfo.GetGossipPoiForUiMapID(uiMapID).sublime-snippet b/Reference/Category Reference/_C_GossipInfo.GetGossipPoiForUiMapID(uiMapID).sublime-snippet new file mode 100644 index 000000000..b34d351e1 --- /dev/null +++ b/Reference/Category Reference/_C_GossipInfo.GetGossipPoiForUiMapID(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_GossipInfo.GetGossipPoiForUiMapID + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_GossipInfo.GetGossipPoiInfo(uiMapID, gossipPoiID).sublime-snippet b/Reference/Category Reference/_C_GossipInfo.GetGossipPoiInfo(uiMapID, gossipPoiID).sublime-snippet new file mode 100644 index 000000000..2286df8bc --- /dev/null +++ b/Reference/Category Reference/_C_GossipInfo.GetGossipPoiInfo(uiMapID, gossipPoiID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_GossipInfo.GetGossipPoiInfo + (uiMapID, gossipPoiID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_GuildInfo.CanSpeakInGuildChat().sublime-snippet b/Reference/Category Reference/_C_GuildInfo.CanSpeakInGuildChat().sublime-snippet new file mode 100644 index 000000000..ac4f337a6 --- /dev/null +++ b/Reference/Category Reference/_C_GuildInfo.CanSpeakInGuildChat().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_GuildInfo.CanSpeakInGuildChat + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_GuildInfo.GetGuildRankOrder(guid).sublime-snippet b/Reference/Category Reference/_C_GuildInfo.GetGuildRankOrder(guid).sublime-snippet new file mode 100644 index 000000000..bcdcc90e1 --- /dev/null +++ b/Reference/Category Reference/_C_GuildInfo.GetGuildRankOrder(guid).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_GuildInfo.GetGuildRankOrder + ("guid") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_GuildInfo.GuildControlGetRankFlags(rankOrder).sublime-snippet b/Reference/Category Reference/_C_GuildInfo.GuildControlGetRankFlags(rankOrder).sublime-snippet new file mode 100644 index 000000000..544b61934 --- /dev/null +++ b/Reference/Category Reference/_C_GuildInfo.GuildControlGetRankFlags(rankOrder).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_GuildInfo.GuildControlGetRankFlags + (rankOrder) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_InvasionInfo.AreInvasionsAvailable().sublime-snippet b/Reference/Category Reference/_C_InvasionInfo.AreInvasionsAvailable().sublime-snippet new file mode 100644 index 000000000..0a9e5838c --- /dev/null +++ b/Reference/Category Reference/_C_InvasionInfo.AreInvasionsAvailable().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_InvasionInfo.AreInvasionsAvailable + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_InvasionInfo.GetInvasionForUiMapID(uiMapID).sublime-snippet b/Reference/Category Reference/_C_InvasionInfo.GetInvasionForUiMapID(uiMapID).sublime-snippet new file mode 100644 index 000000000..2af5909d3 --- /dev/null +++ b/Reference/Category Reference/_C_InvasionInfo.GetInvasionForUiMapID(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_InvasionInfo.GetInvasionForUiMapID + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_InvasionInfo.GetInvasionInfo(invasionID).sublime-snippet b/Reference/Category Reference/_C_InvasionInfo.GetInvasionInfo(invasionID).sublime-snippet new file mode 100644 index 000000000..3d7c8bdb3 --- /dev/null +++ b/Reference/Category Reference/_C_InvasionInfo.GetInvasionInfo(invasionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_InvasionInfo.GetInvasionInfo + (invasionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_InvasionInfo.GetInvasionTimeLeft(invasionID).sublime-snippet b/Reference/Category Reference/_C_InvasionInfo.GetInvasionTimeLeft(invasionID).sublime-snippet new file mode 100644 index 000000000..ebead5916 --- /dev/null +++ b/Reference/Category Reference/_C_InvasionInfo.GetInvasionTimeLeft(invasionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_InvasionInfo.GetInvasionTimeLeft + (invasionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_IslandsQueue.GetIslandDifficultyInfo().sublime-snippet b/Reference/Category Reference/_C_IslandsQueue.GetIslandDifficultyInfo().sublime-snippet new file mode 100644 index 000000000..fd80f202f --- /dev/null +++ b/Reference/Category Reference/_C_IslandsQueue.GetIslandDifficultyInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_IslandsQueue.GetIslandDifficultyInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_IslandsQueue.GetIslandsMaxGroupSize().sublime-snippet b/Reference/Category Reference/_C_IslandsQueue.GetIslandsMaxGroupSize().sublime-snippet new file mode 100644 index 000000000..632841c05 --- /dev/null +++ b/Reference/Category Reference/_C_IslandsQueue.GetIslandsMaxGroupSize().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_IslandsQueue.GetIslandsMaxGroupSize + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_IslandsQueue.GetIslandsWeeklyQuestID().sublime-snippet b/Reference/Category Reference/_C_IslandsQueue.GetIslandsWeeklyQuestID().sublime-snippet new file mode 100644 index 000000000..9431600f0 --- /dev/null +++ b/Reference/Category Reference/_C_IslandsQueue.GetIslandsWeeklyQuestID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_IslandsQueue.GetIslandsWeeklyQuestID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.DoesItemExist(emptiableItemLocation).sublime-snippet b/Reference/Category Reference/_C_Item.DoesItemExist(emptiableItemLocation).sublime-snippet new file mode 100644 index 000000000..35b0effdf --- /dev/null +++ b/Reference/Category Reference/_C_Item.DoesItemExist(emptiableItemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.DoesItemExist + (emptiableItemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.DoesItemExistByID(itemInfo).sublime-snippet b/Reference/Category Reference/_C_Item.DoesItemExistByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..4ad02c0e0 --- /dev/null +++ b/Reference/Category Reference/_C_Item.DoesItemExistByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.DoesItemExistByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.GetCurrentItemLevel(itemLocation).sublime-snippet b/Reference/Category Reference/_C_Item.GetCurrentItemLevel(itemLocation).sublime-snippet new file mode 100644 index 000000000..c64174c91 --- /dev/null +++ b/Reference/Category Reference/_C_Item.GetCurrentItemLevel(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.GetCurrentItemLevel + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.GetItemGUID(itemLocation).sublime-snippet b/Reference/Category Reference/_C_Item.GetItemGUID(itemLocation).sublime-snippet new file mode 100644 index 000000000..2256ce576 --- /dev/null +++ b/Reference/Category Reference/_C_Item.GetItemGUID(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.GetItemGUID + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.GetItemID(itemLocation).sublime-snippet b/Reference/Category Reference/_C_Item.GetItemID(itemLocation).sublime-snippet new file mode 100644 index 000000000..6496e7e5e --- /dev/null +++ b/Reference/Category Reference/_C_Item.GetItemID(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.GetItemID + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.GetItemIcon(itemLocation).sublime-snippet b/Reference/Category Reference/_C_Item.GetItemIcon(itemLocation).sublime-snippet new file mode 100644 index 000000000..7425c0344 --- /dev/null +++ b/Reference/Category Reference/_C_Item.GetItemIcon(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.GetItemIcon + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.GetItemIconByID(itemInfo).sublime-snippet b/Reference/Category Reference/_C_Item.GetItemIconByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..e3e57bb00 --- /dev/null +++ b/Reference/Category Reference/_C_Item.GetItemIconByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.GetItemIconByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.GetItemInventoryType(itemLocation).sublime-snippet b/Reference/Category Reference/_C_Item.GetItemInventoryType(itemLocation).sublime-snippet new file mode 100644 index 000000000..2bd77eaca --- /dev/null +++ b/Reference/Category Reference/_C_Item.GetItemInventoryType(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.GetItemInventoryType + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.GetItemInventoryTypeByID(itemInfo).sublime-snippet b/Reference/Category Reference/_C_Item.GetItemInventoryTypeByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..145efc7bf --- /dev/null +++ b/Reference/Category Reference/_C_Item.GetItemInventoryTypeByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.GetItemInventoryTypeByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.GetItemLink(itemLocation).sublime-snippet b/Reference/Category Reference/_C_Item.GetItemLink(itemLocation).sublime-snippet new file mode 100644 index 000000000..dfceb8ff6 --- /dev/null +++ b/Reference/Category Reference/_C_Item.GetItemLink(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.GetItemLink + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.GetItemName(itemLocation).sublime-snippet b/Reference/Category Reference/_C_Item.GetItemName(itemLocation).sublime-snippet new file mode 100644 index 000000000..e739fcd29 --- /dev/null +++ b/Reference/Category Reference/_C_Item.GetItemName(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.GetItemName + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.GetItemNameByID(itemInfo).sublime-snippet b/Reference/Category Reference/_C_Item.GetItemNameByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..63407a156 --- /dev/null +++ b/Reference/Category Reference/_C_Item.GetItemNameByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.GetItemNameByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.GetItemQuality(itemLocation).sublime-snippet b/Reference/Category Reference/_C_Item.GetItemQuality(itemLocation).sublime-snippet new file mode 100644 index 000000000..7070862c0 --- /dev/null +++ b/Reference/Category Reference/_C_Item.GetItemQuality(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.GetItemQuality + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.GetItemQualityByID(itemInfo).sublime-snippet b/Reference/Category Reference/_C_Item.GetItemQualityByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..b1b8cfaca --- /dev/null +++ b/Reference/Category Reference/_C_Item.GetItemQualityByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.GetItemQualityByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.IsBound(itemLocation).sublime-snippet b/Reference/Category Reference/_C_Item.IsBound(itemLocation).sublime-snippet new file mode 100644 index 000000000..62d22d0e5 --- /dev/null +++ b/Reference/Category Reference/_C_Item.IsBound(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.IsBound + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.IsItemDataCached(itemLocation).sublime-snippet b/Reference/Category Reference/_C_Item.IsItemDataCached(itemLocation).sublime-snippet new file mode 100644 index 000000000..7965ca7c7 --- /dev/null +++ b/Reference/Category Reference/_C_Item.IsItemDataCached(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.IsItemDataCached + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.IsItemDataCachedByID(itemInfo).sublime-snippet b/Reference/Category Reference/_C_Item.IsItemDataCachedByID(itemInfo).sublime-snippet new file mode 100644 index 000000000..3748bd1a2 --- /dev/null +++ b/Reference/Category Reference/_C_Item.IsItemDataCachedByID(itemInfo).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.IsItemDataCachedByID + ("itemInfo") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Item.IsLocked(itemLocation).sublime-snippet b/Reference/Category Reference/_C_Item.IsLocked(itemLocation).sublime-snippet new file mode 100644 index 000000000..dbde9ac98 --- /dev/null +++ b/Reference/Category Reference/_C_Item.IsLocked(itemLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Item.IsLocked + (itemLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_KeyBindings.GetCustomBindingType(bindingIndex).sublime-snippet b/Reference/Category Reference/_C_KeyBindings.GetCustomBindingType(bindingIndex).sublime-snippet new file mode 100644 index 000000000..b79912ebd --- /dev/null +++ b/Reference/Category Reference/_C_KeyBindings.GetCustomBindingType(bindingIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_KeyBindings.GetCustomBindingType + (bindingIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_LFGInfo.GetAllEntriesForCategory(category).sublime-snippet b/Reference/Category Reference/_C_LFGInfo.GetAllEntriesForCategory(category).sublime-snippet new file mode 100644 index 000000000..2c896ce0b --- /dev/null +++ b/Reference/Category Reference/_C_LFGInfo.GetAllEntriesForCategory(category).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_LFGInfo.GetAllEntriesForCategory + (category) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_LFGInfo.HideNameFromUI(dungeonID).sublime-snippet b/Reference/Category Reference/_C_LFGInfo.HideNameFromUI(dungeonID).sublime-snippet new file mode 100644 index 000000000..a95201aa2 --- /dev/null +++ b/Reference/Category Reference/_C_LFGInfo.HideNameFromUI(dungeonID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_LFGInfo.HideNameFromUI + (dungeonID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_LFGList.CanActiveEntryUseAutoAccept().sublime-snippet b/Reference/Category Reference/_C_LFGList.CanActiveEntryUseAutoAccept().sublime-snippet new file mode 100644 index 000000000..ef285db78 --- /dev/null +++ b/Reference/Category Reference/_C_LFGList.CanActiveEntryUseAutoAccept().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_LFGList.CanActiveEntryUseAutoAccept + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_LFGList.CanCreateQuestGroup(questID).sublime-snippet b/Reference/Category Reference/_C_LFGList.CanCreateQuestGroup(questID).sublime-snippet new file mode 100644 index 000000000..8d634c0de --- /dev/null +++ b/Reference/Category Reference/_C_LFGList.CanCreateQuestGroup(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_LFGList.CanCreateQuestGroup + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Mail.HasInboxMoney(inboxIndex).sublime-snippet b/Reference/Category Reference/_C_Mail.HasInboxMoney(inboxIndex).sublime-snippet new file mode 100644 index 000000000..c5910519a --- /dev/null +++ b/Reference/Category Reference/_C_Mail.HasInboxMoney(inboxIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Mail.HasInboxMoney + (inboxIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Mail.IsCommandPending().sublime-snippet b/Reference/Category Reference/_C_Mail.IsCommandPending().sublime-snippet new file mode 100644 index 000000000..ad7c02208 --- /dev/null +++ b/Reference/Category Reference/_C_Mail.IsCommandPending().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Mail.IsCommandPending + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetAreaInfo(areaID).sublime-snippet b/Reference/Category Reference/_C_Map.GetAreaInfo(areaID).sublime-snippet new file mode 100644 index 000000000..beaa1ee01 --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetAreaInfo(areaID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetAreaInfo + (areaID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetBestMapForUnit(unitToken).sublime-snippet b/Reference/Category Reference/_C_Map.GetBestMapForUnit(unitToken).sublime-snippet new file mode 100644 index 000000000..2f22b3500 --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetBestMapForUnit(unitToken).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetBestMapForUnit + ("unitToken") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetBountySetIDForMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.GetBountySetIDForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..06d89944e --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetBountySetIDForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetBountySetIDForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetFallbackWorldMapID().sublime-snippet b/Reference/Category Reference/_C_Map.GetFallbackWorldMapID().sublime-snippet new file mode 100644 index 000000000..9ed3edd54 --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetFallbackWorldMapID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetFallbackWorldMapID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapArtBackgroundAtlas(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapArtBackgroundAtlas(uiMapID).sublime-snippet new file mode 100644 index 000000000..604dfaa2a --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapArtBackgroundAtlas(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapArtBackgroundAtlas + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapArtHelpTextPosition(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapArtHelpTextPosition(uiMapID).sublime-snippet new file mode 100644 index 000000000..486fb1b6e --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapArtHelpTextPosition(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapArtHelpTextPosition + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapArtID(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapArtID(uiMapID).sublime-snippet new file mode 100644 index 000000000..396c1d683 --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapArtID(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapArtID + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapArtLayerTextures(uiMapID, layerIndex).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapArtLayerTextures(uiMapID, layerIndex).sublime-snippet new file mode 100644 index 000000000..64b0e5f0f --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapArtLayerTextures(uiMapID, layerIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapArtLayerTextures + (uiMapID, layerIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapArtLayers(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapArtLayers(uiMapID).sublime-snippet new file mode 100644 index 000000000..9ad52475e --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapArtLayers(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapArtLayers + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapBannersForMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapBannersForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..e50f64ddc --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapBannersForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapBannersForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapChildrenInfo(uiMapID, [mapType, [allDescendants]]).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapChildrenInfo(uiMapID, [mapType, [allDescendants]]).sublime-snippet new file mode 100644 index 000000000..ee193cfca --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapChildrenInfo(uiMapID, [mapType, [allDescendants]]).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapChildrenInfo + (uiMapID, [mapType, [allDescendants]]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapDisplayInfo(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapDisplayInfo(uiMapID).sublime-snippet new file mode 100644 index 000000000..be9ff7d33 --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapDisplayInfo(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapDisplayInfo + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapGroupID(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapGroupID(uiMapID).sublime-snippet new file mode 100644 index 000000000..70e079a54 --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapGroupID(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapGroupID + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapGroupMembersInfo(uiMapGroupID).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapGroupMembersInfo(uiMapGroupID).sublime-snippet new file mode 100644 index 000000000..f905b9435 --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapGroupMembersInfo(uiMapGroupID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapGroupMembersInfo + (uiMapGroupID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapHighlightInfoAtPosition(uiMapID, x, y).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapHighlightInfoAtPosition(uiMapID, x, y).sublime-snippet new file mode 100644 index 000000000..0760d12bb --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapHighlightInfoAtPosition(uiMapID, x, y).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapHighlightInfoAtPosition + (uiMapID, x, y) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapInfo(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapInfo(uiMapID).sublime-snippet new file mode 100644 index 000000000..997c903eb --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapInfo(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapInfo + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapInfoAtPosition(uiMapID, x, y).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapInfoAtPosition(uiMapID, x, y).sublime-snippet new file mode 100644 index 000000000..cfb803dc7 --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapInfoAtPosition(uiMapID, x, y).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapInfoAtPosition + (uiMapID, x, y) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapLevels(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapLevels(uiMapID).sublime-snippet new file mode 100644 index 000000000..cc47beb03 --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapLevels(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapLevels + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapLinksForMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapLinksForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..3b2420e43 --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapLinksForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapLinksForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapPosFromWorldPos(continentID, worldPosition, [overrideUiMapID]).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapPosFromWorldPos(continentID, worldPosition, [overrideUiMapID]).sublime-snippet new file mode 100644 index 000000000..8836d155a --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapPosFromWorldPos(continentID, worldPosition, [overrideUiMapID]).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapPosFromWorldPos + (continentID, worldPosition, [overrideUiMapID]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetMapRectOnMap(uiMapID, topUiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.GetMapRectOnMap(uiMapID, topUiMapID).sublime-snippet new file mode 100644 index 000000000..c87afbbc6 --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetMapRectOnMap(uiMapID, topUiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetMapRectOnMap + (uiMapID, topUiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetPlayerMapPosition(uiMapID, unitToken).sublime-snippet b/Reference/Category Reference/_C_Map.GetPlayerMapPosition(uiMapID, unitToken).sublime-snippet new file mode 100644 index 000000000..5b4ac94fd --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetPlayerMapPosition(uiMapID, unitToken).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetPlayerMapPosition + (uiMapID, "unitToken") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.GetWorldPosFromMapPos(uiMapID, mapPosition).sublime-snippet b/Reference/Category Reference/_C_Map.GetWorldPosFromMapPos(uiMapID, mapPosition).sublime-snippet new file mode 100644 index 000000000..314a199fe --- /dev/null +++ b/Reference/Category Reference/_C_Map.GetWorldPosFromMapPos(uiMapID, mapPosition).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.GetWorldPosFromMapPos + (uiMapID, mapPosition) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Map.MapHasArt(uiMapID).sublime-snippet b/Reference/Category Reference/_C_Map.MapHasArt(uiMapID).sublime-snippet new file mode 100644 index 000000000..440ef8723 --- /dev/null +++ b/Reference/Category Reference/_C_Map.MapHasArt(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Map.MapHasArt + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MapExplorationInfo.GetExploredAreaIDsAtPosition(uiMapID, normalizedPosition).sublime-snippet b/Reference/Category Reference/_C_MapExplorationInfo.GetExploredAreaIDsAtPosition(uiMapID, normalizedPosition).sublime-snippet new file mode 100644 index 000000000..a332cd4a5 --- /dev/null +++ b/Reference/Category Reference/_C_MapExplorationInfo.GetExploredAreaIDsAtPosition(uiMapID, normalizedPosition).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MapExplorationInfo.GetExploredAreaIDsAtPosition + (uiMapID, normalizedPosition) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MapExplorationInfo.GetExploredMapTextures(uiMapID).sublime-snippet b/Reference/Category Reference/_C_MapExplorationInfo.GetExploredMapTextures(uiMapID).sublime-snippet new file mode 100644 index 000000000..6b45d690a --- /dev/null +++ b/Reference/Category Reference/_C_MapExplorationInfo.GetExploredMapTextures(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MapExplorationInfo.GetExploredMapTextures + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MerchantFrame.GetBuybackItemID(buybackSlotIndex).sublime-snippet b/Reference/Category Reference/_C_MerchantFrame.GetBuybackItemID(buybackSlotIndex).sublime-snippet new file mode 100644 index 000000000..49bc75fa6 --- /dev/null +++ b/Reference/Category Reference/_C_MerchantFrame.GetBuybackItemID(buybackSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MerchantFrame.GetBuybackItemID + (buybackSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ModelInfo.GetModelSceneActorDisplayInfoByID(modelActorDisplayID).sublime-snippet b/Reference/Category Reference/_C_ModelInfo.GetModelSceneActorDisplayInfoByID(modelActorDisplayID).sublime-snippet new file mode 100644 index 000000000..40d650fb8 --- /dev/null +++ b/Reference/Category Reference/_C_ModelInfo.GetModelSceneActorDisplayInfoByID(modelActorDisplayID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ModelInfo.GetModelSceneActorDisplayInfoByID + (modelActorDisplayID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ModelInfo.GetModelSceneActorInfoByID(modelActorID).sublime-snippet b/Reference/Category Reference/_C_ModelInfo.GetModelSceneActorInfoByID(modelActorID).sublime-snippet new file mode 100644 index 000000000..f7a4280ca --- /dev/null +++ b/Reference/Category Reference/_C_ModelInfo.GetModelSceneActorInfoByID(modelActorID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ModelInfo.GetModelSceneActorInfoByID + (modelActorID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ModelInfo.GetModelSceneCameraInfoByID(modelSceneCameraID).sublime-snippet b/Reference/Category Reference/_C_ModelInfo.GetModelSceneCameraInfoByID(modelSceneCameraID).sublime-snippet new file mode 100644 index 000000000..3e8dc17dd --- /dev/null +++ b/Reference/Category Reference/_C_ModelInfo.GetModelSceneCameraInfoByID(modelSceneCameraID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ModelInfo.GetModelSceneCameraInfoByID + (modelSceneCameraID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ModelInfo.GetModelSceneInfoByID(modelSceneID).sublime-snippet b/Reference/Category Reference/_C_ModelInfo.GetModelSceneInfoByID(modelSceneID).sublime-snippet new file mode 100644 index 000000000..887279f09 --- /dev/null +++ b/Reference/Category Reference/_C_ModelInfo.GetModelSceneInfoByID(modelSceneID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ModelInfo.GetModelSceneInfoByID + (modelSceneID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetCollectedFilterSetting(filterIndex).sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetCollectedFilterSetting(filterIndex).sublime-snippet new file mode 100644 index 000000000..a54295b6a --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetCollectedFilterSetting(filterIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetCollectedFilterSetting + (filterIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo(mountIndex).sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo(mountIndex).sublime-snippet new file mode 100644 index 000000000..d1daed04f --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo(mountIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetDisplayedMountAllCreatureDisplayInfo + (mountIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetDisplayedMountInfo(displayIndex).sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetDisplayedMountInfo(displayIndex).sublime-snippet new file mode 100644 index 000000000..25ecc2b27 --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetDisplayedMountInfo(displayIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetDisplayedMountInfo + (displayIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetDisplayedMountInfoExtra(mountIndex).sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetDisplayedMountInfoExtra(mountIndex).sublime-snippet new file mode 100644 index 000000000..a851d5c8c --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetDisplayedMountInfoExtra(mountIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetDisplayedMountInfoExtra + (mountIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetIsFavorite(mountIndex).sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetIsFavorite(mountIndex).sublime-snippet new file mode 100644 index 000000000..40fc3f54b --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetIsFavorite(mountIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetIsFavorite + (mountIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetMountAllCreatureDisplayInfoByID(mountID).sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetMountAllCreatureDisplayInfoByID(mountID).sublime-snippet new file mode 100644 index 000000000..c83aad68a --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetMountAllCreatureDisplayInfoByID(mountID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetMountAllCreatureDisplayInfoByID + (mountID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetMountFromSpell(spellID).sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetMountFromSpell(spellID).sublime-snippet new file mode 100644 index 000000000..be2541339 --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetMountFromSpell(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetMountFromSpell + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetMountIDs().sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetMountIDs().sublime-snippet new file mode 100644 index 000000000..1cffba6a9 --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetMountIDs().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetMountIDs + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetMountInfoByID(mountID).sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetMountInfoByID(mountID).sublime-snippet new file mode 100644 index 000000000..d2c804fde --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetMountInfoByID(mountID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetMountInfoByID + (mountID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetMountInfoExtraByID(mountID).sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetMountInfoExtraByID(mountID).sublime-snippet new file mode 100644 index 000000000..a8f98b875 --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetMountInfoExtraByID(mountID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetMountInfoExtraByID + (mountID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetNumDisplayedMounts().sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetNumDisplayedMounts().sublime-snippet new file mode 100644 index 000000000..a66b00f9e --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetNumDisplayedMounts().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetNumDisplayedMounts + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetNumMounts().sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetNumMounts().sublime-snippet new file mode 100644 index 000000000..49aad4719 --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetNumMounts().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetNumMounts + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.GetNumMountsNeedingFanfare().sublime-snippet b/Reference/Category Reference/_C_MountJournal.GetNumMountsNeedingFanfare().sublime-snippet new file mode 100644 index 000000000..7a46e54df --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.GetNumMountsNeedingFanfare().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.GetNumMountsNeedingFanfare + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.IsSourceChecked(filterIndex).sublime-snippet b/Reference/Category Reference/_C_MountJournal.IsSourceChecked(filterIndex).sublime-snippet new file mode 100644 index 000000000..3f793d24d --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.IsSourceChecked(filterIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.IsSourceChecked + (filterIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.IsValidSourceFilter(filterIndex).sublime-snippet b/Reference/Category Reference/_C_MountJournal.IsValidSourceFilter(filterIndex).sublime-snippet new file mode 100644 index 000000000..9969a3fd4 --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.IsValidSourceFilter(filterIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.IsValidSourceFilter + (filterIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MountJournal.NeedsFanfare(mountID).sublime-snippet b/Reference/Category Reference/_C_MountJournal.NeedsFanfare(mountID).sublime-snippet new file mode 100644 index 000000000..6516cc199 --- /dev/null +++ b/Reference/Category Reference/_C_MountJournal.NeedsFanfare(mountID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MountJournal.NeedsFanfare + (mountID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MythicPlus.GetCurrentAffixes().sublime-snippet b/Reference/Category Reference/_C_MythicPlus.GetCurrentAffixes().sublime-snippet new file mode 100644 index 000000000..6a226812e --- /dev/null +++ b/Reference/Category Reference/_C_MythicPlus.GetCurrentAffixes().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MythicPlus.GetCurrentAffixes + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MythicPlus.GetLastWeeklyBestInformation().sublime-snippet b/Reference/Category Reference/_C_MythicPlus.GetLastWeeklyBestInformation().sublime-snippet new file mode 100644 index 000000000..e6dcf2056 --- /dev/null +++ b/Reference/Category Reference/_C_MythicPlus.GetLastWeeklyBestInformation().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MythicPlus.GetLastWeeklyBestInformation + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MythicPlus.GetOwnedKeystoneChallengeMapID().sublime-snippet b/Reference/Category Reference/_C_MythicPlus.GetOwnedKeystoneChallengeMapID().sublime-snippet new file mode 100644 index 000000000..c6e34df33 --- /dev/null +++ b/Reference/Category Reference/_C_MythicPlus.GetOwnedKeystoneChallengeMapID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MythicPlus.GetOwnedKeystoneChallengeMapID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MythicPlus.GetOwnedKeystoneLevel().sublime-snippet b/Reference/Category Reference/_C_MythicPlus.GetOwnedKeystoneLevel().sublime-snippet new file mode 100644 index 000000000..419e891b3 --- /dev/null +++ b/Reference/Category Reference/_C_MythicPlus.GetOwnedKeystoneLevel().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MythicPlus.GetOwnedKeystoneLevel + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MythicPlus.GetRewardLevelForDifficultyLevel(difficultyLevel).sublime-snippet b/Reference/Category Reference/_C_MythicPlus.GetRewardLevelForDifficultyLevel(difficultyLevel).sublime-snippet new file mode 100644 index 000000000..ded8ec5e6 --- /dev/null +++ b/Reference/Category Reference/_C_MythicPlus.GetRewardLevelForDifficultyLevel(difficultyLevel).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MythicPlus.GetRewardLevelForDifficultyLevel + (difficultyLevel) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MythicPlus.GetRewardLevelFromKeystoneLevel(keystoneLevel).sublime-snippet b/Reference/Category Reference/_C_MythicPlus.GetRewardLevelFromKeystoneLevel(keystoneLevel).sublime-snippet new file mode 100644 index 000000000..24c9c8800 --- /dev/null +++ b/Reference/Category Reference/_C_MythicPlus.GetRewardLevelFromKeystoneLevel(keystoneLevel).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MythicPlus.GetRewardLevelFromKeystoneLevel + (keystoneLevel) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MythicPlus.GetSeasonBestForMap(mapChallengeModeID).sublime-snippet b/Reference/Category Reference/_C_MythicPlus.GetSeasonBestForMap(mapChallengeModeID).sublime-snippet new file mode 100644 index 000000000..07d5f293a --- /dev/null +++ b/Reference/Category Reference/_C_MythicPlus.GetSeasonBestForMap(mapChallengeModeID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MythicPlus.GetSeasonBestForMap + (mapChallengeModeID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MythicPlus.GetWeeklyBestForMap(mapChallengeModeID).sublime-snippet b/Reference/Category Reference/_C_MythicPlus.GetWeeklyBestForMap(mapChallengeModeID).sublime-snippet new file mode 100644 index 000000000..3af9fc837 --- /dev/null +++ b/Reference/Category Reference/_C_MythicPlus.GetWeeklyBestForMap(mapChallengeModeID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MythicPlus.GetWeeklyBestForMap + (mapChallengeModeID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MythicPlus.GetWeeklyChestRewardLevel().sublime-snippet b/Reference/Category Reference/_C_MythicPlus.GetWeeklyChestRewardLevel().sublime-snippet new file mode 100644 index 000000000..1a108a7c2 --- /dev/null +++ b/Reference/Category Reference/_C_MythicPlus.GetWeeklyChestRewardLevel().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MythicPlus.GetWeeklyChestRewardLevel + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MythicPlus.IsMythicPlusActive().sublime-snippet b/Reference/Category Reference/_C_MythicPlus.IsMythicPlusActive().sublime-snippet new file mode 100644 index 000000000..e55d39ed9 --- /dev/null +++ b/Reference/Category Reference/_C_MythicPlus.IsMythicPlusActive().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MythicPlus.IsMythicPlusActive + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_MythicPlus.IsWeeklyRewardAvailable().sublime-snippet b/Reference/Category Reference/_C_MythicPlus.IsWeeklyRewardAvailable().sublime-snippet new file mode 100644 index 000000000..aacac8131 --- /dev/null +++ b/Reference/Category Reference/_C_MythicPlus.IsWeeklyRewardAvailable().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_MythicPlus.IsWeeklyRewardAvailable + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PaperDollInfo.GetArmorEffectiveness(armor, attackerLevel).sublime-snippet b/Reference/Category Reference/_C_PaperDollInfo.GetArmorEffectiveness(armor, attackerLevel).sublime-snippet new file mode 100644 index 000000000..5c264ce29 --- /dev/null +++ b/Reference/Category Reference/_C_PaperDollInfo.GetArmorEffectiveness(armor, attackerLevel).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PaperDollInfo.GetArmorEffectiveness + (armor, attackerLevel) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PaperDollInfo.GetArmorEffectivenessAgainstTarget(armor).sublime-snippet b/Reference/Category Reference/_C_PaperDollInfo.GetArmorEffectivenessAgainstTarget(armor).sublime-snippet new file mode 100644 index 000000000..d58f43b0c --- /dev/null +++ b/Reference/Category Reference/_C_PaperDollInfo.GetArmorEffectivenessAgainstTarget(armor).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PaperDollInfo.GetArmorEffectivenessAgainstTarget + (armor) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices(unit, equipmentSlotIndex).sublime-snippet b/Reference/Category Reference/_C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices(unit, equipmentSlotIndex).sublime-snippet new file mode 100644 index 000000000..853bbee57 --- /dev/null +++ b/Reference/Category Reference/_C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices(unit, equipmentSlotIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PaperDollInfo.GetInspectAzeriteItemEmpoweredChoices + ("unit", equipmentSlotIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PaperDollInfo.GetMinItemLevel().sublime-snippet b/Reference/Category Reference/_C_PaperDollInfo.GetMinItemLevel().sublime-snippet new file mode 100644 index 000000000..f5adf083b --- /dev/null +++ b/Reference/Category Reference/_C_PaperDollInfo.GetMinItemLevel().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PaperDollInfo.GetMinItemLevel + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PaperDollInfo.GetStaggerPercentage(unit).sublime-snippet b/Reference/Category Reference/_C_PaperDollInfo.GetStaggerPercentage(unit).sublime-snippet new file mode 100644 index 000000000..48a05dc9a --- /dev/null +++ b/Reference/Category Reference/_C_PaperDollInfo.GetStaggerPercentage(unit).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PaperDollInfo.GetStaggerPercentage + ("unit") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PaperDollInfo.OffhandHasShield().sublime-snippet b/Reference/Category Reference/_C_PaperDollInfo.OffhandHasShield().sublime-snippet new file mode 100644 index 000000000..aa8f477a2 --- /dev/null +++ b/Reference/Category Reference/_C_PaperDollInfo.OffhandHasShield().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PaperDollInfo.OffhandHasShield + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PaperDollInfo.OffhandHasWeapon().sublime-snippet b/Reference/Category Reference/_C_PaperDollInfo.OffhandHasWeapon().sublime-snippet new file mode 100644 index 000000000..ef8243d41 --- /dev/null +++ b/Reference/Category Reference/_C_PaperDollInfo.OffhandHasWeapon().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PaperDollInfo.OffhandHasWeapon + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PartyInfo.GetActiveCategories().sublime-snippet b/Reference/Category Reference/_C_PartyInfo.GetActiveCategories().sublime-snippet new file mode 100644 index 000000000..6b15be733 --- /dev/null +++ b/Reference/Category Reference/_C_PartyInfo.GetActiveCategories().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PartyInfo.GetActiveCategories + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PartyInfo.GetInviteConfirmationInvalidQueues(inviteGUID).sublime-snippet b/Reference/Category Reference/_C_PartyInfo.GetInviteConfirmationInvalidQueues(inviteGUID).sublime-snippet new file mode 100644 index 000000000..435e9ad3a --- /dev/null +++ b/Reference/Category Reference/_C_PartyInfo.GetInviteConfirmationInvalidQueues(inviteGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PartyInfo.GetInviteConfirmationInvalidQueues + ("inviteGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PartyPose.GetPartyPoseInfoByMapID(mapID).sublime-snippet b/Reference/Category Reference/_C_PartyPose.GetPartyPoseInfoByMapID(mapID).sublime-snippet new file mode 100644 index 000000000..5c186d1ab --- /dev/null +++ b/Reference/Category Reference/_C_PartyPose.GetPartyPoseInfoByMapID(mapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PartyPose.GetPartyPoseInfoByMapID + (mapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PetInfo.GetPetTamersForMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_PetInfo.GetPetTamersForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..dede82434 --- /dev/null +++ b/Reference/Category Reference/_C_PetInfo.GetPetTamersForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PetInfo.GetPetTamersForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PetJournal.GetDisplayIDByIndex(speciesID, index).sublime-snippet b/Reference/Category Reference/_C_PetJournal.GetDisplayIDByIndex(speciesID, index).sublime-snippet new file mode 100644 index 000000000..0140fb1a3 --- /dev/null +++ b/Reference/Category Reference/_C_PetJournal.GetDisplayIDByIndex(speciesID, index).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PetJournal.GetDisplayIDByIndex + (speciesID, index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PetJournal.GetDisplayProbabilityByIndex(speciesID, index).sublime-snippet b/Reference/Category Reference/_C_PetJournal.GetDisplayProbabilityByIndex(speciesID, index).sublime-snippet new file mode 100644 index 000000000..eb333cc95 --- /dev/null +++ b/Reference/Category Reference/_C_PetJournal.GetDisplayProbabilityByIndex(speciesID, index).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PetJournal.GetDisplayProbabilityByIndex + (speciesID, index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PetJournal.GetNumDisplays(speciesID).sublime-snippet b/Reference/Category Reference/_C_PetJournal.GetNumDisplays(speciesID).sublime-snippet new file mode 100644 index 000000000..c82f1d411 --- /dev/null +++ b/Reference/Category Reference/_C_PetJournal.GetNumDisplays(speciesID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PetJournal.GetNumDisplays + (speciesID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PetJournal.PetUsesRandomDisplay(speciesID).sublime-snippet b/Reference/Category Reference/_C_PetJournal.PetUsesRandomDisplay(speciesID).sublime-snippet new file mode 100644 index 000000000..9973ea136 --- /dev/null +++ b/Reference/Category Reference/_C_PetJournal.PetUsesRandomDisplay(speciesID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PetJournal.PetUsesRandomDisplay + (speciesID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PlayerInfo.GetClass(playerLocation).sublime-snippet b/Reference/Category Reference/_C_PlayerInfo.GetClass(playerLocation).sublime-snippet new file mode 100644 index 000000000..b5cc82c16 --- /dev/null +++ b/Reference/Category Reference/_C_PlayerInfo.GetClass(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PlayerInfo.GetClass + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PlayerInfo.GetName(playerLocation).sublime-snippet b/Reference/Category Reference/_C_PlayerInfo.GetName(playerLocation).sublime-snippet new file mode 100644 index 000000000..7315ea7e5 --- /dev/null +++ b/Reference/Category Reference/_C_PlayerInfo.GetName(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PlayerInfo.GetName + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PlayerInfo.GetRace(playerLocation).sublime-snippet b/Reference/Category Reference/_C_PlayerInfo.GetRace(playerLocation).sublime-snippet new file mode 100644 index 000000000..aa02c3999 --- /dev/null +++ b/Reference/Category Reference/_C_PlayerInfo.GetRace(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PlayerInfo.GetRace + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PlayerInfo.GetSex(playerLocation).sublime-snippet b/Reference/Category Reference/_C_PlayerInfo.GetSex(playerLocation).sublime-snippet new file mode 100644 index 000000000..f2e7c5b88 --- /dev/null +++ b/Reference/Category Reference/_C_PlayerInfo.GetSex(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PlayerInfo.GetSex + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PlayerInfo.IsConnected([playerLocation]).sublime-snippet b/Reference/Category Reference/_C_PlayerInfo.IsConnected([playerLocation]).sublime-snippet new file mode 100644 index 000000000..4aed0b215 --- /dev/null +++ b/Reference/Category Reference/_C_PlayerInfo.IsConnected([playerLocation]).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PlayerInfo.IsConnected + ([playerLocation]) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.CanToggleWarMode().sublime-snippet b/Reference/Category Reference/_C_PvP.CanToggleWarMode().sublime-snippet new file mode 100644 index 000000000..c212e3341 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.CanToggleWarMode().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.CanToggleWarMode + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetArenaCrowdControlInfo(playerToken).sublime-snippet b/Reference/Category Reference/_C_PvP.GetArenaCrowdControlInfo(playerToken).sublime-snippet new file mode 100644 index 000000000..a9f987652 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetArenaCrowdControlInfo(playerToken).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetArenaCrowdControlInfo + ("playerToken") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetArenaRewards(teamSize).sublime-snippet b/Reference/Category Reference/_C_PvP.GetArenaRewards(teamSize).sublime-snippet new file mode 100644 index 000000000..e02b9f8df --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetArenaRewards(teamSize).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetArenaRewards + (teamSize) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetArenaSkirmishRewards().sublime-snippet b/Reference/Category Reference/_C_PvP.GetArenaSkirmishRewards().sublime-snippet new file mode 100644 index 000000000..7ed4f235d --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetArenaSkirmishRewards().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetArenaSkirmishRewards + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetBrawlInfo().sublime-snippet b/Reference/Category Reference/_C_PvP.GetBrawlInfo().sublime-snippet new file mode 100644 index 000000000..a8069da23 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetBrawlInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetBrawlInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetBrawlRewards(brawlType).sublime-snippet b/Reference/Category Reference/_C_PvP.GetBrawlRewards(brawlType).sublime-snippet new file mode 100644 index 000000000..415fcb8a0 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetBrawlRewards(brawlType).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetBrawlRewards + (brawlType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetGlobalPvpScalingInfoForSpecID(specializationID).sublime-snippet b/Reference/Category Reference/_C_PvP.GetGlobalPvpScalingInfoForSpecID(specializationID).sublime-snippet new file mode 100644 index 000000000..672eb53cb --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetGlobalPvpScalingInfoForSpecID(specializationID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetGlobalPvpScalingInfoForSpecID + (specializationID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetHonorRewardInfo(honorLevel).sublime-snippet b/Reference/Category Reference/_C_PvP.GetHonorRewardInfo(honorLevel).sublime-snippet new file mode 100644 index 000000000..4b451667a --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetHonorRewardInfo(honorLevel).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetHonorRewardInfo + (honorLevel) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetNextHonorLevelForReward(honorLevel).sublime-snippet b/Reference/Category Reference/_C_PvP.GetNextHonorLevelForReward(honorLevel).sublime-snippet new file mode 100644 index 000000000..b3a6fb5ed --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetNextHonorLevelForReward(honorLevel).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetNextHonorLevelForReward + (honorLevel) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetOutdoorPvPWaitTime(uiMapID).sublime-snippet b/Reference/Category Reference/_C_PvP.GetOutdoorPvPWaitTime(uiMapID).sublime-snippet new file mode 100644 index 000000000..6caacd729 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetOutdoorPvPWaitTime(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetOutdoorPvPWaitTime + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetPvpTierInfo(tierID).sublime-snippet b/Reference/Category Reference/_C_PvP.GetPvpTierInfo(tierID).sublime-snippet new file mode 100644 index 000000000..27d1e3584 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetPvpTierInfo(tierID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetPvpTierInfo + (tierID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetRandomBGInfo().sublime-snippet b/Reference/Category Reference/_C_PvP.GetRandomBGInfo().sublime-snippet new file mode 100644 index 000000000..e7baa7fe2 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetRandomBGInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetRandomBGInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetRandomBGRewards().sublime-snippet b/Reference/Category Reference/_C_PvP.GetRandomBGRewards().sublime-snippet new file mode 100644 index 000000000..8db76042d --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetRandomBGRewards().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetRandomBGRewards + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetRandomEpicBGInfo().sublime-snippet b/Reference/Category Reference/_C_PvP.GetRandomEpicBGInfo().sublime-snippet new file mode 100644 index 000000000..9270cd2e0 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetRandomEpicBGInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetRandomEpicBGInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetRandomEpicBGRewards().sublime-snippet b/Reference/Category Reference/_C_PvP.GetRandomEpicBGRewards().sublime-snippet new file mode 100644 index 000000000..c70724100 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetRandomEpicBGRewards().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetRandomEpicBGRewards + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetRatedBGRewards().sublime-snippet b/Reference/Category Reference/_C_PvP.GetRatedBGRewards().sublime-snippet new file mode 100644 index 000000000..124711703 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetRatedBGRewards().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetRatedBGRewards + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetSeasonBestInfo().sublime-snippet b/Reference/Category Reference/_C_PvP.GetSeasonBestInfo().sublime-snippet new file mode 100644 index 000000000..2b5c977d8 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetSeasonBestInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetSeasonBestInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.GetSkirmishInfo(pvpBracket).sublime-snippet b/Reference/Category Reference/_C_PvP.GetSkirmishInfo(pvpBracket).sublime-snippet new file mode 100644 index 000000000..8d54e2dca --- /dev/null +++ b/Reference/Category Reference/_C_PvP.GetSkirmishInfo(pvpBracket).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.GetSkirmishInfo + (pvpBracket) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.HasArenaSkirmishWinToday().sublime-snippet b/Reference/Category Reference/_C_PvP.HasArenaSkirmishWinToday().sublime-snippet new file mode 100644 index 000000000..a45fd0716 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.HasArenaSkirmishWinToday().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.HasArenaSkirmishWinToday + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.IsBattlegroundEnlistmentBonusActive().sublime-snippet b/Reference/Category Reference/_C_PvP.IsBattlegroundEnlistmentBonusActive().sublime-snippet new file mode 100644 index 000000000..462290013 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.IsBattlegroundEnlistmentBonusActive().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.IsBattlegroundEnlistmentBonusActive + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.IsInBrawl().sublime-snippet b/Reference/Category Reference/_C_PvP.IsInBrawl().sublime-snippet new file mode 100644 index 000000000..7a695e59c --- /dev/null +++ b/Reference/Category Reference/_C_PvP.IsInBrawl().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.IsInBrawl + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.IsPVPMap().sublime-snippet b/Reference/Category Reference/_C_PvP.IsPVPMap().sublime-snippet new file mode 100644 index 000000000..23b8e917f --- /dev/null +++ b/Reference/Category Reference/_C_PvP.IsPVPMap().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.IsPVPMap + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.IsWarModeActive().sublime-snippet b/Reference/Category Reference/_C_PvP.IsWarModeActive().sublime-snippet new file mode 100644 index 000000000..f6446ebdd --- /dev/null +++ b/Reference/Category Reference/_C_PvP.IsWarModeActive().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.IsWarModeActive + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.IsWarModeDesired().sublime-snippet b/Reference/Category Reference/_C_PvP.IsWarModeDesired().sublime-snippet new file mode 100644 index 000000000..14e313eb8 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.IsWarModeDesired().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.IsWarModeDesired + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_PvP.IsWarModeFeatureEnabled().sublime-snippet b/Reference/Category Reference/_C_PvP.IsWarModeFeatureEnabled().sublime-snippet new file mode 100644 index 000000000..b0e6cc466 --- /dev/null +++ b/Reference/Category Reference/_C_PvP.IsWarModeFeatureEnabled().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_PvP.IsWarModeFeatureEnabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLine.GetAvailableQuestLines(uiMapID).sublime-snippet b/Reference/Category Reference/_C_QuestLine.GetAvailableQuestLines(uiMapID).sublime-snippet new file mode 100644 index 000000000..3c3f25018 --- /dev/null +++ b/Reference/Category Reference/_C_QuestLine.GetAvailableQuestLines(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLine.GetAvailableQuestLines + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLine.GetQuestLineInfo(questID, uiMapID).sublime-snippet b/Reference/Category Reference/_C_QuestLine.GetQuestLineInfo(questID, uiMapID).sublime-snippet new file mode 100644 index 000000000..de9c60864 --- /dev/null +++ b/Reference/Category Reference/_C_QuestLine.GetQuestLineInfo(questID, uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLine.GetQuestLineInfo + (questID, uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLine.GetQuestLineQuests(questLineID).sublime-snippet b/Reference/Category Reference/_C_QuestLine.GetQuestLineQuests(questLineID).sublime-snippet new file mode 100644 index 000000000..f0ad6726d --- /dev/null +++ b/Reference/Category Reference/_C_QuestLine.GetQuestLineQuests(questLineID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLine.GetQuestLineQuests + (questLineID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLog.GetMapForQuestPOIs().sublime-snippet b/Reference/Category Reference/_C_QuestLog.GetMapForQuestPOIs().sublime-snippet new file mode 100644 index 000000000..3717b4d88 --- /dev/null +++ b/Reference/Category Reference/_C_QuestLog.GetMapForQuestPOIs().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLog.GetMapForQuestPOIs + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLog.GetMaxNumQuests().sublime-snippet b/Reference/Category Reference/_C_QuestLog.GetMaxNumQuests().sublime-snippet new file mode 100644 index 000000000..672e699a8 --- /dev/null +++ b/Reference/Category Reference/_C_QuestLog.GetMaxNumQuests().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLog.GetMaxNumQuests + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLog.GetMaxNumQuestsCanAccept().sublime-snippet b/Reference/Category Reference/_C_QuestLog.GetMaxNumQuestsCanAccept().sublime-snippet new file mode 100644 index 000000000..b7390c68d --- /dev/null +++ b/Reference/Category Reference/_C_QuestLog.GetMaxNumQuestsCanAccept().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLog.GetMaxNumQuestsCanAccept + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLog.GetQuestInfo(questID).sublime-snippet b/Reference/Category Reference/_C_QuestLog.GetQuestInfo(questID).sublime-snippet new file mode 100644 index 000000000..de9028cb3 --- /dev/null +++ b/Reference/Category Reference/_C_QuestLog.GetQuestInfo(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLog.GetQuestInfo + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLog.GetQuestObjectives(questID).sublime-snippet b/Reference/Category Reference/_C_QuestLog.GetQuestObjectives(questID).sublime-snippet new file mode 100644 index 000000000..4bbacc1c7 --- /dev/null +++ b/Reference/Category Reference/_C_QuestLog.GetQuestObjectives(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLog.GetQuestObjectives + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLog.GetQuestsOnMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_QuestLog.GetQuestsOnMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..3e1737f2e --- /dev/null +++ b/Reference/Category Reference/_C_QuestLog.GetQuestsOnMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLog.GetQuestsOnMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLog.GetZoneStoryInfo(uiMapID).sublime-snippet b/Reference/Category Reference/_C_QuestLog.GetZoneStoryInfo(uiMapID).sublime-snippet new file mode 100644 index 000000000..dcec18a76 --- /dev/null +++ b/Reference/Category Reference/_C_QuestLog.GetZoneStoryInfo(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLog.GetZoneStoryInfo + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLog.IsOnQuest(questID).sublime-snippet b/Reference/Category Reference/_C_QuestLog.IsOnQuest(questID).sublime-snippet new file mode 100644 index 000000000..73becb167 --- /dev/null +++ b/Reference/Category Reference/_C_QuestLog.IsOnQuest(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLog.IsOnQuest + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLog.QuestHasWarModeBonus(questID).sublime-snippet b/Reference/Category Reference/_C_QuestLog.QuestHasWarModeBonus(questID).sublime-snippet new file mode 100644 index 000000000..1b251de94 --- /dev/null +++ b/Reference/Category Reference/_C_QuestLog.QuestHasWarModeBonus(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLog.QuestHasWarModeBonus + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_QuestLog.ShouldShowQuestRewards(questID).sublime-snippet b/Reference/Category Reference/_C_QuestLog.ShouldShowQuestRewards(questID).sublime-snippet new file mode 100644 index 000000000..f511c7b2a --- /dev/null +++ b/Reference/Category Reference/_C_QuestLog.ShouldShowQuestRewards(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_QuestLog.ShouldShowQuestRewards + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Reputation.GetFactionParagonInfo(factionID).sublime-snippet b/Reference/Category Reference/_C_Reputation.GetFactionParagonInfo(factionID).sublime-snippet new file mode 100644 index 000000000..b7f919467 --- /dev/null +++ b/Reference/Category Reference/_C_Reputation.GetFactionParagonInfo(factionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Reputation.GetFactionParagonInfo + (factionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Reputation.IsFactionParagon(factionID).sublime-snippet b/Reference/Category Reference/_C_Reputation.IsFactionParagon(factionID).sublime-snippet new file mode 100644 index 000000000..0d5b032fa --- /dev/null +++ b/Reference/Category Reference/_C_Reputation.IsFactionParagon(factionID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Reputation.IsFactionParagon + (factionID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ResearchInfo.GetDigSitesForMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_ResearchInfo.GetDigSitesForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..9342c3177 --- /dev/null +++ b/Reference/Category Reference/_C_ResearchInfo.GetDigSitesForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ResearchInfo.GetDigSitesForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex(index).sublime-snippet b/Reference/Category Reference/_C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex(index).sublime-snippet new file mode 100644 index 000000000..559ab63ee --- /dev/null +++ b/Reference/Category Reference/_C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex(index).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ScrappingMachineUI.GetCurrentPendingScrapItemLocationByIndex + (index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ScrappingMachineUI.GetScrapSpellID().sublime-snippet b/Reference/Category Reference/_C_ScrappingMachineUI.GetScrapSpellID().sublime-snippet new file mode 100644 index 000000000..668ac0293 --- /dev/null +++ b/Reference/Category Reference/_C_ScrappingMachineUI.GetScrapSpellID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ScrappingMachineUI.GetScrapSpellID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ScrappingMachineUI.GetScrappingMachineName().sublime-snippet b/Reference/Category Reference/_C_ScrappingMachineUI.GetScrappingMachineName().sublime-snippet new file mode 100644 index 000000000..cd4d2e18d --- /dev/null +++ b/Reference/Category Reference/_C_ScrappingMachineUI.GetScrappingMachineName().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ScrappingMachineUI.GetScrappingMachineName + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_ScrappingMachineUI.HasScrappableItems().sublime-snippet b/Reference/Category Reference/_C_ScrappingMachineUI.HasScrappableItems().sublime-snippet new file mode 100644 index 000000000..be6b1a365 --- /dev/null +++ b/Reference/Category Reference/_C_ScrappingMachineUI.HasScrappableItems().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_ScrappingMachineUI.HasScrappableItems + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SocialQueue.GetAllGroups(allowNonJoinable, allowNonQueuedGroups).sublime-snippet b/Reference/Category Reference/_C_SocialQueue.GetAllGroups(allowNonJoinable, allowNonQueuedGroups).sublime-snippet new file mode 100644 index 000000000..b81041ee9 --- /dev/null +++ b/Reference/Category Reference/_C_SocialQueue.GetAllGroups(allowNonJoinable, allowNonQueuedGroups).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SocialQueue.GetAllGroups + (allowNonJoinable, allowNonQueuedGroups) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SocialQueue.GetConfig().sublime-snippet b/Reference/Category Reference/_C_SocialQueue.GetConfig().sublime-snippet new file mode 100644 index 000000000..4345a6d96 --- /dev/null +++ b/Reference/Category Reference/_C_SocialQueue.GetConfig().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SocialQueue.GetConfig + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SocialQueue.GetGroupForPlayer(playerGUID).sublime-snippet b/Reference/Category Reference/_C_SocialQueue.GetGroupForPlayer(playerGUID).sublime-snippet new file mode 100644 index 000000000..d36681932 --- /dev/null +++ b/Reference/Category Reference/_C_SocialQueue.GetGroupForPlayer(playerGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SocialQueue.GetGroupForPlayer + ("playerGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SocialQueue.GetGroupInfo(groupGUID).sublime-snippet b/Reference/Category Reference/_C_SocialQueue.GetGroupInfo(groupGUID).sublime-snippet new file mode 100644 index 000000000..5f328811d --- /dev/null +++ b/Reference/Category Reference/_C_SocialQueue.GetGroupInfo(groupGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SocialQueue.GetGroupInfo + ("groupGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SocialQueue.GetGroupMembers(groupGUID).sublime-snippet b/Reference/Category Reference/_C_SocialQueue.GetGroupMembers(groupGUID).sublime-snippet new file mode 100644 index 000000000..946975d22 --- /dev/null +++ b/Reference/Category Reference/_C_SocialQueue.GetGroupMembers(groupGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SocialQueue.GetGroupMembers + ("groupGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SocialQueue.GetGroupQueues(groupGUID).sublime-snippet b/Reference/Category Reference/_C_SocialQueue.GetGroupQueues(groupGUID).sublime-snippet new file mode 100644 index 000000000..118a23b7a --- /dev/null +++ b/Reference/Category Reference/_C_SocialQueue.GetGroupQueues(groupGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SocialQueue.GetGroupQueues + ("groupGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SocialQueue.RequestToJoin(groupGUID, applyAsTank, applyAsHealer, applyAsDamage).sublime-snippet b/Reference/Category Reference/_C_SocialQueue.RequestToJoin(groupGUID, applyAsTank, applyAsHealer, applyAsDamage).sublime-snippet new file mode 100644 index 000000000..5f03ee88d --- /dev/null +++ b/Reference/Category Reference/_C_SocialQueue.RequestToJoin(groupGUID, applyAsTank, applyAsHealer, applyAsDamage).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SocialQueue.RequestToJoin + ("groupGUID", applyAsTank, applyAsHealer, applyAsDamage) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SpecializationInfo.GetAllSelectedPvpTalentIDs().sublime-snippet b/Reference/Category Reference/_C_SpecializationInfo.GetAllSelectedPvpTalentIDs().sublime-snippet new file mode 100644 index 000000000..91bf62a94 --- /dev/null +++ b/Reference/Category Reference/_C_SpecializationInfo.GetAllSelectedPvpTalentIDs().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SpecializationInfo.GetAllSelectedPvpTalentIDs + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SpecializationInfo.GetInspectSelectedPvpTalent(inspectedUnit, talentIndex).sublime-snippet b/Reference/Category Reference/_C_SpecializationInfo.GetInspectSelectedPvpTalent(inspectedUnit, talentIndex).sublime-snippet new file mode 100644 index 000000000..ac01120c5 --- /dev/null +++ b/Reference/Category Reference/_C_SpecializationInfo.GetInspectSelectedPvpTalent(inspectedUnit, talentIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SpecializationInfo.GetInspectSelectedPvpTalent + ("inspectedUnit", talentIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SpecializationInfo.GetPvpTalentAlertStatus().sublime-snippet b/Reference/Category Reference/_C_SpecializationInfo.GetPvpTalentAlertStatus().sublime-snippet new file mode 100644 index 000000000..07d9c5e84 --- /dev/null +++ b/Reference/Category Reference/_C_SpecializationInfo.GetPvpTalentAlertStatus().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SpecializationInfo.GetPvpTalentAlertStatus + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SpecializationInfo.GetPvpTalentSlotInfo(talentIndex).sublime-snippet b/Reference/Category Reference/_C_SpecializationInfo.GetPvpTalentSlotInfo(talentIndex).sublime-snippet new file mode 100644 index 000000000..382248d45 --- /dev/null +++ b/Reference/Category Reference/_C_SpecializationInfo.GetPvpTalentSlotInfo(talentIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SpecializationInfo.GetPvpTalentSlotInfo + (talentIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SpecializationInfo.GetPvpTalentSlotUnlockLevel(talentIndex).sublime-snippet b/Reference/Category Reference/_C_SpecializationInfo.GetPvpTalentSlotUnlockLevel(talentIndex).sublime-snippet new file mode 100644 index 000000000..6313c2e91 --- /dev/null +++ b/Reference/Category Reference/_C_SpecializationInfo.GetPvpTalentSlotUnlockLevel(talentIndex).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SpecializationInfo.GetPvpTalentSlotUnlockLevel + (talentIndex) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SpecializationInfo.GetPvpTalentUnlockLevel(talentID).sublime-snippet b/Reference/Category Reference/_C_SpecializationInfo.GetPvpTalentUnlockLevel(talentID).sublime-snippet new file mode 100644 index 000000000..435ffd82e --- /dev/null +++ b/Reference/Category Reference/_C_SpecializationInfo.GetPvpTalentUnlockLevel(talentID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SpecializationInfo.GetPvpTalentUnlockLevel + (talentID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SpecializationInfo.GetSpellsDisplay(specializationID).sublime-snippet b/Reference/Category Reference/_C_SpecializationInfo.GetSpellsDisplay(specializationID).sublime-snippet new file mode 100644 index 000000000..54bfa1548 --- /dev/null +++ b/Reference/Category Reference/_C_SpecializationInfo.GetSpellsDisplay(specializationID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SpecializationInfo.GetSpellsDisplay + (specializationID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_SpecializationInfo.IsPvpTalentLocked(talentID).sublime-snippet b/Reference/Category Reference/_C_SpecializationInfo.IsPvpTalentLocked(talentID).sublime-snippet new file mode 100644 index 000000000..83fe195d9 --- /dev/null +++ b/Reference/Category Reference/_C_SpecializationInfo.IsPvpTalentLocked(talentID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_SpecializationInfo.IsPvpTalentLocked + (talentID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Spell.DoesSpellExist(spellID).sublime-snippet b/Reference/Category Reference/_C_Spell.DoesSpellExist(spellID).sublime-snippet new file mode 100644 index 000000000..3cdef99ea --- /dev/null +++ b/Reference/Category Reference/_C_Spell.DoesSpellExist(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Spell.DoesSpellExist + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Spell.IsSpellDataCached(spellID).sublime-snippet b/Reference/Category Reference/_C_Spell.IsSpellDataCached(spellID).sublime-snippet new file mode 100644 index 000000000..4603d70bc --- /dev/null +++ b/Reference/Category Reference/_C_Spell.IsSpellDataCached(spellID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Spell.IsSpellDataCached + (spellID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_StorePublic.DoesGroupHavePurchaseableProducts(groupID).sublime-snippet b/Reference/Category Reference/_C_StorePublic.DoesGroupHavePurchaseableProducts(groupID).sublime-snippet new file mode 100644 index 000000000..3ae9e45b0 --- /dev/null +++ b/Reference/Category Reference/_C_StorePublic.DoesGroupHavePurchaseableProducts(groupID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_StorePublic.DoesGroupHavePurchaseableProducts + (groupID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_StorePublic.IsDisabledByParentalControls().sublime-snippet b/Reference/Category Reference/_C_StorePublic.IsDisabledByParentalControls().sublime-snippet new file mode 100644 index 000000000..f5bd34ee3 --- /dev/null +++ b/Reference/Category Reference/_C_StorePublic.IsDisabledByParentalControls().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_StorePublic.IsDisabledByParentalControls + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_StorePublic.IsEnabled().sublime-snippet b/Reference/Category Reference/_C_StorePublic.IsEnabled().sublime-snippet new file mode 100644 index 000000000..fd6f78eaf --- /dev/null +++ b/Reference/Category Reference/_C_StorePublic.IsEnabled().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_StorePublic.IsEnabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TaskQuest.DoesMapShowTaskQuestObjectives(uiMapID).sublime-snippet b/Reference/Category Reference/_C_TaskQuest.DoesMapShowTaskQuestObjectives(uiMapID).sublime-snippet new file mode 100644 index 000000000..117091c3b --- /dev/null +++ b/Reference/Category Reference/_C_TaskQuest.DoesMapShowTaskQuestObjectives(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TaskQuest.DoesMapShowTaskQuestObjectives + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TaskQuest.GetDistanceSqToQuest(questID).sublime-snippet b/Reference/Category Reference/_C_TaskQuest.GetDistanceSqToQuest(questID).sublime-snippet new file mode 100644 index 000000000..8da1a32ed --- /dev/null +++ b/Reference/Category Reference/_C_TaskQuest.GetDistanceSqToQuest(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TaskQuest.GetDistanceSqToQuest + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TaskQuest.GetQuestInfoByQuestID(questID).sublime-snippet b/Reference/Category Reference/_C_TaskQuest.GetQuestInfoByQuestID(questID).sublime-snippet new file mode 100644 index 000000000..99f29699c --- /dev/null +++ b/Reference/Category Reference/_C_TaskQuest.GetQuestInfoByQuestID(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TaskQuest.GetQuestInfoByQuestID + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TaskQuest.GetQuestLocation(questID, uiMapID).sublime-snippet b/Reference/Category Reference/_C_TaskQuest.GetQuestLocation(questID, uiMapID).sublime-snippet new file mode 100644 index 000000000..124ab7d4c --- /dev/null +++ b/Reference/Category Reference/_C_TaskQuest.GetQuestLocation(questID, uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TaskQuest.GetQuestLocation + (questID, uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TaskQuest.GetQuestProgressBarInfo(questID).sublime-snippet b/Reference/Category Reference/_C_TaskQuest.GetQuestProgressBarInfo(questID).sublime-snippet new file mode 100644 index 000000000..ee74a47a1 --- /dev/null +++ b/Reference/Category Reference/_C_TaskQuest.GetQuestProgressBarInfo(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TaskQuest.GetQuestProgressBarInfo + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TaskQuest.GetQuestTimeLeftMinutes(questID).sublime-snippet b/Reference/Category Reference/_C_TaskQuest.GetQuestTimeLeftMinutes(questID).sublime-snippet new file mode 100644 index 000000000..034c1d60e --- /dev/null +++ b/Reference/Category Reference/_C_TaskQuest.GetQuestTimeLeftMinutes(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TaskQuest.GetQuestTimeLeftMinutes + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TaskQuest.GetQuestZoneID(questID).sublime-snippet b/Reference/Category Reference/_C_TaskQuest.GetQuestZoneID(questID).sublime-snippet new file mode 100644 index 000000000..13f80919c --- /dev/null +++ b/Reference/Category Reference/_C_TaskQuest.GetQuestZoneID(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TaskQuest.GetQuestZoneID + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TaskQuest.GetQuestsForPlayerByMapID(uiMapID).sublime-snippet b/Reference/Category Reference/_C_TaskQuest.GetQuestsForPlayerByMapID(uiMapID).sublime-snippet new file mode 100644 index 000000000..d94350ac5 --- /dev/null +++ b/Reference/Category Reference/_C_TaskQuest.GetQuestsForPlayerByMapID(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TaskQuest.GetQuestsForPlayerByMapID + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TaskQuest.IsActive(questID).sublime-snippet b/Reference/Category Reference/_C_TaskQuest.IsActive(questID).sublime-snippet new file mode 100644 index 000000000..2cd94af0c --- /dev/null +++ b/Reference/Category Reference/_C_TaskQuest.IsActive(questID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TaskQuest.IsActive + (questID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TaxiMap.GetAllTaxiNodes().sublime-snippet b/Reference/Category Reference/_C_TaxiMap.GetAllTaxiNodes().sublime-snippet new file mode 100644 index 000000000..a6d08b604 --- /dev/null +++ b/Reference/Category Reference/_C_TaxiMap.GetAllTaxiNodes().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TaxiMap.GetAllTaxiNodes + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TaxiMap.GetTaxiNodesForMap(uiMapID).sublime-snippet b/Reference/Category Reference/_C_TaxiMap.GetTaxiNodesForMap(uiMapID).sublime-snippet new file mode 100644 index 000000000..c77a1d179 --- /dev/null +++ b/Reference/Category Reference/_C_TaxiMap.GetTaxiNodesForMap(uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TaxiMap.GetTaxiNodesForMap + (uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TradeSkillUI.GetTradeSkillDisplayName(skillLineID).sublime-snippet b/Reference/Category Reference/_C_TradeSkillUI.GetTradeSkillDisplayName(skillLineID).sublime-snippet new file mode 100644 index 000000000..eee009adb --- /dev/null +++ b/Reference/Category Reference/_C_TradeSkillUI.GetTradeSkillDisplayName(skillLineID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TradeSkillUI.GetTradeSkillDisplayName + (skillLineID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TradeSkillUI.GetTradeSkillLine().sublime-snippet b/Reference/Category Reference/_C_TradeSkillUI.GetTradeSkillLine().sublime-snippet new file mode 100644 index 000000000..938207b69 --- /dev/null +++ b/Reference/Category Reference/_C_TradeSkillUI.GetTradeSkillLine().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TradeSkillUI.GetTradeSkillLine + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TradeSkillUI.IsEmptySkillLineCategory(categoryID).sublime-snippet b/Reference/Category Reference/_C_TradeSkillUI.IsEmptySkillLineCategory(categoryID).sublime-snippet new file mode 100644 index 000000000..3abd48514 --- /dev/null +++ b/Reference/Category Reference/_C_TradeSkillUI.IsEmptySkillLineCategory(categoryID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TradeSkillUI.IsEmptySkillLineCategory + (categoryID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Transmog.GetCreatureDisplayIDForSource(itemModifiedAppearanceID).sublime-snippet b/Reference/Category Reference/_C_Transmog.GetCreatureDisplayIDForSource(itemModifiedAppearanceID).sublime-snippet new file mode 100644 index 000000000..bd310b002 --- /dev/null +++ b/Reference/Category Reference/_C_Transmog.GetCreatureDisplayIDForSource(itemModifiedAppearanceID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Transmog.GetCreatureDisplayIDForSource + (itemModifiedAppearanceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_Transmog.GetSlotForInventoryType(inventoryType).sublime-snippet b/Reference/Category Reference/_C_Transmog.GetSlotForInventoryType(inventoryType).sublime-snippet new file mode 100644 index 000000000..cc1e7aca8 --- /dev/null +++ b/Reference/Category Reference/_C_Transmog.GetSlotForInventoryType(inventoryType).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_Transmog.GetSlotForInventoryType + (inventoryType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogCollection.GetAppearanceSources(appearanceID).sublime-snippet b/Reference/Category Reference/_C_TransmogCollection.GetAppearanceSources(appearanceID).sublime-snippet new file mode 100644 index 000000000..09e2c2378 --- /dev/null +++ b/Reference/Category Reference/_C_TransmogCollection.GetAppearanceSources(appearanceID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogCollection.GetAppearanceSources + (appearanceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogCollection.GetSourceIcon(itemModifiedAppearanceID).sublime-snippet b/Reference/Category Reference/_C_TransmogCollection.GetSourceIcon(itemModifiedAppearanceID).sublime-snippet new file mode 100644 index 000000000..2062b0edf --- /dev/null +++ b/Reference/Category Reference/_C_TransmogCollection.GetSourceIcon(itemModifiedAppearanceID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogCollection.GetSourceIcon + (itemModifiedAppearanceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogCollection.GetSourceInfo(sourceID).sublime-snippet b/Reference/Category Reference/_C_TransmogCollection.GetSourceInfo(sourceID).sublime-snippet new file mode 100644 index 000000000..02d4f069e --- /dev/null +++ b/Reference/Category Reference/_C_TransmogCollection.GetSourceInfo(sourceID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogCollection.GetSourceInfo + (sourceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.GetAllSourceIDs(transmogSetID).sublime-snippet b/Reference/Category Reference/_C_TransmogSets.GetAllSourceIDs(transmogSetID).sublime-snippet new file mode 100644 index 000000000..8d671eb75 --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.GetAllSourceIDs(transmogSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.GetAllSourceIDs + (transmogSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.GetBaseSetsCounts().sublime-snippet b/Reference/Category Reference/_C_TransmogSets.GetBaseSetsCounts().sublime-snippet new file mode 100644 index 000000000..1e33b682f --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.GetBaseSetsCounts().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.GetBaseSetsCounts + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.GetBaseSetsFilter(index).sublime-snippet b/Reference/Category Reference/_C_TransmogSets.GetBaseSetsFilter(index).sublime-snippet new file mode 100644 index 000000000..5a756ae2b --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.GetBaseSetsFilter(index).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.GetBaseSetsFilter + (index) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.GetCameraIDs().sublime-snippet b/Reference/Category Reference/_C_TransmogSets.GetCameraIDs().sublime-snippet new file mode 100644 index 000000000..48e167191 --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.GetCameraIDs().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.GetCameraIDs + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.GetIsFavorite(transmogSetID).sublime-snippet b/Reference/Category Reference/_C_TransmogSets.GetIsFavorite(transmogSetID).sublime-snippet new file mode 100644 index 000000000..9ab3368cf --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.GetIsFavorite(transmogSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.GetIsFavorite + (transmogSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.GetLatestSource().sublime-snippet b/Reference/Category Reference/_C_TransmogSets.GetLatestSource().sublime-snippet new file mode 100644 index 000000000..4a848ca15 --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.GetLatestSource().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.GetLatestSource + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.GetSetNewSources(transmogSetID).sublime-snippet b/Reference/Category Reference/_C_TransmogSets.GetSetNewSources(transmogSetID).sublime-snippet new file mode 100644 index 000000000..1fb54e032 --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.GetSetNewSources(transmogSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.GetSetNewSources + (transmogSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.GetSetsContainingSourceID(sourceID).sublime-snippet b/Reference/Category Reference/_C_TransmogSets.GetSetsContainingSourceID(sourceID).sublime-snippet new file mode 100644 index 000000000..3787f95c7 --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.GetSetsContainingSourceID(sourceID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.GetSetsContainingSourceID + (sourceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.GetSourceIDsForSlot(transmogSetID, slot).sublime-snippet b/Reference/Category Reference/_C_TransmogSets.GetSourceIDsForSlot(transmogSetID, slot).sublime-snippet new file mode 100644 index 000000000..7590657e1 --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.GetSourceIDsForSlot(transmogSetID, slot).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.GetSourceIDsForSlot + (transmogSetID, slot) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.GetSourcesForSlot(transmogSetID, slot).sublime-snippet b/Reference/Category Reference/_C_TransmogSets.GetSourcesForSlot(transmogSetID, slot).sublime-snippet new file mode 100644 index 000000000..4e7b535ae --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.GetSourcesForSlot(transmogSetID, slot).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.GetSourcesForSlot + (transmogSetID, slot) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.HasUsableSets().sublime-snippet b/Reference/Category Reference/_C_TransmogSets.HasUsableSets().sublime-snippet new file mode 100644 index 000000000..c2512d471 --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.HasUsableSets().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.HasUsableSets + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.IsBaseSetCollected(transmogSetID).sublime-snippet b/Reference/Category Reference/_C_TransmogSets.IsBaseSetCollected(transmogSetID).sublime-snippet new file mode 100644 index 000000000..2b8a0dd3a --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.IsBaseSetCollected(transmogSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.IsBaseSetCollected + (transmogSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.IsNewSource(sourceID).sublime-snippet b/Reference/Category Reference/_C_TransmogSets.IsNewSource(sourceID).sublime-snippet new file mode 100644 index 000000000..c567acb89 --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.IsNewSource(sourceID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.IsNewSource + (sourceID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.SetHasNewSources(transmogSetID).sublime-snippet b/Reference/Category Reference/_C_TransmogSets.SetHasNewSources(transmogSetID).sublime-snippet new file mode 100644 index 000000000..8c5a21029 --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.SetHasNewSources(transmogSetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.SetHasNewSources + (transmogSetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_TransmogSets.SetHasNewSourcesForSlot(transmogSetID, slot).sublime-snippet b/Reference/Category Reference/_C_TransmogSets.SetHasNewSourcesForSlot(transmogSetID, slot).sublime-snippet new file mode 100644 index 000000000..9f5949c2c --- /dev/null +++ b/Reference/Category Reference/_C_TransmogSets.SetHasNewSourcesForSlot(transmogSetID, slot).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_TransmogSets.SetHasNewSourcesForSlot + (transmogSetID, slot) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetAllWidgetsBySetID(setID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetAllWidgetsBySetID(setID).sublime-snippet new file mode 100644 index 000000000..b802ce7d7 --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetAllWidgetsBySetID(setID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetAllWidgetsBySetID + (setID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetBelowMinimapWidgetSetID().sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetBelowMinimapWidgetSetID().sublime-snippet new file mode 100644 index 000000000..4a56d2e6a --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetBelowMinimapWidgetSetID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetBelowMinimapWidgetSetID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..fad7852d4 --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetBulletTextListWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..f12797945 --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetCaptureBarWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..e76a79d5e --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetDoubleIconAndTextWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..68513a25b --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetDoubleStatusBarWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..91b13dd97 --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetHorizontalCurrenciesWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..43a961fb8 --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetIconAndTextWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..c145e2a61 --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetIconTextAndBackgroundWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..65ccba769 --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetIconTextAndCurrenciesWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..a61ad25ce --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetScenarioHeaderCurrenciesAndBackgroundWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..968edd524 --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetStackedResourceTrackerWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..3b8c29263 --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetStatusBarWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..1e042d8cf --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetTextWithStateWidgetVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetTextureWithStateVisualizationInfo(widgetID).sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetTextureWithStateVisualizationInfo(widgetID).sublime-snippet new file mode 100644 index 000000000..660eeafc3 --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetTextureWithStateVisualizationInfo(widgetID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetTextureWithStateVisualizationInfo + (widgetID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_UIWidgetManager.GetTopCenterWidgetSetID().sublime-snippet b/Reference/Category Reference/_C_UIWidgetManager.GetTopCenterWidgetSetID().sublime-snippet new file mode 100644 index 000000000..dcb918a36 --- /dev/null +++ b/Reference/Category Reference/_C_UIWidgetManager.GetTopCenterWidgetSetID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_UIWidgetManager.GetTopCenterWidgetSetID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VideoOptions.GetGxAdapterInfo().sublime-snippet b/Reference/Category Reference/_C_VideoOptions.GetGxAdapterInfo().sublime-snippet new file mode 100644 index 000000000..e7d7080b0 --- /dev/null +++ b/Reference/Category Reference/_C_VideoOptions.GetGxAdapterInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VideoOptions.GetGxAdapterInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VignetteInfo.FindBestUniqueVignette(vignetteGUIDs).sublime-snippet b/Reference/Category Reference/_C_VignetteInfo.FindBestUniqueVignette(vignetteGUIDs).sublime-snippet new file mode 100644 index 000000000..a2431bcbc --- /dev/null +++ b/Reference/Category Reference/_C_VignetteInfo.FindBestUniqueVignette(vignetteGUIDs).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VignetteInfo.FindBestUniqueVignette + (vignetteGUIDs) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VignetteInfo.GetVignetteInfo(vignetteGUID).sublime-snippet b/Reference/Category Reference/_C_VignetteInfo.GetVignetteInfo(vignetteGUID).sublime-snippet new file mode 100644 index 000000000..e722ef858 --- /dev/null +++ b/Reference/Category Reference/_C_VignetteInfo.GetVignetteInfo(vignetteGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VignetteInfo.GetVignetteInfo + ("vignetteGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VignetteInfo.GetVignettePosition(vignetteGUID, uiMapID).sublime-snippet b/Reference/Category Reference/_C_VignetteInfo.GetVignettePosition(vignetteGUID, uiMapID).sublime-snippet new file mode 100644 index 000000000..df8d910d4 --- /dev/null +++ b/Reference/Category Reference/_C_VignetteInfo.GetVignettePosition(vignetteGUID, uiMapID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VignetteInfo.GetVignettePosition + ("vignetteGUID", uiMapID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VignetteInfo.GetVignettes().sublime-snippet b/Reference/Category Reference/_C_VignetteInfo.GetVignettes().sublime-snippet new file mode 100644 index 000000000..47035d2a3 --- /dev/null +++ b/Reference/Category Reference/_C_VignetteInfo.GetVignettes().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VignetteInfo.GetVignettes + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.CanPlayerUseVoiceChat().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.CanPlayerUseVoiceChat().sublime-snippet new file mode 100644 index 000000000..f636c0d96 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.CanPlayerUseVoiceChat().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.CanPlayerUseVoiceChat + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.CreateChannel(channelDisplayName).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.CreateChannel(channelDisplayName).sublime-snippet new file mode 100644 index 000000000..d857ac565 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.CreateChannel(channelDisplayName).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.CreateChannel + ("channelDisplayName") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetActiveChannelID().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetActiveChannelID().sublime-snippet new file mode 100644 index 000000000..8248ea585 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetActiveChannelID().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetActiveChannelID + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetActiveChannelType().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetActiveChannelType().sublime-snippet new file mode 100644 index 000000000..b313fcc62 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetActiveChannelType().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetActiveChannelType + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetAvailableInputDevices().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetAvailableInputDevices().sublime-snippet new file mode 100644 index 000000000..ad089dea7 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetAvailableInputDevices().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetAvailableInputDevices + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetAvailableOutputDevices().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetAvailableOutputDevices().sublime-snippet new file mode 100644 index 000000000..f75c15a66 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetAvailableOutputDevices().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetAvailableOutputDevices + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetChannel(channelID).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetChannel(channelID).sublime-snippet new file mode 100644 index 000000000..1e67ec7d0 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetChannel(channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetChannel + (channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetChannelForChannelType(channelType).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetChannelForChannelType(channelType).sublime-snippet new file mode 100644 index 000000000..956bbc157 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetChannelForChannelType(channelType).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetChannelForChannelType + (channelType) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetChannelForCommunityStream(clubId, streamId).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetChannelForCommunityStream(clubId, streamId).sublime-snippet new file mode 100644 index 000000000..1da508baa --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetChannelForCommunityStream(clubId, streamId).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetChannelForCommunityStream + ("clubId", "streamId") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetCommunicationMode().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetCommunicationMode().sublime-snippet new file mode 100644 index 000000000..96e832201 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetCommunicationMode().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetCommunicationMode + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode().sublime-snippet new file mode 100644 index 000000000..c8cfb1519 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetCurrentVoiceChatConnectionStatusCode + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetInputVolume().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetInputVolume().sublime-snippet new file mode 100644 index 000000000..e14281617 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetInputVolume().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetInputVolume + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo().sublime-snippet new file mode 100644 index 000000000..33e7010c0 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetLocalPlayerActiveChannelMemberInfo + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetLocalPlayerMemberID(channelID).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetLocalPlayerMemberID(channelID).sublime-snippet new file mode 100644 index 000000000..bfab90027 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetLocalPlayerMemberID(channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetLocalPlayerMemberID + (channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetMemberGUID(memberID, channelID).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetMemberGUID(memberID, channelID).sublime-snippet new file mode 100644 index 000000000..e1972fb57 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetMemberGUID(memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetMemberGUID + (memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetMemberID(channelID, memberGUID).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetMemberID(channelID, memberGUID).sublime-snippet new file mode 100644 index 000000000..b38ce1e44 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetMemberID(channelID, memberGUID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetMemberID + (channelID, "memberGUID") + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetMemberInfo(memberID, channelID).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetMemberInfo(memberID, channelID).sublime-snippet new file mode 100644 index 000000000..5ebc64639 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetMemberInfo(memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetMemberInfo + (memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetMemberName(memberID, channelID).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetMemberName(memberID, channelID).sublime-snippet new file mode 100644 index 000000000..2925e2ffe --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetMemberName(memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetMemberName + (memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetMemberVolume(playerLocation).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetMemberVolume(playerLocation).sublime-snippet new file mode 100644 index 000000000..a4afa8c34 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetMemberVolume(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetMemberVolume + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetOutputVolume().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetOutputVolume().sublime-snippet new file mode 100644 index 000000000..a8d94dc83 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetOutputVolume().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetOutputVolume + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetPTTButtonPressedState().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetPTTButtonPressedState().sublime-snippet new file mode 100644 index 000000000..3a5d37238 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetPTTButtonPressedState().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetPTTButtonPressedState + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetProcesses().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetProcesses().sublime-snippet new file mode 100644 index 000000000..267bc1924 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetProcesses().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetProcesses + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetPushToTalkBinding().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetPushToTalkBinding().sublime-snippet new file mode 100644 index 000000000..0b4941ad8 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetPushToTalkBinding().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetPushToTalkBinding + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.GetVADSensitivity().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.GetVADSensitivity().sublime-snippet new file mode 100644 index 000000000..0781b042c --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.GetVADSensitivity().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.GetVADSensitivity + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.IsDeafened().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.IsDeafened().sublime-snippet new file mode 100644 index 000000000..a7253cd0c --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.IsDeafened().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.IsDeafened + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.IsEnabled().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.IsEnabled().sublime-snippet new file mode 100644 index 000000000..3b5846745 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.IsEnabled().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.IsEnabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.IsLoggedIn().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.IsLoggedIn().sublime-snippet new file mode 100644 index 000000000..f2c083b43 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.IsLoggedIn().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.IsLoggedIn + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.IsMemberLocalPlayer(memberID, channelID).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.IsMemberLocalPlayer(memberID, channelID).sublime-snippet new file mode 100644 index 000000000..905d326d4 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.IsMemberLocalPlayer(memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.IsMemberLocalPlayer + (memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.IsMemberMuted(playerLocation).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.IsMemberMuted(playerLocation).sublime-snippet new file mode 100644 index 000000000..826c7651b --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.IsMemberMuted(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.IsMemberMuted + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.IsMemberMutedForAll(memberID, channelID).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.IsMemberMutedForAll(memberID, channelID).sublime-snippet new file mode 100644 index 000000000..7e4d803cf --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.IsMemberMutedForAll(memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.IsMemberMutedForAll + (memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.IsMemberSilenced(memberID, channelID).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.IsMemberSilenced(memberID, channelID).sublime-snippet new file mode 100644 index 000000000..be3b349b4 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.IsMemberSilenced(memberID, channelID).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.IsMemberSilenced + (memberID, channelID) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.IsMuted().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.IsMuted().sublime-snippet new file mode 100644 index 000000000..71614c177 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.IsMuted().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.IsMuted + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.IsParentalDisabled().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.IsParentalDisabled().sublime-snippet new file mode 100644 index 000000000..d6eb16371 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.IsParentalDisabled().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.IsParentalDisabled + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.IsParentalMuted().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.IsParentalMuted().sublime-snippet new file mode 100644 index 000000000..766301d75 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.IsParentalMuted().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.IsParentalMuted + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.IsPlayerUsingVoice(playerLocation).sublime-snippet b/Reference/Category Reference/_C_VoiceChat.IsPlayerUsingVoice(playerLocation).sublime-snippet new file mode 100644 index 000000000..61d9eb025 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.IsPlayerUsingVoice(playerLocation).sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.IsPlayerUsingVoice + (playerLocation) + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.IsSilenced().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.IsSilenced().sublime-snippet new file mode 100644 index 000000000..2679cff54 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.IsSilenced().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.IsSilenced + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.Login().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.Login().sublime-snippet new file mode 100644 index 000000000..d8cb588c9 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.Login().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.Login + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.Logout().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.Logout().sublime-snippet new file mode 100644 index 000000000..f8a683da0 --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.Logout().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.Logout + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua + diff --git a/Reference/Category Reference/_C_VoiceChat.ShouldDiscoverChannels().sublime-snippet b/Reference/Category Reference/_C_VoiceChat.ShouldDiscoverChannels().sublime-snippet new file mode 100644 index 000000000..d34b6248f --- /dev/null +++ b/Reference/Category Reference/_C_VoiceChat.ShouldDiscoverChannels().sublime-snippet @@ -0,0 +1,6 @@ + + + _C_VoiceChat.ShouldDiscoverChannels + () + source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua +