-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,467 changed files
with
3,991 additions
and
1,799 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
272 changes: 150 additions & 122 deletions
272
Reference/API Reference/!/API Reference.sublime-completions.txt
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/CreateColorFromBytes(r, b, g, a).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[CreateColorFromBytes(${1:r}, ${2:b}, ${3:g}, ${4:a})$0]]></content> | ||
<tabTrigger>CreateColorFromBytes</tabTrigger> | ||
<description>(r, b, g, a)</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/CreateColorFromHexString(hexColor).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[CreateColorFromHexString(${1:"hexColor"})$0]]></content> | ||
<tabTrigger>CreateColorFromHexString</tabTrigger> | ||
<description>("hexColor")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
...PI Reference/CreateFramePool(frameType, parent, template, [resetterFunc]).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[CreateFramePool("${1:frameType}", ${2:parent}, "${3:template}", ${4:[resetterFunc]})$0]]></content> | ||
<tabTrigger>CreateFramePool</tabTrigger> | ||
<description>("frameType", parent, "template", [resetterFunc])</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/FormatFraction(numerator, denominator).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[FormatFraction(${1:numerator}, ${2:denominator})$0]]></content> | ||
<tabTrigger>FormatFraction</tabTrigger> | ||
<description>(numerator, denominator)</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/GetCalendarEventLink(monthOffset, monthDay, index).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[GetCalendarEventLink(${1:monthOffset}, ${2:monthDay}, ${3:index})$0]]></content> | ||
<tabTrigger>GetCalendarEventLink</tabTrigger> | ||
<description>(monthOffset, monthDay, index)</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/GetCommunityLink(clubId).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[GetCommunityLink(${1:clubId})$0]]></content> | ||
<tabTrigger>GetCommunityLink</tabTrigger> | ||
<description>(clubId)</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/GetFinalNameFromTextureKit(pieceName, textureKit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[GetFinalNameFromTextureKit(${1:"pieceName"}, ${2:"textureKit"})$0]]></content> | ||
<tabTrigger>GetFinalNameFromTextureKit</tabTrigger> | ||
<description>("pieceName", "textureKit")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
...API Reference/GetHighlightedNumberDifferenceString(baseString, newString).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[GetHighlightedNumberDifferenceString(${1:"baseString"}, ${2:"newString"})$0]]></content> | ||
<tabTrigger>GetHighlightedNumberDifferenceString</tabTrigger> | ||
<description>("baseString", "newString")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
...rence/API Reference/GetItemStatDelta(itemLink1, itemLink2, [returnTable]).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[GetItemStatDelta("${1:itemLink1}", "${2:itemLink2}", ${3:[returnTable]})$0]]></content> | ||
<tabTrigger>GetItemStatDelta</tabTrigger> | ||
<description>("itemLink1", "itemLink2", [returnTable])</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/GetUnscaledFrameRect(frame, scale).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[GetUnscaledFrameRect(${1:frame}, ${2:scale})$0]]></content> | ||
<tabTrigger>GetUnscaledFrameRect</tabTrigger> | ||
<description>(frame, scale)</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/PlayerVehicleHasComboPoints().sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[PlayerVehicleHasComboPoints()$0]]></content> | ||
<tabTrigger>PlayerVehicleHasComboPoints</tabTrigger> | ||
<description>()</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
...classIndex], [subClassIndex], [page], [isUsable], [minQuality], [getAll]).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[QueryAuctionItems(${1:["name"]}, ${2:[minLevel]}, ${3:[maxLevel]}, ${4:[invTypeIndex]}, ${5:[classIndex]}, ${6:[subClassIndex]}, ${7:[page]}, ${8:[isUsable]}, ${9:[minQuality]}, ${10:[getAll]})$0]]></content> | ||
<tabTrigger>QueryAuctionItems</tabTrigger> | ||
<description>(["name"], [minLevel], [maxLevel], [invTypeIndex], [classIndex], [subClassIndex], [page], [isUsable], [minQuality], [getAll])</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
...rence/SetPortraitTextureFromCreatureDisplayID(texture, creatureDisplayID).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[SetPortraitTextureFromCreatureDisplayID(${1:texture}, ${2:creatureDisplayID})$0]]></content> | ||
<tabTrigger>SetPortraitTextureFromCreatureDisplayID</tabTrigger> | ||
<description>(texture, creatureDisplayID)</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/SocialRenderItem(itemLink).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[SocialRenderItem(${1:itemLink})$0]]></content> | ||
<tabTrigger>SocialRenderItem</tabTrigger> | ||
<description>(itemLink)</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/SplitTextIntoHeaderAndNonHeader(text).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[SplitTextIntoHeaderAndNonHeader(${1:"text"})$0]]></content> | ||
<tabTrigger>SplitTextIntoHeaderAndNonHeader</tabTrigger> | ||
<description>("text")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
... Reference/UnitIsOwnerOrControllerOfUnit(controllingUnit, controlledUnit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[UnitIsOwnerOrControllerOfUnit(${1:controllingUnit}, ${2:controlledUnit})$0]]></content> | ||
<tabTrigger>UnitIsOwnerOrControllerOfUnit</tabTrigger> | ||
<description>(controllingUnit, controlledUnit)</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/UnitIsWarModeActive(unit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[UnitIsWarModeActive("${1:unit}")$0]]></content> | ||
<tabTrigger>UnitIsWarModeActive</tabTrigger> | ||
<description>("unit")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/UnitIsWarModeDesired(unit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[UnitIsWarModeDesired("${1:unit}")$0]]></content> | ||
<tabTrigger>UnitIsWarModeDesired</tabTrigger> | ||
<description>("unit")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/UnitIsWarModePhased(unit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[UnitIsWarModePhased("${1:unit}")$0]]></content> | ||
<tabTrigger>UnitIsWarModePhased</tabTrigger> | ||
<description>("unit")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/UnitPower(unitID, [powerType], [unmodified]).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[UnitPower("${1:unitID}", ${2:[powerType]}, ${3:[unmodified]})$0]]></content> | ||
<tabTrigger>UnitPower</tabTrigger> | ||
<description>("unitID", [powerType], [unmodified])</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/UnitPowerDisplayMod(powerType).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[UnitPowerDisplayMod(${1:"powerType"})$0]]></content> | ||
<tabTrigger>UnitPowerDisplayMod</tabTrigger> | ||
<description>("powerType")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/UnitPowerMax(unitID, [powerType], [unmodified]).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[UnitPowerMax("${1:unitID}", ${2:[powerType], ${3:[unmodified]})$0]]></content> | ||
<tabTrigger>UnitPowerMax</tabTrigger> | ||
<description>("unitID", [powerType], [unmodified])</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
...I Reference/_CreateFramePool(frameType, parent, template, [resetterFunc]).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:framePool} = CreateFramePool("${2:frameType}", ${3:parent}, "${4:template}", ${5:[resetterFunc]})$0]]></content> | ||
<tabTrigger>_CreateFramePool</tabTrigger> | ||
<description>("frameType", parent, "template", [resetterFunc])</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_GetCalendarEventLink(monthOffset, monthDay, index).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:link} = GetCalendarEventLink(${2:monthOffset}, ${3:monthDay}, ${4:index})$0]]></content> | ||
<tabTrigger>_GetCalendarEventLink</tabTrigger> | ||
<description>(monthOffset, monthDay, index)</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_GetCommunityLink(clubId).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:link} = GetCommunityLink(${2:clubId})$0]]></content> | ||
<tabTrigger>_GetCommunityLink</tabTrigger> | ||
<description>(clubId)</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_GetFinalNameFromTextureKit(pieceName, textureKit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:name} = GetFinalNameFromTextureKit(${2:"pieceName"}, ${3:"textureKit"})$0]]></content> | ||
<tabTrigger>_GetFinalNameFromTextureKit</tabTrigger> | ||
<description>("pieceName", "textureKit")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
...PI Reference/_GetHighlightedNumberDifferenceString(baseString, newString).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:outputString} = GetHighlightedNumberDifferenceString(${2:"baseString"}, ${3:"newString"})$0]]></content> | ||
<tabTrigger>_GetHighlightedNumberDifferenceString</tabTrigger> | ||
<description>("baseString", "newString")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
...ence/API Reference/_GetItemStatDelta(itemLink1, itemLink2, [returnTable]).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:statTable} = GetItemStatDelta("${2:itemLink1}", "${3:itemLink2}", ${4:[returnTable]})$0]]></content> | ||
<tabTrigger>_GetItemStatDelta</tabTrigger> | ||
<description>("itemLink1", "itemLink2", [returnTable])</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_GetUnscaledFrameRect(frame, scale).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:left}, ${2:bottom}, ${3:width}, ${4:height} = GetUnscaledFrameRect(${5:frame}, ${6:scale})$0]]></content> | ||
<tabTrigger>_GetUnscaledFrameRect</tabTrigger> | ||
<description>(frame, scale)</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_IsItemInRange(itemID, unit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:inRange} = IsItemInRange(${1:itemID}, "${2:unit}")$0]]></content> | ||
<tabTrigger>_IsItemInRange</tabTrigger> | ||
<description>(itemID, "2:unit")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_IsItemInRange(itemLink, unit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:inRange} = IsItemInRange("${1:itemLink}", "${2:unit}")$0]]></content> | ||
<tabTrigger>_IsItemInRange</tabTrigger> | ||
<description>("itemLink", "2:unit")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_IsItemInRange(itemName, unit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:inRange} = IsItemInRange(${1:itemName}, "${2:unit}")$0]]></content> | ||
<tabTrigger>_IsItemInRange</tabTrigger> | ||
<description>(itemName, "2:unit")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_PlayerVehicleHasComboPoints().sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:hasCombo} = PlayerVehicleHasComboPoints()$0]]></content> | ||
<tabTrigger>_PlayerVehicleHasComboPoints</tabTrigger> | ||
<description>()</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_SplitTextIntoHeaderAndNonHeader(text).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:header}, ${2:nonHeader} = SplitTextIntoHeaderAndNonHeader(${3:"text"})$0]]></content> | ||
<tabTrigger>_SplitTextIntoHeaderAndNonHeader</tabTrigger> | ||
<description>("text")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...Reference/_UnitIsOwnerOrControllerOfUnit(controllingUnit, controlledUnit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:unitIsOwnerOrControllerOfUnit} = UnitIsOwnerOrControllerOfUnit(${2:controllingUnit}, ${3:controlledUnit})$0]]></content> | ||
<tabTrigger>_UnitIsOwnerOrControllerOfUnit</tabTrigger> | ||
<description>(controllingUnit, controlledUnit)</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_UnitIsWarModeActive(unit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:warModeActive} = UnitIsWarModeActive("${2:unit}")$0]]></content> | ||
<tabTrigger>_UnitIsWarModeActive</tabTrigger> | ||
<description>("unit")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_UnitIsWarModeDesired(unit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:warModeDesired} = UnitIsWarModeDesired("${2:unit}")$0]]></content> | ||
<tabTrigger>_UnitIsWarModeDesired</tabTrigger> | ||
<description>("unit")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_UnitIsWarModePhased(unit).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:warModePhased} = UnitIsWarModePhased("${2:unit}")$0]]></content> | ||
<tabTrigger>_UnitIsWarModePhased</tabTrigger> | ||
<description>("unit")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_UnitPower(unitID, [powerType], [unmodified]).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:power} = UnitPower("${2:unitID}", ${3:[powerType]}, ${4:[unmodified]})$0]]></content> | ||
<tabTrigger>_UnitPower</tabTrigger> | ||
<description>("unitID", [powerType], [unmodified])</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_UnitPowerDisplayMod(powerType).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:displayMod} = UnitPowerDisplayMod(${2:"powerType"})$0]]></content> | ||
<tabTrigger>_UnitPowerDisplayMod</tabTrigger> | ||
<description>("powerType")</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Reference/API Reference/_UnitPowerMax(unitID, [powerType], [unmodified]).sublime-snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<snippet> | ||
<content><![CDATA[${1:maxValue} = UnitPowerMax("${2:unitID}", ${3:[powerType]}, ${4:[unmodified]})$0]]></content> | ||
<tabTrigger>_UnitPowerMax</tabTrigger> | ||
<description>("unitID", [powerType], [unmodified])</description> | ||
<scope>source.lua - entity - punctuation - keyword - string - meta.function.arguments.lua - meta.punctuation.lua - meta.method-call.lua</scope> | ||
</snippet> |
Oops, something went wrong.