Rawset

From OpenEUO
Revision as of 11:16, 9 October 2010 by 76.184.213.234 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
 rawset (table, index, value)

Sets the real value of table[index] to value, without invoking any metamethod. table must be a table, index any value different from nil, and value any Lua value.

This function returns table.

Getmetatable

Rawequal

Rawget

Setmetatable

Lua Manual - Metatables