From f9ad7fb7f2599741e464b904ff8499041d605b87 Mon Sep 17 00:00:00 2001 From: 55Honey <71938210+55Honey@users.noreply.github.com> Date: Fri, 19 Mar 2021 17:34:46 +0100 Subject: [PATCH] added documentation for return of SendMail() added documentation for return of SendMail() --- GlobalMethods.h | 1 + 1 file changed, 1 insertion(+) diff --git a/GlobalMethods.h b/GlobalMethods.h index ce610e9..839d24e 100644 --- a/GlobalMethods.h +++ b/GlobalMethods.h @@ -2093,6 +2093,7 @@ namespace LuaGlobalFunctions * @param uint32 cod = 0 : cod money amount * @param uint32 entry = 0 : entry of an [Item] to send with mail * @param uint32 amount = 0 : amount of the [Item] to send with mail + * @return uint32 itemGUIDlow : low GUID of the item. Up to 12 values returned, returns nil if no further items are sent */ int SendMail(lua_State* L) {