Skip to main content

add_value

Function add_value 

Source
pub fn add_value(
    state: &mut LuaState,
    buf: &mut LuaBuffer,
) -> Result<(), LuaError>
Expand description

Pop the string at top of state’s stack and append it to buf.

C: LUALIB_API void luaL_addvalue(luaL_Buffer *B)