{{luaapi}}
m (Robot: converting/fixing HTML) |
({{luaapi}}) |
||
| Line 1: | Line 1: | ||
{{ | {{luaapi}} | ||
Assigns a value to a key in the table, without invoking [[metamethod]]s. | |||
table = rawset (table, index, value) | table = rawset (table, index, value) | ||
== Arguments == | |||
;table : table - any valid table. | |||
;index : non-nil - any valid table index. | |||
;value : any - any value. | |||
==Returns== | ==Returns== | ||
;table : table - the table you passed as the first parameter. | |||
== Example == | == Example == | ||