LuaNET, the lua 5.1 api documentation!

Lua-Api

Core

[LUA 5.1] rawset

function 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.

Comments

© 2007 DracoBlue :: Valid XHTML, CSS, RSS Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC | SourceNet © 2007, DracoBlue :: Page created in 0.361 seconds with 22 queries.