-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to Campfire Dev Kit 1.1
- Loading branch information
Showing
25 changed files
with
78 additions
and
74 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
Libraries/CampUtil/CampUtil.GetCampfireSettingBool.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> | ||
<tabTrigger>GetCampfireSettingBool</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>CampUtil.GetCampfireSettingBool (CampUtil)</description> | ||
<content><![CDATA[GetCampfireSettingBool(${1:string setting})]]></content> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Libraries/CampUtil/CampUtil.GetCampfireSettingInt.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> | ||
<tabTrigger>GetCampfireSettingInt</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>CampUtil.GetCampfireSettingInt (CampUtil)</description> | ||
<content><![CDATA[GetCampfireSettingInt(${1:string setting})]]></content> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Libraries/CampUtil/CampUtil.GetCampfireVersion.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> | ||
<tabTrigger>GetCampfireVersion</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>CampUtil.GetCampfireVersion (CampUtil)</description> | ||
<content><![CDATA[GetCampfireVersion()]]></content> | ||
</snippet> |
6 changes: 0 additions & 6 deletions
6
Libraries/CampUtil/CampUtil.GetCompatibilitySystem.sublime-snippet
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Libraries/CampUtil/CampUtil.GetPlacementSystem.sublime-snippet
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Libraries/CampUtil/CampUtil.GetSettingEquipmentFlammable.sublime-snippet
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
Libraries/CampUtil/CampUtil.IsCurrentTentWarm.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> | ||
<tabTrigger>IsCurrentTentWarm</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>CampUtil.IsCurrentTentWarm (CampUtil)</description> | ||
<content><![CDATA[IsCurrentTentWarm()]]></content> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Libraries/CampUtil/CampUtil.IsCurrentTentWaterproof.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> | ||
<tabTrigger>IsCurrentTentWaterproof</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>CampUtil.IsCurrentTentWaterproof (CampUtil)</description> | ||
<content><![CDATA[IsCurrentTentWaterproof()]]></content> | ||
</snippet> |
6 changes: 6 additions & 0 deletions
6
Libraries/CampUtil/CampUtil.IsPlaceableObjectTemporary.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> | ||
<tabTrigger>IsPlaceableObjectTemporary</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>CampUtil.IsPlaceableObjectTemporary (CampUtil)</description> | ||
<content><![CDATA[IsPlaceableObjectTemporary(${1:Form akBaseObject})]]></content> | ||
</snippet> |
This file was deleted.
Oops, something went wrong.
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,8 @@ | ||
<snippet> | ||
<tabTrigger>OnBedrollSitLay</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>CampUtil.OnBedrollSitLay (CampUtil)</description> | ||
<content><![CDATA[Event Campfire_OnBedrollSitLay(${1:Form akTent}, ${2:bool abGettingUp}) | ||
${0} | ||
EndEvent]]></content> | ||
</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,8 @@ | ||
<snippet> | ||
<tabTrigger>OnObjectPlaced</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>CampUtil.OnObjectPlaced (CampUtil)</description> | ||
<content><![CDATA[Event Campfire_OnObjectPlaced(${1:Form akPlacedObject}, ${2:float afPositionX}, ${3:float afPositionY}, ${4:float afPositionZ}, ${5:float afAngleX}, ${6:float afAngleY}, ${7:float afAngleZ}, ${8:bool abIsTent}) | ||
${0} | ||
EndEvent]]></content> | ||
</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,8 @@ | ||
<snippet> | ||
<tabTrigger>OnObjectRemoved</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>CampUtil.OnObjectRemoved (CampUtil)</description> | ||
<content><![CDATA[Event Campfire_OnObjectRemoved(${1:Form akPlacedObject}, ${2:float afPositionX}, ${3:float afPositionY}, ${4:float afPositionZ}, ${5:float afAngleX}, ${6:float afAngleY}, ${7:float afAngleZ}, ${8:bool abIsTent}) | ||
${0} | ||
EndEvent]]></content> | ||
</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,8 @@ | ||
<snippet> | ||
<tabTrigger>OnTentEnter</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>CampUtil.OnTentEnter (CampUtil)</description> | ||
<content><![CDATA[Event Campfire_OnTentEnter(${1:Form akTent}, ${2:bool abHasShelter}) | ||
${0} | ||
EndEvent]]></content> | ||
</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,8 @@ | ||
<snippet> | ||
<tabTrigger>OnTentLeave</tabTrigger> | ||
<scope>source.papyrus</scope> | ||
<description>CampUtil.OnTentLeave (CampUtil)</description> | ||
<content><![CDATA[Event Campfire_OnTentLeave() | ||
${0} | ||
EndEvent]]></content> | ||
</snippet> |
6 changes: 0 additions & 6 deletions
6
Libraries/CampUtil/CampUtil.RaiseCampAPIError.sublime-snippet
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Libraries/CampUtil/CampUtil.RaiseEvent_OnObjectPlaced.sublime-snippet
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Libraries/CampUtil/CampUtil.RaiseEvent_OnObjectRemoved.sublime-snippet
This file was deleted.
Oops, something went wrong.
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