User contributions for Thisdp

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

10 May 2022

8 May 2022

7 May 2022

24 April 2022

23 April 2022

14 April 2022

13 April 2022

11 April 2022

10 April 2022

5 April 2022

  • 13:2613:26, 5 April 2022 diff hist +2,283 N DgsComboBoxGetItemDataCreated page with "{{Client function}} This function gets an Item Data associated to a combo box item. ==Syntax== <syntaxhighlight lang="lua"> mixed dgsComboBoxGetItemData ( element combobox, int itemIndex ) </syntaxhighlight> ===Required Arguments=== *'''combobox:''' the combobox containing the item you're interested in. *'''itemIndex:''' the item index of the item. ===Returns=== Returns the item data of the specified item, ''false'' otherwise. ==Example== This example displays a..." current

4 April 2022

2 April 2022

1 April 2022

29 March 2022

25 March 2022

23 March 2022

22 March 2022

21 March 2022

17 March 2022

16 March 2022

14 March 2022

11 March 2022

10 March 2022

9 March 2022

4 March 2022

26 February 2022

25 February 2022

17 February 2022

14 February 2022

8 February 2022

7 February 2022

6 February 2022

4 February 2022

3 February 2022

1 February 2022

31 January 2022

  • 14:1414:14, 31 January 2022 diff hist +1,056 N OnDgsMouseHoverCreated page with "{{Client event}} __NOTOC__ This event will be triggered continuously when a dgs element is being hovered. ==Parameters== <syntaxhighlight lang="lua"> int tick, int absoluteX, int absoluteY </syntaxhighlight> * '''tick''': A number indicates how long the dgs element has been hovered in millisecond. * '''absoluteX''': The X position of the mouse cursor, in pixels, measured from the left side of the screen. * '''absoluteY''': The Y position of the mouse cursor, in pix..." current
  • 12:2812:28, 31 January 2022 diff hist +21 Template:DGS Events/MouseNo edit summary

29 January 2022

24 January 2022

22 January 2022

18 January 2022

13 January 2022

25 December 2021

22 December 2021

20 December 2021

  • 02:4802:48, 20 December 2021 diff hist −17 DgsSetClickingSoundVolumeNo edit summary current
  • 02:4702:47, 20 December 2021 diff hist −1 DgsEditGetTypingSoundVolumeNo edit summary current
  • 02:4702:47, 20 December 2021 diff hist −17 DgsEditSetTypingSoundVolume→‎Syntax current
  • 02:4702:47, 20 December 2021 diff hist −1 DgsGetClickingSoundVolume→‎Syntax current
  • 02:4602:46, 20 December 2021 diff hist +724 N DgsGetClickingSoundVolumeCreated page with "{{Client function}} __NOTOC__ This function gets the volume of the clicking sound of a dgs element ==Syntax== <syntaxhighlight lang="lua"> number dgsGetClickingSoundVolume( element dgsElement ) </syntaxhighlight> ===Required Arguments=== *'''dgsElement:''' The dgs element you want to set. ===Returns=== Returns a ''float'' indicates the volume of the clicking sound if succeed, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs btn = DG..."
  • 02:4502:45, 20 December 2021 diff hist +838 N DgsSetClickingSoundVolumeCreated page with "{{Client function}} __NOTOC__ This function changes the volume of the clicking sound to a dgs element. ==Syntax== <syntaxhighlight lang="lua"> bool dgsSetClickingSoundVolume( element dgsElement, number volume ) </syntaxhighlight> ===Required Arguments=== *'''dgsElement:''' The dgs element you want to set. *'''volume:''' A floating point number representing the desired clicking sound volume level. Range is from 0.0 to 1.0. This can go above 1.0 for amplification. ===..."
  • 02:4402:44, 20 December 2021 diff hist +694 N DgsGetClickingSoundCreated page with "{{Client function}} __NOTOC__ This function gets the clicking sound that has already been applied. ==Syntax== <syntaxhighlight lang="lua"> string dgsGetClickingSound( element dgsElement ) </syntaxhighlight> ===Required Arguments=== *'''dgsElement:''' The dgs element you want to get from. ===Returns=== Returns a string if there is a clicking sound applied, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs btn = DGS:dgsCreateButton(0.2..." current
  • 02:4402:44, 20 December 2021 diff hist +5 DgsEditSetTypingSoundNo edit summary current
  • 02:4302:43, 20 December 2021 diff hist +5 DgsEditGetTypingSoundNo edit summary current
  • 02:4202:42, 20 December 2021 diff hist +714 N DgsSetClickingSoundCreated page with "{{Client function}} __NOTOC__ This function applies a clicking sound to a dgs element. ==Syntax== <syntaxhighlight lang="lua"> bool dgsSetClickingSound( element dgsElement, string soundPath ) </syntaxhighlight> ===Required Arguments=== *'''dgsElement:''' The dgs element you want to apply to. *'''soundPath :''' A string of the path of the sound ( url is supported ) '''nil for disabled''' ===Returns=== Returns ''true'' if succeed, ''false'' otherwise. ==Example== <sy..." current

9 December 2021

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)