Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Nov 29, 2024
1 parent 9847e59 commit 42cbc47
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 34 deletions.
60 changes: 27 additions & 33 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1732893631887,
"version": "0.799",
"last_update": 1732894135888,
"version": "0.800",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -63518,46 +63518,40 @@
"short_desc": "Selects one random text from provided values"
},
{
"input": [
{
"name": "",
"type": "float"
},
{
"name": "",
"type": "float"
}
],
"output": [
{
"name": "",
"type": "float",
"source": "var_any"
}
],
"id": "2708",
"name": "FLOAT_DIV",
"num_params": 3,
"operator": "/",
"short_desc": "Divides the float value by another float value and writes the result into the variable"
"name": "RANDOM_CHANCE",
"num_params": 0,
"short_desc": "Sets random condition result, with percent chance to be true",
"class": "Math",
"member": "RandomChance",
"attrs": {
"is_static": true,
"is_condition": true
}
}
]
},
{
"name": "percent",
"name": "memory",
"commands": [
{
"input": [
{
"name": "src",
"type": "int"
},
{
"name": "dest",
"type": "int"
},
{
"name": "size",
"type": "int"
}
"name": "RANDOM_CHANCE",
"num_params": 1,
"class": "Math",
"member": "RandomChance",
"short_desc": "Sets random condition result, witth percent chance to be true",
"attrs": {
"is_static": true,
"is_condition": true
}
],
"id": "2400",
"name": "COPY_MEMORY",
"num_params": 3,
"class": "Memory",
"member": "Copy",
"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.799
0.800

0 comments on commit 42cbc47

Please sign in to comment.