Available since LÖVE 11.0
This function is not supported in earlier versions.
Gets the size in bytes that a given format used with love.data.pack will use.
This function behaves the same as Lua 5.3's string.packsize.
size = love.data.getPackedSize( format )
string formatnumber sizeThe format string cannot have the variable-length options 's' or 'z'.
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.data.getPackedSize