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)

3 September 2023

  • 03:0103:01, 3 September 2023 diff hist +14 DgsRoundRectGetTextureNo edit summary current
  • 03:0103:01, 3 September 2023 diff hist +3 DgsRoundRectSetTextureNo edit summary current
  • 03:0003:00, 3 September 2023 diff hist +3 DgsRoundRectGetColorNo edit summary current
  • 03:0003:00, 3 September 2023 diff hist +892 N DgsCircleGetColorCreated page with "__NOTOC__ {{Client function}} This function gets the color of the dgs circle. ==Syntax== <syntaxhighlight lang="lua"> int dgsCircleGetColor( element circle ) </syntaxhighlight> ===Required Arguments=== *'''rndRect:''' A dgs circle element. ===Returns=== Returns an ''int'' value of the color if successful, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs --get exported functions from dgs function fromcolor(int) --from color local..." current
  • 02:5902:59, 3 September 2023 diff hist +709 N DgsCircleSetColorCreated page with "__NOTOC__ {{Client function}} This function sets the color of the dgs circle. ==Syntax== <syntaxhighlight lang="lua"> bool dgsCircleSetColor( element circle, int color ) </syntaxhighlight> ===Required Arguments=== *'''circle:''' A dgs-dxcircle plugin that you want to change. *'''color:''' An int of the color of the dgs circle. ===Returns=== Returns ''true'' if successful, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs --get expor..." current
  • 02:5702:57, 3 September 2023 diff hist +4 DgsRoundRectSetColorNo edit summary current
  • 02:5602:56, 3 September 2023 diff hist +798 N DgsCircleGetTextureRotationCreated page with "__NOTOC__ {{Client function}} This function gets the texture rotation from the dgs circle. ==Syntax== <syntaxhighlight lang="lua"> float, float, float dgsCircleGetTextureRotation( element circle ) </syntaxhighlight> ===Required Arguments=== *'''circle''': A dgs-dxcircle plugin. ===Returns=== Returns 3 ''floats'' indicates '''rotation degree''', '''rotation center x''' and '''rotation center y''' if successful, ''false'' otherwise. ==Example== <syntaxhighlight la..." current
  • 02:5402:54, 3 September 2023 diff hist +14 DgsCircleGetAngleNo edit summary current
  • 02:5402:54, 3 September 2023 diff hist +7 DgsCircleGetDirectionNo edit summary current
  • 02:5302:53, 3 September 2023 diff hist +14 DgsCircleGetRotation→‎Returns current
  • 02:5202:52, 3 September 2023 diff hist +691 N DgsCircleGetDirectionCreated page with "__NOTOC__ {{Client function}} This function gets the direction from dgs circle. ==Syntax== <syntaxhighlight lang="lua"> bool dgsCircleGetDirection( element circle ) </syntaxhighlight> ===Required Arguments=== *'''circle:''' A dgs-dxcircle plugin. ===Returns=== Returns a ''bool'' indicates if dgs circle is anti-clockwise or clockwise. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs --get exported functions from dgs local c = DGS:dgsCreateCircle(0.5,0...."
  • 02:5102:51, 3 September 2023 diff hist +964 N DgsCircleSetDirectionCreated page with "__NOTOC__ {{Client function}} This function sets the direction of dgs circle. ==Syntax== <syntaxhighlight lang="lua"> bool dgsCircleSetDirection( element circle, bool direction ) </syntaxhighlight> ===Required Arguments=== *'''circle:''' A dgs-dxcircle plugin. *'''direction : ''' A bool indicates if dgs circle is anti-clockwise or clockwise. **''true:'' anti-clockwise **''false:'' clockwise ===Returns=== Returns a ''true'' if successful, ''false'' otherwise ==Exa..." current
  • 02:3102:31, 3 September 2023 diff hist +644 N DgsCircleSetAngleCreated page with "__NOTOC__ {{Client function}} This function sets the angle of dgs circle. ==Syntax== <syntaxhighlight lang="lua"> bool dgsCircleSetAngle( element circle, float rotation ) </syntaxhighlight> ===Required Arguments=== *'''circle:''' A dgs-dxcircle plugin. *'''angle: ''' A float of the angle in degrees. ===Returns=== Returns a ''true'' if successful, ''false'' otherwise ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs --get exported functions from dgs loc..." current
  • 02:3102:31, 3 September 2023 diff hist −1 DgsCircleSetRotation→‎Required Arguments current
  • 02:3102:31, 3 September 2023 diff hist +28 DgsCircleSetRotation→‎Example
  • 02:3102:31, 3 September 2023 diff hist +28 DgsCircleGetRotation→‎Example
  • 02:3002:30, 3 September 2023 diff hist +11 DgsCircleGetRotation→‎Returns
  • 02:3002:30, 3 September 2023 diff hist +11 DgsCircleGetAngleNo edit summary
  • 02:2902:29, 3 September 2023 diff hist −15 DgsCircleGetAngleNo edit summary
  • 02:2902:29, 3 September 2023 diff hist +645 N DgsCircleGetRotationCreated page with "__NOTOC__ {{Client function}} This function gets the rotation from dgs circle. ==Syntax== <syntaxhighlight lang="lua"> float dgsCircleGetRotation( element circle ) </syntaxhighlight> ===Required Arguments=== *'''circle:''' A dgs-dxcircle plugin. ===Returns=== Returns a ''float'' indicates the rotation of dgs circle, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs --get exported functions from dgs local c = DGS:dgsCreateCircle(0.5..."
  • 02:2802:28, 3 September 2023 diff hist +645 N DgsCircleGetAngleCreated page with "__NOTOC__ {{Client function}} This function gets the rotation from dgs circle. ==Syntax== <syntaxhighlight lang="lua"> float dgsCircleGetRotation( element circle ) </syntaxhighlight> ===Required Arguments=== *'''circle:''' A dgs-dxcircle plugin. ===Returns=== Returns a ''float'' indicates the rotation of dgs circle, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs --get exported functions from dgs local c = DGS:dgsCreateCircle(0.5..."
  • 02:2702:27, 3 September 2023 diff hist +660 N DgsCircleSetRotationCreated page with "__NOTOC__ {{Client function}} This function sets the rotation of dgs circle. ==Syntax== <syntaxhighlight lang="lua"> bool dgsCircleSetRotation( element circle, float rotation ) </syntaxhighlight> ===Required Arguments=== *'''circle:''' A dgs-dxcircle plugin. *'''rotation : ''' A float of the rotation in degrees. ===Returns=== Returns a ''true'' if successful, ''false'' otherwise ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs --get exported functions..."
  • 02:2202:22, 3 September 2023 diff hist +52 Template:DGS Plugin/CircleNo edit summary current

