Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Oct 31, 2024
1 parent 151a825 commit 7a693eb
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730136494650,
"version": "0.784",
"last_update": 1730346518360,
"version": "0.785",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -36430,17 +36430,17 @@
],
"output": [
{
"name": "name",
"type": "string",
"name": "key",
"type": "gxt_key",
"source": "var_any"
}
],
"id": "0843",
"name": "GET_NAME_OF_ZONE",
"num_params": 4,
"short_desc": "Gets the name of the info zone at the specified coordinates",
"short_desc": "Returns the GXT key associated with the zone at the specified coordinates",
"class": "Zone",
"member": "GetName",
"member": "GetTextKey",
"attrs": {
"is_static": true,
"is_overload": true
Expand Down Expand Up @@ -39952,7 +39952,7 @@
"id": "08F1",
"name": "GET_NAME_OF_INFO_ZONE",
"num_params": 4,
"short_desc": "Gets the name of the zone at the specified coordinates",
"short_desc": "Returns the name of the zone at the specified coordinates",
"class": "Zone",
"member": "GetName",
"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.784
0.785
14 changes: 7 additions & 7 deletions sa_mobile/sa_mobile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730125342011,
"version": "0.399",
"last_update": 1730346518399,
"version": "0.400",
"url": "https://library.sannybuilder.com/#/sa_mobile"
},
"extensions": [
Expand Down Expand Up @@ -36462,17 +36462,17 @@
],
"output": [
{
"name": "name",
"type": "string",
"name": "key",
"type": "gxt_key",
"source": "var_any"
}
],
"id": "0843",
"name": "GET_NAME_OF_ZONE",
"num_params": 4,
"short_desc": "Gets the name of the info zone at the specified coordinates",
"short_desc": "Returns the GXT key associated with the zone at the specified coordinates",
"class": "Zone",
"member": "GetName",
"member": "GetTextKey",
"attrs": {
"is_static": true,
"is_overload": true
Expand Down Expand Up @@ -39989,7 +39989,7 @@
"id": "08F1",
"name": "GET_NAME_OF_INFO_ZONE",
"num_params": 4,
"short_desc": "Gets the name of the zone at the specified coordinates",
"short_desc": "Returns the name of the zone at the specified coordinates",
"class": "Zone",
"member": "GetName",
"attrs": {
Expand Down
2 changes: 1 addition & 1 deletion sa_mobile/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.399
0.400
14 changes: 7 additions & 7 deletions sa_unreal/sa_unreal.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730125342204,
"version": "0.390",
"last_update": 1730346518431,
"version": "0.391",
"url": "https://library.sannybuilder.com/#/sa_unreal"
},
"extensions": [
Expand Down Expand Up @@ -36441,17 +36441,17 @@
],
"output": [
{
"name": "name",
"type": "string",
"name": "key",
"type": "gxt_key",
"source": "var_any"
}
],
"id": "0843",
"name": "GET_NAME_OF_ZONE",
"num_params": 4,
"short_desc": "Gets the name of the info zone at the specified coordinates",
"short_desc": "Returns the GXT key associated with the zone at the specified coordinates",
"class": "Zone",
"member": "GetName",
"member": "GetTextKey",
"attrs": {
"is_static": true,
"is_overload": true
Expand Down Expand Up @@ -39986,7 +39986,7 @@
"id": "08F1",
"name": "GET_NAME_OF_INFO_ZONE",
"num_params": 4,
"short_desc": "Gets the name of the zone at the specified coordinates",
"short_desc": "Returns the name of the zone at the specified coordinates",
"class": "Zone",
"member": "GetName",
"attrs": {
Expand Down
2 changes: 1 addition & 1 deletion sa_unreal/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.390
0.391

0 comments on commit 7a693eb

Please sign in to comment.