Skip to content

Commit 9d3bca8

Browse files
committed
Fix order of radius param.
1 parent d1d8173 commit 9d3bca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rts/Lua/LuaConstCMD.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,13 +203,13 @@ bool LuaConstCMD::PushEntries(lua_State* L)
203203
* **Note:** this is different than CMD.AREA_ATTACK, since this initially finds the targets
204204
* but then doesn't consider the area any more.
205205
*
206-
* - `params` {r,x,y,z} when radius is greater than 0.
206+
* - `params` {x,y,z,r} when radius is greater than 0.
207207
* - r: radius
208208
* - x,y,z: map position
209209
*
210210
* ### Ground attack
211211
*
212-
* - `params` {0,x,y,z} or {x,y,z}
212+
* - `params` {x,y,z,0} or {x,y,z}
213213
* - x,y,z: map position
214214
*
215215
* ## Command Options

0 commit comments

Comments
 (0)