DgsGetPostGUI

From Multi Theft Auto: Wiki

This function returns whether a dgs element post gui.

Syntax

bool dgsGetPostGUI( element dgsElement )

Required Arguments

  • dgsElement: The DGS element you wish to retrieve post gui state from.

Returns

Returns true the dgs element is post gui, false otherwise.

Example

DGS = exports.dgs
local guiWindow = guiCreateWindow(200,200,400,400,"gui window",false)
local dgsWindow = DGS:dgsCreateWindow(200,200,400,400,"dgs window",false)
outputChatBox("DGS POST GUI:"..tostring(DGS:dgsGetPostGUI(dgsWindow)))

See Also

Multi Language Supports

Animation

3D Interface

3D Text

Arrow List

Browser

Button

Check Box

Combo Box

Edit

Ellipse Detect Area

Detect Area

Grid List

Image

Memo

Label

Progress Bar

Radio Button

Scroll Bar

Scroll Pane

Switch Button

Tab Panel

Window

Plugin

Media Browser

Rounded Rectangle

Color Picker

Blur Box

Effect 3D