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/it/weechat_user.it.asciidoc | |
parent | 43f471b9c2d259890f56a62d6e9923dd36fbab73 (diff) | |
download | weechat-a79c0fcff3918c67302b8967cfdbcdfd2f804a4b.zip |
core: allow pointer as list name in evaluation of hdata (closes #450)
Diffstat (limited to 'doc/it/weechat_user.it.asciidoc')
-rw-r--r-- | doc/it/weechat_user.it.asciidoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/it/weechat_user.it.asciidoc b/doc/it/weechat_user.it.asciidoc index 791b52e06..4aefefc63 100644 --- a/doc/it/weechat_user.it.asciidoc +++ b/doc/it/weechat_user.it.asciidoc @@ -3399,6 +3399,13 @@ is added in hashtable: | arguments | string | Arguments of command (includes value of 'channel') |=== +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 |