Skip to content

Commit fc4ec75

Browse files
?
1 parent 6a48da9 commit fc4ec75

3 files changed

Lines changed: 60 additions & 18 deletions

File tree

VS Code Extension/out/ser-language.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13481,7 +13481,7 @@
1348113481
"name": "ammo type",
1348213482
"argumentKind": "EnumArgument`1",
1348313483
"mustBeProvided": true,
13484-
"type": "AmmoType enum value - found using 'serhelp AmmoType' command",
13484+
"type": "AmmoType enum value - found using 'serhelp AmmoType' command. Ammo types present in the game.",
1348513485
"description": null,
1348613486
"defaultValue": null,
1348713487
"consumesRemainingValues": false,
@@ -13494,8 +13494,15 @@
1349413494
"Ammo12Gauge",
1349513495
"Ammo44Cal"
1349613496
],
13497-
"enumDescription": null,
13498-
"enumDescriptions": null,
13497+
"enumDescription": "Ammo types present in the game.",
13498+
"enumDescriptions": {
13499+
"None": "Not ammo.",
13500+
"Nato556": "5.56mm Ammunition. Used by GunE11SR.",
13501+
"Nato762": "7.62mm Ammunition. Used by and GunLogicer.",
13502+
"Nato9": "9mm Ammunition. Used by GunCOM15,.",
13503+
"Ammo12Gauge": "12 gauge shotgun ammo. Used by GunShotgun",
13504+
"Ammo44Cal": "44 Caliber Revolver Ammo Used by GunRevolver"
13505+
},
1349913506
"isEnumFlags": false,
1350013507
"options": null
1350113508
}
@@ -13530,7 +13537,7 @@
1353013537
"name": "ammo type",
1353113538
"argumentKind": "EnumArgument`1",
1353213539
"mustBeProvided": true,
13533-
"type": "AmmoType enum value - found using 'serhelp AmmoType' command",
13540+
"type": "AmmoType enum value - found using 'serhelp AmmoType' command. Ammo types present in the game.",
1353413541
"description": null,
1353513542
"defaultValue": null,
1353613543
"consumesRemainingValues": false,
@@ -13543,8 +13550,15 @@
1354313550
"Ammo12Gauge",
1354413551
"Ammo44Cal"
1354513552
],
13546-
"enumDescription": null,
13547-
"enumDescriptions": null,
13553+
"enumDescription": "Ammo types present in the game.",
13554+
"enumDescriptions": {
13555+
"None": "Not ammo.",
13556+
"Nato556": "5.56mm Ammunition. Used by GunE11SR.",
13557+
"Nato762": "7.62mm Ammunition. Used by and GunLogicer.",
13558+
"Nato9": "9mm Ammunition. Used by GunCOM15,.",
13559+
"Ammo12Gauge": "12 gauge shotgun ammo. Used by GunShotgun",
13560+
"Ammo44Cal": "44 Caliber Revolver Ammo Used by GunRevolver"
13561+
},
1354813562
"isEnumFlags": false,
1354913563
"options": null
1355013564
},

