Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Dec 9, 2024
1 parent c2f7aac commit 0940ec4
Show file tree
Hide file tree
Showing 18 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions gta3/gta3.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733719002552,
"version": "0.357",
"last_update": 1733722052469,
"version": "0.358",
"url": "https://library.sannybuilder.com/#/gta3"
},
"extensions": [
Expand Down Expand Up @@ -11432,7 +11432,7 @@
"member": "RandomIntInRange",
"name": "GENERATE_RANDOM_INT_IN_RANGE",
"num_params": 3,
"short_desc": "Returns a random integer between the specified ranges"
"short_desc": "Returns a random integer greater or equal to min and lesser or equal to max"
},
{
"input": [
Expand Down
2 changes: 1 addition & 1 deletion gta3/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.357
0.358
6 changes: 3 additions & 3 deletions gta3_mobile/gta3_mobile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733174522971,
"version": "0.293",
"last_update": 1733722052574,
"version": "0.294",
"url": "https://library.sannybuilder.com/#/gta3_mobile"
},
"extensions": [
Expand Down Expand Up @@ -11432,7 +11432,7 @@
"member": "RandomIntInRange",
"name": "GENERATE_RANDOM_INT_IN_RANGE",
"num_params": 3,
"short_desc": "Returns a random integer between the specified ranges"
"short_desc": "Returns a random integer greater or equal to min and lesser or equal to max"
},
{
"input": [
Expand Down
2 changes: 1 addition & 1 deletion gta3_mobile/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.293
0.294
6 changes: 3 additions & 3 deletions gta3_unreal/gta3_unreal.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733174523179,
"version": "0.286",
"last_update": 1733722052735,
"version": "0.287",
"url": "https://library.sannybuilder.com/#/gta3_unreal"
},
"extensions": [
Expand Down Expand Up @@ -11432,7 +11432,7 @@
"member": "RandomIntInRange",
"name": "GENERATE_RANDOM_INT_IN_RANGE",
"num_params": 3,
"short_desc": "Returns a random integer between the specified ranges"
"short_desc": "Returns a random integer greater or equal to min and lesser or equal to max"
},
{
"input": [
Expand Down
2 changes: 1 addition & 1 deletion gta3_unreal/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.286
0.287
6 changes: 3 additions & 3 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733719002441,
"version": "0.806",
"last_update": 1733722052360,
"version": "0.807",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -9090,7 +9090,7 @@
"member": "RandomIntInRange",
"name": "GENERATE_RANDOM_INT_IN_RANGE",
"num_params": 3,
"short_desc": "Returns a random integer between the specified ranges"
"short_desc": "Returns a random integer greater or equal to min and lesser or equal to max"
},
{
"input": [
Expand Down
2 changes: 1 addition & 1 deletion sa/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.806
0.807
6 changes: 3 additions & 3 deletions sa_mobile/sa_mobile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733174523064,
"version": "0.412",
"last_update": 1733722052656,
"version": "0.413",
"url": "https://library.sannybuilder.com/#/sa_mobile"
},
"extensions": [
Expand Down Expand Up @@ -9102,7 +9102,7 @@
"member": "RandomIntInRange",
"name": "GENERATE_RANDOM_INT_IN_RANGE",
"num_params": 3,
"short_desc": "Returns a random integer between the specified ranges"
"short_desc": "Returns a random integer greater or equal to min and lesser or equal to max"
},
{
"input": [
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.412
0.413
6 changes: 3 additions & 3 deletions sa_unreal/sa_unreal.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733174523278,
"version": "0.403",
"last_update": 1733722052820,
"version": "0.404",
"url": "https://library.sannybuilder.com/#/sa_unreal"
},
"extensions": [
Expand Down Expand Up @@ -9102,7 +9102,7 @@
"member": "RandomIntInRange",
"name": "GENERATE_RANDOM_INT_IN_RANGE",
"num_params": 3,
"short_desc": "Returns a random integer between the specified ranges"
"short_desc": "Returns a random integer greater or equal to min and lesser or equal to max"
},
{
"input": [
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.403
0.404
6 changes: 3 additions & 3 deletions vc/vc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733719002603,
"version": "0.367",
"last_update": 1733722052518,
"version": "0.368",
"url": "https://library.sannybuilder.com/#/vc"
},
"extensions": [
Expand Down Expand Up @@ -10854,7 +10854,7 @@
"member": "RandomIntInRange",
"name": "GENERATE_RANDOM_INT_IN_RANGE",
"num_params": 3,
"short_desc": "Returns a random integer between the specified ranges"
"short_desc": "Returns a random integer greater or equal to min and lesser or equal to max"
},
{
"input": [
Expand Down
2 changes: 1 addition & 1 deletion vc/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.367
0.368
6 changes: 3 additions & 3 deletions vc_mobile/vc_mobile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733174523014,
"version": "0.300",
"last_update": 1733722052612,
"version": "0.301",
"url": "https://library.sannybuilder.com/#/vc_mobile"
},
"extensions": [
Expand Down Expand Up @@ -10854,7 +10854,7 @@
"member": "RandomIntInRange",
"name": "GENERATE_RANDOM_INT_IN_RANGE",
"num_params": 3,
"short_desc": "Returns a random integer between the specified ranges"
"short_desc": "Returns a random integer greater or equal to min and lesser or equal to max"
},
{
"input": [
Expand Down
2 changes: 1 addition & 1 deletion vc_mobile/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.300
0.301
6 changes: 3 additions & 3 deletions vc_unreal/vc_unreal.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1733174523221,
"version": "0.295",
"last_update": 1733722052775,
"version": "0.296",
"url": "https://library.sannybuilder.com/#/vc_unreal"
},
"extensions": [
Expand Down Expand Up @@ -10854,7 +10854,7 @@
"member": "RandomIntInRange",
"name": "GENERATE_RANDOM_INT_IN_RANGE",
"num_params": 3,
"short_desc": "Returns a random integer between the specified ranges"
"short_desc": "Returns a random integer greater or equal to min and lesser or equal to max"
},
{
"input": [
Expand Down
2 changes: 1 addition & 1 deletion vc_unreal/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.295
0.296

0 comments on commit 0940ec4

Please sign in to comment.