diff --git a/sa/sa.json b/sa/sa.json index 73e976594..c5ddfd87a 100644 --- a/sa/sa.json +++ b/sa/sa.json @@ -1,7 +1,7 @@ { "meta": { - "last_update": 1732893631887, - "version": "0.799", + "last_update": 1732894135888, + "version": "0.800", "url": "https://library.sannybuilder.com/#/sa" }, "extensions": [ @@ -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": { diff --git a/sa/version.txt b/sa/version.txt index b92e72f5d..373159328 100644 --- a/sa/version.txt +++ b/sa/version.txt @@ -1 +1 @@ -0.799 \ No newline at end of file +0.800 \ No newline at end of file