User contributions for Thisdp
Jump to navigation
Jump to search
5 October 2024
- 16:2416:24, 5 October 2024 diff hist +4 Dgs3DInterfaceProcessLineOfSight →Examples current
- 16:2316:23, 5 October 2024 diff hist +1,583 N Dgs3DInterfaceProcessLineOfSight Created page with "{{Client function}} __NOTOC__ This function casts a ray through two points to the dgs 3d interface, and tells you information about the point that was hit, if any. ==Syntax== Return values labelled for ease of reference. <syntaxhighlight lang="lua"> bool -- hit float float float -- hitX, hitY, hitZ float float -- hitInterfaceX, hitInterfaceY dgs3DInterfaceProcessLineOfSight ( dgs-3dinterface interface,..."
2 September 2024
- 01:2001:20, 2 September 2024 diff hist +6 Dgs-dxscrollbar →cursorLength current
- 01:2001:20, 2 September 2024 diff hist +18 Dgs-dxscrollbar →length
30 June 2024
- 07:5407:54, 30 June 2024 diff hist +57 DgsGridListSetSelectedItems →Required Arguments current
2 June 2024
- 05:2105:21, 2 June 2024 diff hist −51 OnDgsMousePreClick →Example current
- 05:1905:19, 2 June 2024 diff hist −66 DGS General Basic Properties →clickCoolDown current
12 May 2024
- 07:1207:12, 12 May 2024 diff hist +207 OnDgsMousePreClick →Example
- 07:0807:08, 12 May 2024 diff hist +20 DGS General Basic Properties →clickCoolDown
- 07:0807:08, 12 May 2024 diff hist +47 DGS General Basic Properties →clickCoolDown
5 May 2024
- 07:5107:51, 5 May 2024 diff hist −1,388 DgsCreateQuad No edit summary current
- 07:5107:51, 5 May 2024 diff hist 0 N File:DGS Quadrilateral 1.png No edit summary current
- 07:5007:50, 5 May 2024 diff hist −12 DgsCreateQuad No edit summary
- 07:4507:45, 5 May 2024 diff hist +3,242 N DgsCreateQuad Created page with "__NOTOC__ {{Client function}} <span style="color:#FF0000;text-shadow:black 0.1em 0.1em 0.6em;">>>>Warning: This feature requires pixel shader model 2_a<<<</span> This function creates a quadrilateral shader that can be used for dgs elements. ==Syntax== <syntaxhighlight lang="lua"> element dgsCreateQuad( table corners [, int color = 0xFFFFFFFF, texture background = nil, bool colorOverwritten = true ] ) </syntaxhighlight> Image:DGS_Rounded_Rectangle.png|300px|thumb..."
24 March 2024
- 11:3111:31, 24 March 2024 diff hist +1 Template:DGSFUNCTIONS →Basic Shape Plugin current
- 11:3111:31, 24 March 2024 diff hist +7 Template:DGSFUNCTIONS →Plugin
- 11:3111:31, 24 March 2024 diff hist +6 Template:DGSFUNCTIONS →Basic Shapes
- 11:3111:31, 24 March 2024 diff hist +96 Template:DGSFUNCTIONS →Plugin
- 11:2911:29, 24 March 2024 diff hist +328 N Template:DGS Plugin/Quadrilateral Functions Created page with "*dgsCreateQuad *dgsQuadSetVertices *dgsQuadGetVertices *dgsQuadSetTexture *dgsQuadGetTexture *dgsQuadSetColor *dgsQuadGetColor *dgsQuadSetColorOverwritten *dgsQuadGetColorOverwritten *dgsQuadSetRotation *dgsQuadSetRotation *dgsQuadSetTextureRotation *dgsQuadGetTextureRotation" current
- 11:2811:28, 24 March 2024 diff hist −1 Template:DGSFUNCTIONS →Quadrilateral
- 11:2811:28, 24 March 2024 diff hist −3 Template:DGSFUNCTIONS →Rounded Rectangle
- 11:2811:28, 24 March 2024 diff hist +142 Template:DGSFUNCTIONS →Rounded Rectangle
20 March 2024
- 02:2502:25, 20 March 2024 diff hist −3 DGS OOP Class →Functions current
18 March 2024
- 02:5802:58, 18 March 2024 diff hist +2 Dgs-dxscrollpane →bgImage current
- 02:5702:57, 18 March 2024 diff hist −4 Dgs-dxscrollpane →bgImage
- 02:5702:57, 18 March 2024 diff hist +1 Dgs-dxscrollpane →bgImage
- 02:5702:57, 18 March 2024 diff hist +28 Dgs-dxscrollpane →bgImage
- 02:5602:56, 18 March 2024 diff hist +47 Dgs-dxscrollpane No edit summary
11 March 2024
- 05:2605:26, 11 March 2024 diff hist +68 Template:DGS Combo Box Functions No edit summary current
10 March 2024
- 10:4810:48, 10 March 2024 diff hist −3 DgsEditAutoCompleteAddParameterFunction No edit summary current
- 10:4810:48, 10 March 2024 diff hist +977 N DgsEditAutoCompleteAddParameterFunction Created page with "__NOTOC__ {{Client function}} This function adds the advanced usage of dgs edit auto complete, which can be used as dynamic auto complete. ==Syntax== <syntaxhighlight lang="lua"> element dgsEditAutoCompleteAddParameterFunction( string parameterType, string functionCode ) </syntaxhighlight> ===Required Arguments=== *'''parameterType:''' A string of the parameter type you want to attach. *'''functionCode :''' A string of the function that you want to execute. ===Ret..."
- 10:4510:45, 10 March 2024 diff hist 0 DgsEditAddAutoComplete No edit summary current
- 10:4510:45, 10 March 2024 diff hist +37 DgsEditAddAutoComplete No edit summary
- 10:4410:44, 10 March 2024 diff hist +159 DgsEditAddAutoComplete No edit summary
13 February 2024
- 04:2404:24, 13 February 2024 diff hist +28 Template:DGS Events/General No edit summary current
12 February 2024
- 03:4803:48, 12 February 2024 diff hist +60 DgsScrollBarSetCursorLength No edit summary current
- 03:4703:47, 12 February 2024 diff hist 0 Template:DGS Scroll Bar Functions No edit summary current
11 February 2024
- 02:5202:52, 11 February 2024 diff hist +1 Dgs-dxscrollbar →cursorWidth
15 November 2023
- 02:4302:43, 15 November 2023 diff hist +912 N DgsGradientSetColor Created page with "__NOTOC__ {{Client function}} This function sets the color of the dgs gradient plugin. ==Syntax== <syntaxhighlight lang="lua"> bool dgsGradientSetColor( element gradShader, int colorFrom, int colorTo ) </syntaxhighlight> ===Required Arguments=== *'''gradShader:''' The dgs gradient you want to set. *'''colorFrom''': Gradient color 1. ( Left side when '''rotation''' is 0 ) *'''colorTo ''': Gradient color 2. ( Right side when '''rotation''' is 0 ) ===Returns=== Return..." current
8 November 2023
- 12:0112:01, 8 November 2023 diff hist +492 Dgs-dxbutton No edit summary current
5 November 2023
- 04:5504:55, 5 November 2023 diff hist +10 DgsGetPosition No edit summary current
5 October 2023
- 06:0006:00, 5 October 2023 diff hist +71 OnDgsElementLeave No edit summary current
- 06:0006:00, 5 October 2023 diff hist +71 OnDgsElementEnter No edit summary current
1 October 2023
- 04:5504:55, 1 October 2023 diff hist 0 Resource:DGS No edit summary
- 04:3504:35, 1 October 2023 diff hist −2 Resource:DGS No edit summary
- 04:3404:34, 1 October 2023 diff hist +33 Resource:DGS No edit summary
- 04:3404:34, 1 October 2023 diff hist −42,507 DGS Updates Log Blanked the page current Tag: Blanking
21 September 2023
- 11:3111:31, 21 September 2023 diff hist −8 DGS OOP Class →Get Started
- 11:3011:30, 21 September 2023 diff hist +19 DGS OOP Class →Get Started
- 11:3011:30, 21 September 2023 diff hist −1 DGS OOP Class →Get Started