From a563fdbfa07930010273dc8d286663b929750c3f Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Tue, 1 Jun 2021 00:22:28 +0200 Subject: [PATCH] fixed doc for SetInCombatWith --- UnitMethods.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnitMethods.h b/UnitMethods.h index 7a18b19..2798e7a 100644 --- a/UnitMethods.h +++ b/UnitMethods.h @@ -1843,9 +1843,9 @@ namespace LuaUnit } /** - * Sets the [Unit] in combat with the [Unit] of given GUID. + * Sets the [Unit] in combat with the `enemy` [Unit]. * - * @param [Unit] enemy : the Unit to start combat with + * @param [Unit] enemy : the [Unit] to start combat with */ int SetInCombatWith(lua_State* L, Unit* unit) {