Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Nov 9, 2024
1 parent 53a21fc commit fb2cc34
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 36 deletions.
10 changes: 10 additions & 0 deletions sa/enums.json
Original file line number Diff line number Diff line change
Expand Up @@ -3495,5 +3495,15 @@
"LeanOnVehicle": 92,
"StuckInAir": 93,
"DontJoinGroup": 94
},
"DecisionMakerCharTemplate": {
"Gang": 65536,
"Cop": 65537,
"RandomNorm": 65538,
"RandomTough": 65539,
"RandomWeak": 65540,
"Fireman": 65541,
"Empty": 65542,
"Indoors": 65543
}
}
22 changes: 11 additions & 11 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730836754528,
"version": "0.789",
"last_update": 1731122174718,
"version": "0.790",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -25063,8 +25063,8 @@
"type": "Char"
},
{
"name": "maskOrHandle",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"id": "060B",
Expand Down Expand Up @@ -33735,8 +33735,8 @@
"type": "Char"
},
{
"name": "decisionMakerChar",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"id": "07BC",
Expand Down Expand Up @@ -34540,8 +34540,8 @@
{
"input": [
{
"name": "maskOrOtherHandle",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"output": [
Expand Down Expand Up @@ -42555,8 +42555,8 @@
{
"input": [
{
"name": "mask",
"type": "int"
"name": "template",
"type": "DecisionMakerCharTemplate"
}
],
"output": [
Expand All @@ -42569,7 +42569,7 @@
"id": "0978",
"name": "COPY_SHARED_CHAR_DECISION_MAKER",
"num_params": 2,
"short_desc": "",
"short_desc": "Creates decision maker instance based on template. Adds itself to to mission cleanup list. Otherwise should be released with REMOVE_DECISION_MAKER",
"class": "DecisionMakerChar",
"member": "CopyShared",
"attrs": {
Expand Down
2 changes: 1 addition & 1 deletion sa/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.789
0.790
22 changes: 11 additions & 11 deletions sa_mobile/sa_mobile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730836754644,
"version": "0.404",
"last_update": 1731122174836,
"version": "0.405",
"url": "https://library.sannybuilder.com/#/sa_mobile"
},
"extensions": [
Expand Down Expand Up @@ -25095,8 +25095,8 @@
"type": "Char"
},
{
"name": "maskOrHandle",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"id": "060B",
Expand Down Expand Up @@ -33767,8 +33767,8 @@
"type": "Char"
},
{
"name": "decisionMakerChar",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"id": "07BC",
Expand Down Expand Up @@ -34572,8 +34572,8 @@
{
"input": [
{
"name": "maskOrOtherHandle",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"output": [
Expand Down Expand Up @@ -42592,8 +42592,8 @@
{
"input": [
{
"name": "mask",
"type": "int"
"name": "template",
"type": "DecisionMakerCharTemplate"
}
],
"output": [
Expand All @@ -42606,7 +42606,7 @@
"id": "0978",
"name": "COPY_SHARED_CHAR_DECISION_MAKER",
"num_params": 2,
"short_desc": "",
"short_desc": "Creates decision maker instance based on template. Adds itself to to mission cleanup list. Otherwise should be released with REMOVE_DECISION_MAKER",
"class": "DecisionMakerChar",
"member": "CopyShared",
"attrs": {
Expand Down
2 changes: 1 addition & 1 deletion sa_mobile/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.404
0.405
22 changes: 11 additions & 11 deletions sa_unreal/sa_unreal.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730836754730,
"version": "0.395",
"last_update": 1731122174924,
"version": "0.396",
"url": "https://library.sannybuilder.com/#/sa_unreal"
},
"extensions": [
Expand Down Expand Up @@ -25074,8 +25074,8 @@
"type": "Char"
},
{
"name": "maskOrHandle",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"id": "060B",
Expand Down Expand Up @@ -33746,8 +33746,8 @@
"type": "Char"
},
{
"name": "decisionMakerChar",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"id": "07BC",
Expand Down Expand Up @@ -34551,8 +34551,8 @@
{
"input": [
{
"name": "maskOrOtherHandle",
"type": "DecisionMakerChar"
"name": "handleOrTemplate",
"type": "DecisionMakerCharTemplate"
}
],
"output": [
Expand Down Expand Up @@ -42589,8 +42589,8 @@
{
"input": [
{
"name": "mask",
"type": "int"
"name": "template",
"type": "DecisionMakerCharTemplate"
}
],
"output": [
Expand All @@ -42603,7 +42603,7 @@
"id": "0978",
"name": "COPY_SHARED_CHAR_DECISION_MAKER",
"num_params": 2,
"short_desc": "",
"short_desc": "Creates decision maker instance based on template. Adds itself to to mission cleanup list. Otherwise should be released with REMOVE_DECISION_MAKER",
"class": "DecisionMakerChar",
"member": "CopyShared",
"attrs": {
Expand Down
2 changes: 1 addition & 1 deletion sa_unreal/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.395
0.396

0 comments on commit fb2cc34

Please sign in to comment.