Chapter 1: Introduction to Lua

lua setfield void lua setfield (lua State *L, int index, const char *k) ; Does the equivalent to t[k] = v, where t is the value at the given index and v is the value at the top of the stack. Stack info This function pops the value from the stack. As in Lua, this function may trigger a metamethod for the "newindex" event (see ยง2.4). Lua Stack ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download