User contributions for Thisdp
Jump to navigation
Jump to search
8 February 2022
- 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
- 10:4710:47, 7 February 2022 diff hist +18 Template:DGSPROPERTIES →Unique Properties
- 10:4710:47, 7 February 2022 diff hist +31 N Dgs3DInterfaceGetDimension Thisdp moved page Dgs3DInterfaceGetDimension to Dgs3DGetDimension current Tag: New redirect
- 10:4710:47, 7 February 2022 diff hist 0 m Dgs3DGetDimension Thisdp moved page Dgs3DInterfaceGetDimension to Dgs3DGetDimension current
- 10:4510:45, 7 February 2022 diff hist −33 Dgs3DGetDimension No edit summary
- 10:4410:44, 7 February 2022 diff hist +31 N Dgs3DInterfaceSetDimension Thisdp moved page Dgs3DInterfaceSetDimension to Dgs3DSetDimension current Tag: New redirect
- 10:4410:44, 7 February 2022 diff hist 0 m Dgs3DSetDimension Thisdp moved page Dgs3DInterfaceSetDimension to Dgs3DSetDimension current
- 10:4410:44, 7 February 2022 diff hist −34 Dgs3DSetDimension No edit summary
- 10:4310:43, 7 February 2022 diff hist −54 Template:DGS 3D Element Functions No edit summary current
- 10:4310:43, 7 February 2022 diff hist +187 N Template:DGS 3D Element Functions Created page with "*dgs3DInterfaceGetPosition *dgs3DInterfaceSetPosition *dgs3DInterfaceGetInterior *dgs3DInterfaceSetInterior *dgs3DInterfaceSetDimension *dgs3DInterfaceGetDimension"
- 10:4310:43, 7 February 2022 diff hist +123 Template:DGSFUNCTIONS →3D Interface
- 10:4210:42, 7 February 2022 diff hist −188 Template:DGS 3D Interface Functions No edit summary
- 10:4210:42, 7 February 2022 diff hist +30 N Dgs3DInterfaceSetInterior Thisdp moved page Dgs3DInterfaceSetInterior to Dgs3DSetInterior current Tag: New redirect
- 10:4210:42, 7 February 2022 diff hist 0 m Dgs3DSetInterior Thisdp moved page Dgs3DInterfaceSetInterior to Dgs3DSetInterior current
- 10:4210:42, 7 February 2022 diff hist −34 Dgs3DSetInterior No edit summary
- 10:4110:41, 7 February 2022 diff hist +30 N Dgs3DInterfaceGetInterior Thisdp moved page Dgs3DInterfaceGetInterior to Dgs3DGetInterior current Tag: New redirect
- 10:4110:41, 7 February 2022 diff hist 0 m Dgs3DGetInterior Thisdp moved page Dgs3DInterfaceGetInterior to Dgs3DGetInterior current
- 10:4110:41, 7 February 2022 diff hist −34 Dgs3DGetInterior No edit summary
- 09:5409:54, 7 February 2022 diff hist +35 N Dgs3DGetRotation Thisdp moved page Dgs3DGetRotation to Dgs3DInterfaceGetRoll current Tag: New redirect
- 09:5409:54, 7 February 2022 diff hist 0 m Dgs3DInterfaceGetRoll Thisdp moved page Dgs3DGetRotation to Dgs3DInterfaceGetRoll current
- 09:5309:53, 7 February 2022 diff hist −8 Template:DGS 3D Interface Functions No edit summary
- 09:5309:53, 7 February 2022 diff hist +30 N Dgs3DInterfaceGetRotation Thisdp moved page Dgs3DInterfaceGetRotation to Dgs3DGetRotation Tag: New redirect
- 09:5309:53, 7 February 2022 diff hist 0 m Dgs3DInterfaceGetRoll Thisdp moved page Dgs3DInterfaceGetRotation to Dgs3DGetRotation
- 09:5309:53, 7 February 2022 diff hist −12 Dgs3DInterfaceGetRoll No edit summary
- 09:5209:52, 7 February 2022 diff hist +35 N Dgs3DInterfaceSetRotation Thisdp moved page Dgs3DInterfaceSetRotation to Dgs3DInterfaceSetRoll current Tag: New redirect
- 09:5209:52, 7 February 2022 diff hist 0 m Dgs3DInterfaceSetRoll Thisdp moved page Dgs3DInterfaceSetRotation to Dgs3DInterfaceSetRoll current
- 09:5209:52, 7 February 2022 diff hist −12 Dgs3DInterfaceSetRoll No edit summary
- 09:5109:51, 7 February 2022 diff hist +30 N Dgs3DInterfaceSetPosition Thisdp moved page Dgs3DInterfaceSetPosition to Dgs3DSetPosition current Tag: New redirect