You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@ So for example if Category terms include Weapon.Category.BOMB and Weapon.Categor
57
57
58
58
Note for exact enum values to use see [here](https://wiki.hoggitworld.com/view/DCS_enum_weapon)
59
59
60
+
Finally to debug or otherwise figure out the values for a specific weapon including name run `WT.weapon.Debug()` that will turn on debugging output that will, among other things, print weapon details out to the screen when you fire a weapon
61
+
60
62
Ok now how to actually add those terms to the filter, to start we created a filter with
0 commit comments