Documentation

Generate QR Code - Open Dev Kit Documentation

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

Data String
Width Integer
Height Integer

Return Value

Image*

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