DgsEditGetTypingSound

From Multi Theft Auto: Wiki

This function gets the typing sound that has already been applied.

Syntax

string dgsEditGetTypingSound( element dxEdit )

Required Arguments

  • dxEdit: The dgs-dxedit you want to get.

Returns

Returns a string if there is a typing sound applied, false otherwise.

Example

DGS = exports.dgs 

edit = DGS:dgsCreateEdit(0.29, 0.30, 0.44, 0.04, "", true)
DGS:dgsEditSetTypingSound(edit,"test.wav") --You can add a sound file for test
outputChatBox(DGS:dgsEditGetTypingSound(edit)) --test.wav

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