Skip to content

Commit

Permalink
Update doc/site/lua-api
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 5, 2025
1 parent e311a0e commit 9ab37c5
Show file tree
Hide file tree
Showing 85 changed files with 24,791 additions and 369 deletions.
623 changes: 391 additions & 232 deletions _data/configs.json

Large diffs are not rendered by default.

152 changes: 80 additions & 72 deletions _data/latest_release.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions _data/synced_commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"arguments" : {},
"cheatRequired" : true,
"command" : "Atm",
"description" : "Gives 1000 metal and 1000 energy to the issuing player's team"
"description" : "Gives the specified amount (default 1000) of each resource to the issuing player's team"
},
"cheat" : {
"arguments" : {},
Expand All @@ -15,7 +15,7 @@
"arguments" : {},
"cheatRequired" : true,
"command" : "Destroy",
"description" : "Destroys one or multiple units by unit-ID, instantly"
"description" : "Destroys one or multiple units by unitID immediately"
},
"desync" : {
"arguments" : {},
Expand Down Expand Up @@ -101,6 +101,12 @@
"command" : "ReloadCOB",
"description" : "Reloads COB scripts"
},
"remove" : {
"arguments" : {},
"cheatRequired" : true,
"command" : "Remove",
"description" : "Removes one or multiple units by unitID immediately, bypassing death sequence"
},
"skip" : {
"arguments" : {},
"cheatRequired" : false,
Expand Down
48 changes: 31 additions & 17 deletions _data/unsynced_commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"airmesh" : {
"arguments" : {},
"cheatRequired" : false,
"cheatRequired" : true,
"command" : "airmesh",
"description" : "Show/Hide the smooth air-mesh map overlay"
},
Expand Down Expand Up @@ -179,12 +179,6 @@
"command" : "DebugCubeMap",
"description" : "Use debug cubemap texture instead of the sky"
},
"debugquadfield" : {
"arguments" : {},
"cheatRequired" : false,
"command" : "DebugQuadField",
"description" : "Draw quadfield sectors around GuiTraceRay and selected units"
},
"debugdrawai" : {
"arguments" : {},
"cheatRequired" : false,
Expand Down Expand Up @@ -215,12 +209,30 @@
"command" : "DebugPath",
"description" : "Enable/Disable drawing of pathfinder debug-data"
},
"debugquadfield" : {
"arguments" : {},
"cheatRequired" : false,
"command" : "DebugQuadField",
"description" : "Draw quadfield sectors around GuiTraceRay and selected units"
},
"debugshadowfrustum" : {
"arguments" : {},
"cheatRequired" : false,
"command" : "DebugShadowFrustum",
"description" : "Enable/Disable drawing of shadow frustum shape"
},
"debugtraceray" : {
"arguments" : {},
"cheatRequired" : false,
"command" : "DebugTraceRay",
"description" : "Enable/Disable drawing of traceray debug-data"
},
"debugvisibility" : {
"arguments" : {},
"cheatRequired" : false,
"command" : "DebugVisibility",
"description" : "Enable/Disable drawing of visible terrain"
},
"decguiopacity" : {
"arguments" : {},
"cheatRequired" : false,
Expand All @@ -243,13 +255,7 @@
"arguments" : {},
"cheatRequired" : true,
"command" : "Destroy",
"description" : "Destroys one or multiple units by unit-ID, instantly"
},
"desync" : {
"arguments" : {},
"cheatRequired" : false,
"command" : "Desync",
"description" : "Redirects command /Desync to its synced processor"
"description" : "Destroys one or multiple units by unitID immediately"
},
"disticon" : {
"arguments" : {},
Expand Down Expand Up @@ -405,7 +411,7 @@
"arguments" : {},
"cheatRequired" : false,
"command" : "GroundDecals",
"description" : "Enable/Disable ground-decal rendering."
"description" : "Enable/Disable ground-decal rendering"
},
"grounddetail" : {
"arguments" : {},
Expand All @@ -415,8 +421,10 @@
},
"group" : {
"arguments" : {
"<n>" : "Select group <n>",
"<n>" : "Select group <n>, also focuses on second call (deprecated)",
"add <n>" : "Add current selected units to group <n>",
"focus <n>" : "Focus camera on group <n>",
"select <n>" : "Select group <n>",
"selectadd <n>" : "Add members from group <n> to currently selected units",
"selectclear <n>" : "Remove members from group <n> from currently selected units",
"selecttoggle <n>" : "Toggle members from group <n> from currently selected units",
Expand Down Expand Up @@ -841,6 +849,12 @@
"command" : "ReloadTextures",
"description" : "Reloads textures"
},
"remove" : {
"arguments" : {},
"cheatRequired" : true,
"command" : "Remove",
"description" : "Removes one or multiple units by unitID immediately, bypassing death sequence"
},
"resbar" : {
"arguments" : {},
"cheatRequired" : false,
Expand Down Expand Up @@ -1077,7 +1091,7 @@
"track" : {
"arguments" : {
"" : "Toggles tracking",
"<on|off>" : "Set tracking <on|off>"
"<on|off>" : "Set tracking <on|off> <unitID unitID ...>"
},
"cheatRequired" : false,
"command" : "Track",
Expand Down
Loading

0 comments on commit 9ab37c5

Please sign in to comment.