luaL_addvalue

luaL_addvalue[-1, +?, m]

void luaL_addvalue (luaL_Buffer *B);

Adds the value at the top of the stack to the buffer B (see luaL_Buffer). Pops the value.

This is the only function on string buffers that can (and must) be called with an extra element on the stack, which is the value to be added to the buffer.

doc_lua
2017-02-21 04:11:52
Comments
Leave a Comment

Please login to continue.