OnDgsQRCodeLoad

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

This event is called when the DGS QRCode is loaded.

Parameters

element QRCode

Example

DGS = exports.dgs --get exported functions from dgs

local QRCode = DGS:dgsRequestQRCode("https://wiki.multitheftauto.com/wiki/Resource:Dgs")
local image = DGS:dgsCreateImage(200,200,128,128,QRCode,false)
outputChatBox(DGS:dgsGetQRCodeLoaded(QRCode) and "Loaded" or "Loading")
addEventHandler("onDgsQRCodeLoad",QRCode,function()
	outputChatBox(DGS:dgsGetQRCodeLoaded(source) and "Loaded" or "Loading")
end,false)

See Also

General

Check Box

Combo Box

Drag'N Drop

Edit

Grid List

Menu

Selector

Mouse

Radio Button

Switch Button

Tab

Animation

Plugin

Media

Color Picker

QRCode

Remote Image