Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Commit

Permalink
v1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakyevil authored Aug 20, 2023
1 parent 8e1c575 commit f38bea7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions squirrel.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,11 @@
"prefix": [ "function OnCharacterDeath(SimCharacter)", "OnCharacterDeath" ],
"body": "function OnCharacterDeath(SimCharacter)\n{\n\t$0\n}"
},
"Callback: OnCharacterSpawn":
{
"prefix": [ "function OnCharacterSpawn(SimCharacter, IsAmbient, CalledFromSkookum)", "OnCharacterSpawn" ],
"body": "function OnCharacterSpawn(SimCharacter, IsAmbient, CalledFromSkookum)\n{\n\t$0\n}"
},
"Callback: OnGameUpdate":
{
"prefix": [ "function OnGameUpdate()", "OnGameUpdate" ],
Expand Down

0 comments on commit f38bea7

Please sign in to comment.