From e20ceb055eedb5097c69033fc0b76ab946c06731 Mon Sep 17 00:00:00 2001 From: Shmuel Zeigerman Date: Sat, 8 Jul 2017 22:18:10 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=82=D0=BE=D1=87=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enc/enc_lua/macroapi_manual.en.tsi | 4 +++- enc/enc_lua/macroapi_manual.ru.tsi | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/enc/enc_lua/macroapi_manual.en.tsi b/enc/enc_lua/macroapi_manual.en.tsi index 571449cb7c..5b5e0de46b 100644 --- a/enc/enc_lua/macroapi_manual.en.tsi +++ b/enc/enc_lua/macroapi_manual.en.tsi @@ -1872,7 +1872,7 @@ lv=3 dt=Text nm=Call ctime=3560706460 -mtime=3648884251 +mtime=3708724602
#_... = Plugin.Call (PluginId [, ...]) #_ @@ -1914,6 +1914,7 @@ mtime=3648884251 #_ FMVT_STRING -> string (automatically converted from UTF-16LE to UTF-8) #_ FMVT_BINARY -> table (the table contains a string as an element with its key==1; #_ the string is placed as is, without conversion) +#_ FMVT_POINTER -> light userdata #_ FMVT_ARRAY -> table (array of elements; the table contains 2 fields: #_ ["type"] = "array", and #_ ["n"] = number of array elements) @@ -1927,6 +1928,7 @@ mtime=3648884251 #_{fmvt_integer}: http://api.farmanager.com/ru/structures/farmacrovalue.html#FMVT_INTEGER #_{fmvt_nil}: http://api.farmanager.com/ru/structures/farmacrovalue.html#FMVT_NIL #_{fmvt_string}: http://api.farmanager.com/ru/structures/farmacrovalue.html#FMVT_STRING +#_{fmvt_pointer}: http://api.farmanager.com/ru/structures/farmacrovalue.html#FMVT_POINTER #_{plugin.call}: http://api.farmanager.com/ru/macro/macrocmd/prop_func/general.html#plugin.call #_ #_ diff --git a/enc/enc_lua/macroapi_manual.ru.tsi b/enc/enc_lua/macroapi_manual.ru.tsi index 7ee0307786..415832d2ee 100644 --- a/enc/enc_lua/macroapi_manual.ru.tsi +++ b/enc/enc_lua/macroapi_manual.ru.tsi @@ -1867,7 +1867,7 @@ lv=3 dt=Text nm=Call ctime=3560706460 -mtime=3589046098 +mtime=3708724050
#_... = Plugin.Call (PluginId, ...) #_ @@ -1909,6 +1909,7 @@ mtime=3589046098 #_ FMVT_STRING -> string (автоматически преобразуется из UTF-16LE в UTF-8) #_ FMVT_BINARY -> table (в таблице передаётся строка как элемент с ключом 1; #_ передаётся как есть, без преобразования) +#_ FMVT_POINTER -> light userdata #_ FMVT_ARRAY -> table (массив элементов; в таблице установлено два поля: #_ ["type"] = "array", и #_ ["n"] = количество элементов массива) @@ -1922,6 +1923,7 @@ mtime=3589046098 #_{fmvt_integer}: http://api.farmanager.com/ru/structures/farmacrovalue.html#FMVT_INTEGER #_{fmvt_nil}: http://api.farmanager.com/ru/structures/farmacrovalue.html#FMVT_NIL #_{fmvt_string}: http://api.farmanager.com/ru/structures/farmacrovalue.html#FMVT_STRING +#_{fmvt_pointer}: http://api.farmanager.com/ru/structures/farmacrovalue.html#FMVT_POINTER #_{plugin.call}: http://api.farmanager.com/ru/macro/macrocmd/prop_func/general.html#plugin.call #_ #_