Available since LÖVE 11.0
This function is not supported in earlier versions.
Packs (serializes) simple Lua values.
This function behaves the same as Lua 5.3's string.pack.
data = love.data.pack( container, format, v1, ... )
ContainerType containerstring formatvalue v1value ...Packing integers with values greater than 2^53 is not supported, as Lua 5.1 cannot represent those values in its number type.
© 2006–2020 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/love.data.pack