Skip to content

Commit

Permalink
luamocks: add Spring.SetAllyTeamStartBox synced control (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbusseneau authored Sep 13, 2023
1 parent ee459b2 commit 7ecbb81
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions luamocks/autogenerated/SyncedCtrl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
---@return nil
function Spring.SetAlly(firstAllyTeamID, secondAllyTeamID, ally) end

---Changes the start box position of an allyTeam.
---@param allyTeamID integer
---@param xMin integer left start box boundary (elmos)
---@param zMin integer top start box boundary (elmos)
---@param xMax integer right start box boundary (elmos)
---@param zMax integer bottom start box boundary (elmos)
---@return nil
function Spring.SetAllyTeamStartBox(allyTeamID, xMin, zMin, xMax, zMax) end

---Parameters
---@param playerID number
---@param teamID number
Expand Down

0 comments on commit 7ecbb81

Please sign in to comment.