Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Feb 9, 2024
1 parent 74f0e8a commit 03045d3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1707311251881,
"version": "0.550",
"last_update": 1707509341381,
"version": "0.551",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -49080,6 +49080,30 @@
"is_condition": true
},
"short_desc": "Returns from the current SCM function (0AB1) and sets the condition result to false, skipping variables in 0AB1"
},
{
"input": [
{
"name": "path",
"type": "string"
}
],
"output": [
{
"name": "resolved",
"type": "string",
"source": "var_any"
}
],
"id": "2302",
"name": "RESOLVE_FILEPATH2",
"num_params": 2,
"class": "Fs",
"member": "ResolvePath",
"short_desc": "Resolves absolute filepath. Path param can be relative, starts with 'virtual path' prefix or be already absolute filepath. If result parameter is pointer to target memory please make sure allocated buffer is large enough to hold returned string",
"attrs": {
"is_static": true
}
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion sa/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.550
0.551

0 comments on commit 03045d3

Please sign in to comment.