Open Dev Kit Documentation :: QR Code :: Generate QR Code
QRCode.GenerateQRCode( Data String, Width Integer, Height Integer ) Image*Returns the image of a QR code containing the specified data at the requested resolution
Parameters
Return Value
Lua Usage
local image = QRCode.GenerateQRCode(data, width, height)
If you think anything is missing, please feel free to: submit documentation feedback on this page
