User contributions for Thisdp
Jump to navigation
Jump to search
26 February 2022
- 16:5316:53, 26 February 2022 diff hist 0 DgsSVGCreateNode →Required Arguments
- 16:5316:53, 26 February 2022 diff hist −1 DgsSVGCreateNode →Required Arguments
- 16:5116:51, 26 February 2022 diff hist −25 DgsSVGNodeSetAttributes No edit summary
- 16:5116:51, 26 February 2022 diff hist +21 DgsSVGNodeSetAttributes No edit summary
- 16:5016:50, 26 February 2022 diff hist +19 DgsSVGNodeSetAttributes →Syntax
- 16:4916:49, 26 February 2022 diff hist +184 DgsSVGNodeGetAttributes →Example
- 16:4716:47, 26 February 2022 diff hist +1 DgsSVGNodeGetAttributes →Optional Arguments
- 16:4716:47, 26 February 2022 diff hist +145 DgsSVGNodeGetAttributes →Syntax
- 06:1406:14, 26 February 2022 diff hist +89 DgsCreateSVG →Example
- 06:1206:12, 26 February 2022 diff hist +1 Template:DGS Plugin/SVG No edit summary current
- 06:1006:10, 26 February 2022 diff hist +26 Template:DGS Plugin/SVG No edit summary
- 06:0806:08, 26 February 2022 diff hist −1 DgsCreateSVG →Example
- 06:0806:08, 26 February 2022 diff hist −5 DgsCreateSVG →Example
- 06:0706:07, 26 February 2022 diff hist −33 DgsCreateSVG →Example
- 06:0706:07, 26 February 2022 diff hist +9 DgsCreateSVG →Syntax
25 February 2022
- 07:5807:58, 25 February 2022 diff hist 0 Dgs-dxradiobutton No edit summary
- 07:5807:58, 25 February 2022 diff hist 0 Dgs-dxcheckbox No edit summary
- 07:5607:56, 25 February 2022 diff hist 0 Dgs-dxbutton No edit summary
- 07:5407:54, 25 February 2022 diff hist +1 Dgs-dxlabel →colorcoded
- 07:5407:54, 25 February 2022 diff hist 0 Dgs-dxlabel →wordbreak
17 February 2022
14 February 2022
- 09:1309:13, 14 February 2022 diff hist +1 DgsCreateRoundRect →Optional Arguments
- 09:1309:13, 14 February 2022 diff hist −1 DgsCreateRoundRect →Example
- 09:1209:12, 14 February 2022 diff hist −2 DgsCreateRoundRect →Optional Arguments
- 09:1209:12, 14 February 2022 diff hist +42 DgsCreateRoundRect →Optional Arguments
- 03:5603:56, 14 February 2022 diff hist −15 DgsAlphaTo →Syntax
8 February 2022
- 08:0808:08, 8 February 2022 diff hist +3 DgsSizeTo No edit summary
- 08:0808:08, 8 February 2022 diff hist −107 DgsAnimTo No edit summary
- 08:0708:07, 8 February 2022 diff hist +3 DgsAlphaTo →Required Arguments
- 08:0708:07, 8 February 2022 diff hist −366 DgsAlphaTo No edit summary
- 08:0608:06, 8 February 2022 diff hist −584 DgsSizeTo No edit summary
- 08:0508:05, 8 February 2022 diff hist −3 DgsMoveTo No edit summary
- 08:0508:05, 8 February 2022 diff hist −507 DgsMoveTo No edit summary
7 February 2022
- 12:4912:49, 7 February 2022 diff hist +975 N DgsLineSetItemColor Created page with "__NOTOC__ {{Client function}} This function sets the color of an item of dgs line. ==Syntax== <syntaxhighlight lang="lua"> bool dgsLineSetItemColor( element line, int index, int color ) </syntaxhighlight> ===Required Arguments=== *'''line''': The DGS Line element. *'''index''': The item index. *'''color:''' An integer of color (0-4294967295), use tocolor for converting RGBA to color number. ===Returns=== Returns ''true'' if successful, ''false'' otherwis..."
- 12:4812:48, 7 February 2022 diff hist −4 DgsSetCustomCursorColor No edit summary current
- 12:4812:48, 7 February 2022 diff hist −4 DgsComboBoxSetItemColor No edit summary current
- 12:4712:47, 7 February 2022 diff hist +139 DgsSetCustomCursorColor No edit summary
- 12:4712:47, 7 February 2022 diff hist +54 DgsComboBoxSetItemColor No edit summary
- 12:4412:44, 7 February 2022 diff hist +1,162 N DgsLineGetItemPosition Created page with "__NOTOC__ {{Client function}} This function gets the position of an item of dgs line. ==Syntax== <syntaxhighlight lang="lua"> float/nil, float/nil, float, float, bool dgsLineGetItemPosition (element line, int index ) </syntaxhighlight> ===Required Arguments=== *'''line''': The DGS Line element. *'''index''': The item index. ===Returns=== Returns 4 ''float''s and a ''bool'' Or 2 ''nil''s, 2 ''float''s and a ''bool'' indicates the startX, startY, endX, endY and rel..."
- 12:3712:37, 7 February 2022 diff hist +30 DgsLineSetItemPosition No edit summary current
- 12:3412:34, 7 February 2022 diff hist +1,836 N DgsLineSetItemPosition Created page with "__NOTOC__ {{Client function}} This function sets the position of an item of dgs line. ==Syntax== <syntaxhighlight lang="lua"> bool dgsLineSetItemPosition (element line, int index, float startX = previousEndX, float startY = previousEndY, float endX, float endY [, float relative = false ] ) </syntaxhighlight> ===Required Arguments=== *'''line''': The DGS Line element. *'''startX:''' A float of the 2D x position of start position of the line on a player's screen, set..."
- 10:5410:54, 7 February 2022 diff hist +1 DgsScrollBarSetCursorWidth →Example current
- 10:5310:53, 7 February 2022 diff hist +1 DgsScrollBarSetTroughWidth →Example current
- 10:5310:53, 7 February 2022 diff hist +1 DgsScrollBarSetArrowSize No edit summary current
- 10:5310:53, 7 February 2022 diff hist +921 N DgsScrollBarSetArrowSize Created page with "{{client function}} This function changes the size of arrow. ==Syntax== <syntaxhighlight lang="lua"> bool dgsScrollBarSetArrowSize( element scrollBar, float size [, bool relative ] ) </syntaxhighlight> thumb|DGS Scroll Detail ===Required Arguments=== *'''scrollBar:''' The dgs scrollbar you want to set arrow size to. *'''size:''' A number of the size of scroll bar's arrow. ===Optional Arguments=== *'''relative:''' This is whether size..."
- 10:5210:52, 7 February 2022 diff hist 0 DgsScrollBarSetTroughWidth No edit summary
- 10:5110:51, 7 February 2022 diff hist +890 N DgsScrollBarGetArrowSize Created page with "{{client function}} This function gets the size of arrow. ==Syntax== <syntaxhighlight lang="lua"> float dgsScrollBarGetArrowSize( element scrollBar [, bool relative ] ) </syntaxhighlight> thumb|DGS Scroll Detail ===Required Arguments=== *'''scrollBar:''' The dgs scrollbar you want to get arrow size from. ===Optional Arguments=== *'''relative:''' This is whether sizes and positioning are relative. If this is true, then width must be b..." current
- 10:4910:49, 7 February 2022 diff hist −158 Template:DGS 3D Text Functions No edit summary current
- 10:4910:49, 7 February 2022 diff hist −164 Template:DGS 3D Image Functions No edit summary current
- 10:4810:48, 7 February 2022 diff hist −158 Template:DGS 3D Line Functions No edit summary