Difference between revisions of "Variant"
Line 1: | Line 1: | ||
− | Value | + | Value represents all of Lua type, but it's not that exists in Lua really. |
− | In [[Thread]](or [[Channel]]), The value | + | In [[Thread]](or [[Channel]]), The value of the message can be a boolean, string, number, LÖVE userdata, or a simple flat table. Foreign userdata (Lua's files, LuaSocket, ENet, ...), functions, and tables inside tables are not supported. |
== Other Languages == | == Other Languages == | ||
{{i18n|value}} | {{i18n|value}} |
Revision as of 05:48, 26 January 2014
Value represents all of Lua type, but it's not that exists in Lua really.
In Thread(or Channel), The value of the message can be a boolean, string, number, LÖVE userdata, or a simple flat table. Foreign userdata (Lua's files, LuaSocket, ENet, ...), functions, and tables inside tables are not supported.
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info