GE Lua Documentation

Press F to search!

stringFormatWorkBuffer

Definition


-- @/lua/common/utils.lua:570

function stringFormatWorkBuffer(...)
  fBufTmp:reset()
  return fBufTmp:putf(...)
end

Callers