DgsEDASetDebugModeEnabled

From Multi Theft Auto: Wiki

This function sets the debug state of an ellipse detect area.

Syntax

bool dgsEDASetDebugModeEnabled ( element eda, bool enabled )

Required Arguments

  • eda: The ellipse detect area that you want to set the debug mode state of.
  • enabled: The debug mode state of ellipse detect area.

Returns

Returns true if successful, false otherwise.

Example

This example will create ellipse detect area and set to debug mode to display a ellipse on the player's screen.

DGS = exports.dgs
eda = DGS:dgsCreateEDA(400,300,400,200,false) --Create Ellipse Detect Area
DGS:dgsEDASetDebugModeEnabled(eda,true)  --Set debug mode so that we can see where it is and how it looks like.

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