Home  Contents

rawget

Global Lua Commands

SYNOPSIS

rawget(table,index)

DESCRIPTION

Gets the real value of table[index], without invoking any metamethod. table must be a table; index may be any value.