We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e883c95 commit 3b123d0Copy full SHA for 3b123d0
snippets/qc-snippets.json
@@ -113,5 +113,12 @@
113
"\\$continue ${1:sequence or animation name}"
114
],
115
"description": "Trick the compiler parser by continue insert commands into a `$animation` or `$sequence`"
116
+ },
117
+ "Attachment": {
118
+ "prefix": "$attachment",
119
+ "body": [
120
+ "\\$attachment ${1:attachment name} ${2:bone name} ${3:0} ${3:0} ${3:0} ${3:-90} ${3:-90} ${3:0}"
121
+ ],
122
+ "description": "Attachment point (-90 -90 0 rotation is default)"
123
}
124
0 commit comments