1 September 2023

30 August 2023

16 August 2023

15 August 2023

13 August 2023

12 August 2023

5 August 2023

4 August 2023

31 July 2023

27 July 2023

18 July 2023

17 July 2023

16 July 2023

30 June 2023

11 June 2023

6 March 2023

1 March 2023

11 February 2023

5 February 2023

4 February 2023

1 February 2023

29 January 2023

28 January 2023

17 January 2023

16 January 2023

13 January 2023

  • 12:3212:32, 13 January 2023 diff hist +803 N OnDgsKeyCreated page with "{{Client event}} __NOTOC__ This event will be triggered when any key is pressed with a DGS element focused. ==Parameters== * '''button''': This refers the button pressed. See key names for a list of keys. * '''pressOrRelease''': This refers to whether they were pressing or releasing the key, ''true'' when pressing, ''false'' when releasing. ==Source== The source of this event is the DGS element which is focused. ==Example== <syntax..." current
  • 12:2712:27, 13 January 2023 diff hist +14 Template:DGS Events/GeneralNo edit summary

12 January 2023

10 January 2023

9 January 2023

8 January 2023

24 December 2022

22 December 2022

20 December 2022

7 November 2022

6 November 2022

3 November 2022

  • 15:1215:12, 3 November 2022 diff hist +107 Dgs-dxedit→‎autoCompleteShow
  • 14:2014:20, 3 November 2022 diff hist +478 Dgs-dxscrollpane→‎moveHardness
  • 14:1614:16, 3 November 2022 diff hist +597 Dgs-dxscrollpane→‎Properties
  • 14:1014:10, 3 November 2022 diff hist +317 Dgs-dxgridlist→‎rowShadow
  • 14:0014:00, 3 November 2022 diff hist +1,056 N DgsWindowGetTextSizeCreated page with "{{Client function}} __NOTOC__ This function retrieves the theoretical width and height (in pixels) of a certain piece of title text of dgs window. ==Syntax== <syntaxhighlight lang="lua"> float, float dgsWindowGetTextSize( element theWindow ) </syntaxhighlight> ===Required Arguments=== *'''theWindow:''' The window of whose text you wish to retrieve the width and height. ===Returns=== Returns two floats representing the width and height of the text in pixels. ==Examp..." current
  • 13:5513:55, 3 November 2022 diff hist +1,142 N DgsWindowGetFontHeightCreated page with "{{Client function}} __NOTOC__ This function returns the height of the font currently used in title text of a DGS window. ==Syntax== <syntaxhighlight lang="lua"> float dgsWindowGetFontHeight ( element theWindow ) </syntaxhighlight> ===Required Arguments=== *'''theWindow:''' The window to get the font height from. ===Returns=== Returns the absolute height of the font currently used in the window if the function is successful, ''false'' otherwise. ==Example== This ex..." current
  • 13:5413:54, 3 November 2022 diff hist −30 DgsWindowGetTextExtent→‎Example current
  • 13:5213:52, 3 November 2022 diff hist +1,129 N DgsButtonGetFontHeightCreated page with "{{Client function}} __NOTOC__ This function returns the height of the font currently used in a DGS button. ==Syntax== <syntaxhighlight lang="lua"> float dgsButtonGetFontHeight ( element theButton ) </syntaxhighlight> ===Required Arguments=== *'''theButton:''' The button to get the font height from. ===Returns=== Returns the absolute height of the font currently used in the button if the function is successful, ''false'' otherwise. ==Example== This example creates..." current
  • 13:5113:51, 3 November 2022 diff hist +1,138 N DgsButtonGetTextExtentCreated page with "{{Client function}} __NOTOC__ This function returns the extent, or width, of the current text inside a DGS button. ==Syntax== <syntaxhighlight lang="lua"> float dgsButtonGetTextExtent ( element theButton ) </syntaxhighlight> ===Required Arguments=== *'''theButton:''' The button to get the text extent from. ===Returns=== Returns the absolute width of the current text inside the button if the function is successful, ''false'' otherwise. ==Example== This example crea..." current
  • 13:5013:50, 3 November 2022 diff hist +1,027 N DgsButtonGetTextSizeCreated page with "{{Client function}} __NOTOC__ This function retrieves the theoretical width and height (in pixels) of a certain piece of text of dgs button. ==Syntax== <syntaxhighlight lang="lua"> float, float dgsButtonGetTextSize( element theButton ) </syntaxhighlight> ===Required Arguments=== *'''theButton:''' The button of whose text you wish to retrieve the width and height. ===Returns=== Returns two floats representing the width and height of the text in pixels. ==Example==..." current
  • 13:4913:49, 3 November 2022 diff hist +1 DgsWindowGetTextExtent→‎Example
  • 13:4913:49, 3 November 2022 diff hist +1,176 N DgsWindowGetTextExtentCreated page with "{{Client function}} __NOTOC__ This function returns the extent, or width, of the current title text of a DGS window. ==Syntax== <syntaxhighlight lang="lua"> float dgsWindowGetTextExtent ( element theWIndow ) </syntaxhighlight> ===Required Arguments=== *'''theWIndow:''' The window to get the title text extent from. ===Returns=== Returns the absolute width of the the current title text of a DGS window if the function is successful, ''false'' otherwise. ==Example== T..."

31 October 2022

16 October 2022

28 August 2022

12 August 2022

9 July 2022

23 June 2022

14 June 2022

7 June 2022

1 June 2022

30 May 2022

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

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