Skip to content

Commit a9d818f

Browse files
committed
Updated PapyrusUtil snippets
Updated to PapyrusUtil 3.0
1 parent 2451bac commit a9d818f

File tree

342 files changed

+857
-239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

342 files changed

+857
-239
lines changed

Core/Papyrus.tmLanguage

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Libraries/PapyrusUtil/JsonUtil.AdjustFloatValue.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<tabTrigger>AdjustFloatValue</tabTrigger>
33
<scope>source.papyrus</scope>
44
<description>JsonUtil.AdjustFloatValue (PapyrusUtil)</description>
5-
<content><![CDATA[AdjustFloatValue(${1:string FileName}, ${2:string key}, ${3:float amount})]]></content>
5+
<content><![CDATA[AdjustFloatValue(${1:string FileName}, ${2:string KeyName}, ${3:float amount})]]></content>
66
</snippet>

Libraries/PapyrusUtil/JsonUtil.AdjustIntValue.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<tabTrigger>AdjustIntValue</tabTrigger>
33
<scope>source.papyrus</scope>
44
<description>JsonUtil.AdjustIntValue (PapyrusUtil)</description>
5-
<content><![CDATA[AdjustIntValue(${1:string FileName}, ${2:string key}, ${3:int amount})]]></content>
5+
<content><![CDATA[AdjustIntValue(${1:string FileName}, ${2:string KeyName}, ${3:int amount})]]></content>
66
</snippet>

Libraries/PapyrusUtil/JsonUtil.FloatListAdd.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<tabTrigger>FloatListAdd</tabTrigger>
33
<scope>source.papyrus</scope>
44
<description>JsonUtil.FloatListAdd (PapyrusUtil)</description>
5-
<content><![CDATA[FloatListAdd(${1:string FileName}, ${2:string key}, ${3:Float value}, ${4:bool allowDuplicate = true})]]></content>
5+
<content><![CDATA[FloatListAdd(${1:string FileName}, ${2:string KeyName}, ${3:float value}, ${4:bool allowDuplicate = true})]]></content>
66
</snippet>

Libraries/PapyrusUtil/JsonUtil.FloatListAdjust.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<tabTrigger>FloatListAdjust</tabTrigger>
33
<scope>source.papyrus</scope>
44
<description>JsonUtil.FloatListAdjust (PapyrusUtil)</description>
5-
<content><![CDATA[FloatListAdjust(${1:string FileName}, ${2:string key}, ${3:int index}, ${4:float amount})]]></content>
5+
<content><![CDATA[FloatListAdjust(${1:string FileName}, ${2:string KeyName}, ${3:int index}, ${4:float amount})]]></content>
66
</snippet>

Libraries/PapyrusUtil/JsonUtil.FloatListClear.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<tabTrigger>FloatListClear</tabTrigger>
33
<scope>source.papyrus</scope>
44
<description>JsonUtil.FloatListClear (PapyrusUtil)</description>
5-
<content><![CDATA[FloatListClear(${1:string FileName}, ${2:string key})]]></content>
5+
<content><![CDATA[FloatListClear(${1:string FileName}, ${2:string KeyName})]]></content>
66
</snippet>

Libraries/PapyrusUtil/JsonUtil.FloatListCopy.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<tabTrigger>FloatListCopy</tabTrigger>
33
<scope>source.papyrus</scope>
44
<description>JsonUtil.FloatListCopy (PapyrusUtil)</description>
5-
<content><![CDATA[FloatListCopy(${1:string FileName}, ${2:string key}, ${3:float[] copy})]]></content>
5+
<content><![CDATA[FloatListCopy(${1:string FileName}, ${2:string KeyName}, ${3:float[] copy})]]></content>
66
</snippet>

Libraries/PapyrusUtil/JsonUtil.FloatListCount.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<tabTrigger>FloatListCount</tabTrigger>
33
<scope>source.papyrus</scope>
44
<description>JsonUtil.FloatListCount (PapyrusUtil)</description>
5-
<content><![CDATA[FloatListCount(${1:string FileName}, ${2:string key})]]></content>
5+
<content><![CDATA[FloatListCount(${1:string FileName}, ${2:string KeyName})]]></content>
66
</snippet>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<snippet>
2+
<tabTrigger>FloatListCountValue</tabTrigger>
3+
<scope>source.papyrus</scope>
4+
<description>JsonUtil.FloatListCountValue (PapyrusUtil)</description>
5+
<content><![CDATA[FloatListCountValue(${1:string FileName}, ${2:string KeyName}, ${3:float value}, ${4:bool exclude = false})]]></content>
6+
</snippet>

Libraries/PapyrusUtil/JsonUtil.FloatListFind.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<tabTrigger>FloatListFind</tabTrigger>
33
<scope>source.papyrus</scope>
44
<description>JsonUtil.FloatListFind (PapyrusUtil)</description>
5-
<content><![CDATA[FloatListFind(${1:string FileName}, ${2:string key}, ${3:Float value})]]></content>
5+
<content><![CDATA[FloatListFind(${1:string FileName}, ${2:string KeyName}, ${3:float value})]]></content>
66
</snippet>

0 commit comments

Comments
 (0)