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 8693698 commit 37fb730
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"meta": {
"last_update": 1707513969307,
"last_update": 1707516515275,
"version": "0.554",
"url": "https://library.sannybuilder.com/#/sa"
},
Expand Down Expand Up @@ -49080,6 +49080,36 @@
"name": "z",
"type": "float"
},
},
{
"input": [
{
"name": "scriptStruct",
"type": "script_id",
"source": "var_any"
},
{
"name": "fullPath",
"type": "bool"
}
],
"output": [
{
"name": "",
"type": "string",
"source": "var_any"
}
],
"id": "2303",
"name": "GET_SCRIPT_FILENAME2",
"num_params": 3,
"class": "Fs",
"member": "GetScriptFilename",
"short_desc": "Returns running script's source file name or full file path. If scriptStruct param is -1 then this script is used. If running script with given pointer is not found then condition result is set to false and output argument is not modified",
"attrs": {
"is_static": true,
"is_condition": true
}
{
"name": "angle",
"type": "float"
Expand Down

0 comments on commit 37fb730

Please sign in to comment.