OnDgsDestroy

From Multi Theft Auto: Wiki

This event is fired when the item of a dgs-dxgui element has been destroyed.

Parameters

None

Source

The source of this event is the dgs-dxgui element that is destroyed.

Example

This example outputs a message when a dgs-dxgui element destroyed.

DGS = exports.dgs

function onDestroyed()
	outputChatBox("A "..DGS:dgsGetType(source).." has been destroyed")
end
addEventHandler("onDgsDestroy",getRootElement(),onDestroyed)


See Also

DGS events

Plugin

Media

Color Picker

Client event functions