Home  Contents

rawset

Global Lua Commands

SYNOPSIS

rawset(table,index,value)

DESCRIPTION

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.

RETURN VALUE

This function returns table.