Skip to content

Commit

Permalink
📝 update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC committed Oct 27, 2024
1 parent e804388 commit c95496e
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions sa/sa.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730044972219,
"version": "0.781",
"last_update": 1730053994465,
"version": "0.782",
"url": "https://library.sannybuilder.com/#/sa"
},
"extensions": [
Expand Down Expand Up @@ -15569,7 +15569,7 @@
"member": "HasMissionAudioLoaded",
"name": "HAS_MISSION_AUDIO_LOADED",
"num_params": 1,
"short_desc": "Returns true if the mission audio has loaded (03CF)"
"short_desc": "Returns true if the mission audio requested with LOAD_MISSION_AUDIO has loaded"
},
{
"input": [
Expand Down
2 changes: 1 addition & 1 deletion sa/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.781
0.782
6 changes: 3 additions & 3 deletions sa_mobile/sa_mobile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730044972338,
"version": "0.397",
"last_update": 1730053994682,
"version": "0.398",
"url": "https://library.sannybuilder.com/#/sa_mobile"
},
"extensions": [
Expand Down Expand Up @@ -15624,7 +15624,7 @@
"member": "HasMissionAudioLoaded",
"name": "HAS_MISSION_AUDIO_LOADED",
"num_params": 1,
"short_desc": "Returns true if the mission audio has loaded (03CF)"
"short_desc": "Returns true if the mission audio requested with LOAD_MISSION_AUDIO has loaded"
},
{
"input": [
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.397
0.398
6 changes: 3 additions & 3 deletions sa_unreal/sa_unreal.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1730044972418,
"version": "0.388",
"last_update": 1730053994812,
"version": "0.389",
"url": "https://library.sannybuilder.com/#/sa_unreal"
},
"extensions": [
Expand Down Expand Up @@ -15603,7 +15603,7 @@
"member": "HasMissionAudioLoaded",
"name": "HAS_MISSION_AUDIO_LOADED",
"num_params": 1,
"short_desc": "Returns true if the mission audio has loaded (03CF)"
"short_desc": "Returns true if the mission audio requested with LOAD_MISSION_AUDIO has loaded"
},
{
"input": [
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.388
0.389
6 changes: 3 additions & 3 deletions vc/vc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1729702974846,
"version": "0.360",
"last_update": 1730053994579,
"version": "0.361",
"url": "https://library.sannybuilder.com/#/vc"
},
"extensions": [
Expand Down Expand Up @@ -18221,7 +18221,7 @@
"member": "HasMissionAudioLoaded",
"name": "HAS_MISSION_AUDIO_LOADED",
"num_params": 1,
"short_desc": "Returns true if the mission audio has loaded (03CF)"
"short_desc": "Returns true if the mission audio requested with LOAD_MISSION_AUDIO has loaded"
},
{
"input": [
Expand Down
2 changes: 1 addition & 1 deletion vc/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.360
0.361
6 changes: 3 additions & 3 deletions vc_mobile/vc_mobile.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1728422939013,
"version": "0.294",
"last_update": 1730053994634,
"version": "0.295",
"url": "https://library.sannybuilder.com/#/vc_mobile"
},
"extensions": [
Expand Down Expand Up @@ -18221,7 +18221,7 @@
"member": "HasMissionAudioLoaded",
"name": "HAS_MISSION_AUDIO_LOADED",
"num_params": 1,
"short_desc": "Returns true if the mission audio has loaded (03CF)"
"short_desc": "Returns true if the mission audio requested with LOAD_MISSION_AUDIO has loaded"
},
{
"input": [
Expand Down
2 changes: 1 addition & 1 deletion vc_mobile/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.294
0.295
6 changes: 3 additions & 3 deletions vc_unreal/vc_unreal.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"meta": {
"last_update": 1728422939183,
"version": "0.289",
"last_update": 1730053994765,
"version": "0.290",
"url": "https://library.sannybuilder.com/#/vc_unreal"
},
"extensions": [
Expand Down Expand Up @@ -18221,7 +18221,7 @@
"member": "HasMissionAudioLoaded",
"name": "HAS_MISSION_AUDIO_LOADED",
"num_params": 1,
"short_desc": "Returns true if the mission audio has loaded (03CF)"
"short_desc": "Returns true if the mission audio requested with LOAD_MISSION_AUDIO has loaded"
},
{
"input": [
Expand Down
2 changes: 1 addition & 1 deletion vc_unreal/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.289
0.290

0 comments on commit c95496e

Please sign in to comment.