diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-23 20:55:52 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-23 20:55:52 +0200 |
commit | a79c0fcff3918c67302b8967cfdbcdfd2f804a4b (patch) | |
tree | c3d1a71642e6aaf54c957f54d2452113a4ee1e73 /doc/pl/weechat_user.pl.asciidoc | |
parent | 43f471b9c2d259890f56a62d6e9923dd36fbab73 (diff) | |
download | weechat-a79c0fcff3918c67302b8967cfdbcdfd2f804a4b.zip |
core: allow pointer as list name in evaluation of hdata (closes #450)
Diffstat (limited to 'doc/pl/weechat_user.pl.asciidoc')
-rw-r--r-- | doc/pl/weechat_user.pl.asciidoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/pl/weechat_user.pl.asciidoc b/doc/pl/weechat_user.pl.asciidoc index 8877a14f6..391ff6c92 100644 --- a/doc/pl/weechat_user.pl.asciidoc +++ b/doc/pl/weechat_user.pl.asciidoc @@ -3267,6 +3267,14 @@ są dodawane do tablicy hashy: | arguments | ciąg | Argumenty komendy (razem z wartością 'channel') |=== +// TRANSLATION MISSING +When the data is a pointer, the variable `tg_signal_data` can be used like this +to read a hdata property (in this example this is a pointer on a buffer): + +---- +${buffer[${tg_signal_data}].full_name} +---- + [[trigger_data_hsignal]] ===== Hsignal |