Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Oct 28, 2024
1 parent 795a5a7 commit bd4ac29
Showing 1 changed file with 10 additions and 63 deletions.
73 changes: 10 additions & 63 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta": {
"last_update": 1730136494650,
"last_update": 1730136610655,
"version": "0.784",
"url": "https://library.sannybuilder.com/#/sa"
},
Expand Down Expand Up @@ -26606,25 +26606,17 @@
{
"name": "_p2",
"type": "any"
}
],
"attrs": {
"is_nop": true
}
},
{
"id": "0661",
"name": "BREAKPOINT",
"num_params": 1,
"short_desc": "Does nothing",
"input": [
{
"id": "0662",
"name": "WRITE_DEBUG",
"num_params": 1
"name": "_p1",
"type": "any"
}
],
"attrs": {
"is_nop": true
}
},
{
Expand All @@ -26635,15 +26627,11 @@
"input": [
{
"name": "_p1",
"type": "any"
}
],
"id": "0663",
"name": "WRITE_DEBUG_WITH_INT",
"num_params": 2
"attrs": {
"is_nop": true
}
},
{
"id": "0663",
"name": "WRITE_DEBUG_WITH_INT",
"num_params": 2,
"short_desc": "Outputs a string with an integer",
Expand All @@ -26654,9 +26642,9 @@
},
{
"name": "_p2",
"type": "any"
}
],
"id": "0664",
"name": "WRITE_DEBUG_WITH_FLOAT",
"num_params": 2
"attrs": {
"is_nop": true
}
Expand Down Expand Up @@ -60749,47 +60737,6 @@
{
"name": "debug",
"commands": [
{
"input": [
{
"name": "_p1",
"type": "any"
}
],
"id": "0662",
"name": "WRITE_DEBUG",
"num_params": 1
},
{
"input": [
{
"name": "_p1",
"type": "any"
},
{
"name": "_p2",
"type": "any"
}
],
"id": "0663",
"name": "WRITE_DEBUG_WITH_INT",
"num_params": 2
},
{
"input": [
{
"name": "_p1",
"type": "any"
},
{
"name": "_p2",
"type": "any"
}
],
"id": "0664",
"name": "WRITE_DEBUG_WITH_FLOAT",
"num_params": 2
},
{
"input": [
{
Expand Down

0 comments on commit bd4ac29

Please sign in to comment.