VS Code Extension/out/visual-editor.html

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17121,7 +17121,7 @@ <h1 id="recipeTitle">What do you want to make?</h1>
1712117121
"name": "ammo type",
1712217122
"argumentKind": "EnumArgument`1",
1712317123
"mustBeProvided": true,
17124-
"type": "AmmoType enum value - found using 'serhelp AmmoType' command",
17124+
"type": "AmmoType enum value - found using 'serhelp AmmoType' command. Ammo types present in the game.",
1712517125
"description": null,
1712617126
"defaultValue": null,
1712717127
"consumesRemainingValues": false,
@@ -17134,8 +17134,15 @@ <h1 id="recipeTitle">What do you want to make?</h1>
1713417134
"Ammo12Gauge",
1713517135
"Ammo44Cal"
1713617136
],
17137-
"enumDescription": null,
17138-
"enumDescriptions": null,
17137+
"enumDescription": "Ammo types present in the game.",
17138+
"enumDescriptions": {
17139+
"None": "Not ammo.",
17140+
"Nato556": "5.56mm Ammunition. Used by GunE11SR.",
17141+
"Nato762": "7.62mm Ammunition. Used by and GunLogicer.",
17142+
"Nato9": "9mm Ammunition. Used by GunCOM15,.",
17143+
"Ammo12Gauge": "12 gauge shotgun ammo. Used by GunShotgun",
17144+
"Ammo44Cal": "44 Caliber Revolver Ammo Used by GunRevolver"
17145+
},
1713917146
"isEnumFlags": false,
1714017147
"options": null
1714117148
}
@@ -17170,7 +17177,7 @@ <h1 id="recipeTitle">What do you want to make?</h1>
1717017177
"name": "ammo type",
1717117178
"argumentKind": "EnumArgument`1",
1717217179
"mustBeProvided": true,
17173-
"type": "AmmoType enum value - found using 'serhelp AmmoType' command",
17180+
"type": "AmmoType enum value - found using 'serhelp AmmoType' command. Ammo types present in the game.",
1717417181
"description": null,
1717517182
"defaultValue": null,
1717617183
"consumesRemainingValues": false,
@@ -17183,8 +17190,15 @@ <h1 id="recipeTitle">What do you want to make?</h1>
1718317190
"Ammo12Gauge",
1718417191
"Ammo44Cal"
1718517192
],
17186-
"enumDescription": null,
17187-
"enumDescriptions": null,
17193+
"enumDescription": "Ammo types present in the game.",
17194+
"enumDescriptions": {
17195+
"None": "Not ammo.",
17196+
"Nato556": "5.56mm Ammunition. Used by GunE11SR.",
17197+
"Nato762": "7.62mm Ammunition. Used by and GunLogicer.",
17198+
"Nato9": "9mm Ammunition. Used by GunCOM15,.",
17199+
"Ammo12Gauge": "12 gauge shotgun ammo. Used by GunShotgun",
17200+
"Ammo44Cal": "44 Caliber Revolver Ammo Used by GunRevolver"
17201+
},
1718817202
"isEnumFlags": false,
1718917203
"options": null
1719017204
},

website/data/ser-truth-table.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13481,7 +13481,7 @@
1348113481
"name": "ammo type",
1348213482
"argumentKind": "EnumArgument`1",
1348313483
"mustBeProvided": true,
13484-
"type": "AmmoType enum value - found using 'serhelp AmmoType' command",
13484+
"type": "AmmoType enum value - found using 'serhelp AmmoType' command. Ammo types present in the game.",
1348513485
"description": null,
1348613486
"defaultValue": null,
1348713487
"consumesRemainingValues": false,
@@ -13494,8 +13494,15 @@
1349413494
"Ammo12Gauge",
1349513495
"Ammo44Cal"
1349613496
],
13497-
"enumDescription": null,
13498-
"enumDescriptions": null,
13497+
"enumDescription": "Ammo types present in the game.",
13498+
"enumDescriptions": {
13499+
"None": "Not ammo.",
13500+
"Nato556": "5.56mm Ammunition. Used by GunE11SR.",
13501+
"Nato762": "7.62mm Ammunition. Used by and GunLogicer.",
13502+
"Nato9": "9mm Ammunition. Used by GunCOM15,.",
13503+
"Ammo12Gauge": "12 gauge shotgun ammo. Used by GunShotgun",
13504+
"Ammo44Cal": "44 Caliber Revolver Ammo Used by GunRevolver"
13505+
},
1349913506
"isEnumFlags": false,
1350013507
"options": null
1350113508
}
@@ -13530,7 +13537,7 @@
1353013537
"name": "ammo type",
1353113538
"argumentKind": "EnumArgument`1",
1353213539
"mustBeProvided": true,
13533-
"type": "AmmoType enum value - found using 'serhelp AmmoType' command",
13540+
"type": "AmmoType enum value - found using 'serhelp AmmoType' command. Ammo types present in the game.",
1353413541
"description": null,
1353513542
"defaultValue": null,
1353613543
"consumesRemainingValues": false,
@@ -13543,8 +13550,15 @@
1354313550
"Ammo12Gauge",
1354413551
"Ammo44Cal"
1354513552
],
13546-
"enumDescription": null,
13547-
"enumDescriptions": null,
13553+
"enumDescription": "Ammo types present in the game.",
13554+
"enumDescriptions": {
13555+
"None": "Not ammo.",
13556+
"Nato556": "5.56mm Ammunition. Used by GunE11SR.",
13557+
"Nato762": "7.62mm Ammunition. Used by and GunLogicer.",
13558+
"Nato9": "9mm Ammunition. Used by GunCOM15,.",
13559+
"Ammo12Gauge": "12 gauge shotgun ammo. Used by GunShotgun",
13560+
"Ammo44Cal": "44 Caliber Revolver Ammo Used by GunRevolver"
13561+
},
1354813562
"isEnumFlags": false,
1354913563
"options": null
1355013564
},

0 commit comments

Comments
 (0)