File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 3
3
"displayName" : " PewPew Snippets" ,
4
4
"description" : " A Visual Studio Code extension that has useful snippets to enhance level creation for PewPew Live." ,
5
5
"publisher" : " Tasty-Kiwi" ,
6
- "version" : " 1.0.4 " ,
6
+ "version" : " 1.0.5 " ,
7
7
"badges" : [{
8
8
"url" : " https://img.shields.io/badge/Come%20to%20see%20our-GitHub%20repository-success?style=for-the-badge&logo=github" ,
9
9
"href" : " https://github.com/Tasty-Kiwi/PewPewSnippets" ,
Original file line number Diff line number Diff line change 110
110
"body" : " pewpew.get_entity_count($0)" ,
111
111
"description" : " Returns the number of entities of specified type that are alive."
112
112
},
113
+ "get_entity_type" :{
114
+ "prefix" : " get_entity_type()" ,
115
+ "body" : " pewpew.get_entity_type($0)" ,
116
+ "description" : " Returns the type of the given entity."
117
+ },
113
118
"play_ambient_sound" :{
114
119
"prefix" : " play_ambient_sound()" ,
115
120
"body" : " pewpew.play_ambient_sound(${1:sound_path}, ${2:index})" ,
You can’t perform that action at this time.
0 commit comments