User contributions for Thisdp
Jump to navigation
Jump to search
16 January 2023
- 14:5114:51, 16 January 2023 diff hist +110 Dgs-dxswitchbutton →style
13 January 2023
- 12:3212:32, 13 January 2023 diff hist +803 N OnDgsKey Created 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/General No edit summary
12 January 2023
- 02:1602:16, 12 January 2023 diff hist +1,062 Dgs-dxprogressbar →>Style:ring-round< current
- 02:1602:16, 12 January 2023 diff hist +2 Dgs-dxprogressbar →bgRadius
- 02:1502:15, 12 January 2023 diff hist +2 Dgs-dxprogressbar →bgProgress
- 02:1502:15, 12 January 2023 diff hist +1,058 Dgs-dxprogressbar →>Style:ring-plain<
- 01:3601:36, 12 January 2023 diff hist +17 DgsCreateObjectPreviewHandle No edit summary current
10 January 2023
- 13:5013:50, 10 January 2023 diff hist −33 DgsCreateChart No edit summary current
- 12:1312:13, 10 January 2023 diff hist +901 N DgsLineGetItemWidth Created page with "__NOTOC__ {{Client function}} This function gets the width of an item of DGS Line. ==Syntax== <syntaxhighlight lang="lua"> float dgsLineGetItemWidth( element line, int index ) </syntaxhighlight> ===Required Arguments=== *'''line''': The DGS Line. *'''index''': The item index. ===Returns=== Returns a ''float'' indicates the width of the item if successful, ''false'' otherwise ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs local line = DGS:dgsCreateLi..." current
- 12:1212:12, 10 January 2023 diff hist +882 N DgsLineSetItemWidth Created page with "__NOTOC__ {{Client function}} This function sets the width of an item of DGS Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgsLineSetItemColor( element line, int index, int width ) </syntaxhighlight> ===Required Arguments=== *'''line''': The DGS Line. *'''index''': The item index. *'''width:''' A float of the width of the item. ===Returns=== Returns ''true'' if successful, ''false'' otherwise ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs local..."
- 12:1112:11, 10 January 2023 diff hist +73 Dgs3DLineGetItemPosition No edit summary current
- 12:1012:10, 10 January 2023 diff hist −2 Dgs3DLineGetItemPosition →Returns
- 12:1012:10, 10 January 2023 diff hist 0 Dgs3DLineGetItemPosition →Returns
- 12:1012:10, 10 January 2023 diff hist +88 DgsLineGetItemPosition No edit summary current
- 12:0812:08, 10 January 2023 diff hist +149 Dgs3DLineGetItemPosition No edit summary
- 12:0612:06, 10 January 2023 diff hist +159 Dgs3DLineSetItemPosition →Required Arguments current
- 12:0312:03, 10 January 2023 diff hist −8 DgsLineRemoveItem No edit summary current
- 12:0312:03, 10 January 2023 diff hist −8 DgsLineAddItem No edit summary current
- 12:0312:03, 10 January 2023 diff hist −8 DgsLineSetItemColor No edit summary current
- 12:0212:02, 10 January 2023 diff hist +914 N DgsLineGetItemColor Created page with "__NOTOC__ {{Client function}} This function gets the color of an item of DGS Line. ==Syntax== <syntaxhighlight lang="lua"> int dgsLineSetItemColor( element line, int index ) </syntaxhighlight> ===Required Arguments=== *'''line''': The DGS Line. *'''index''': The item index. ===Returns=== Returns an ''integer'' indicates the color of the item if successful, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> DGS = exports.dgs local line = DGS:dgsCreate..."
- 12:0012:00, 10 January 2023 diff hist +982 N Dgs3DLineGetItemWidth Created page with "__NOTOC__ {{Client function}} This function gets the width of the specified item of DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineGetItemWidth( element line3D, int index ) </syntaxhighlight> ===Required Arguments=== *'''line3D''': The DGS 3D Line. *'''index''': The item index of DGS 3D Line. ===Returns=== Returns an ''float'' indicates the width of the item if successful, ''false'' otherwise. ==Example== <syntaxhighlight lang="lua"> DGS = ex..." current
- 11:5911:59, 10 January 2023 diff hist −12 Dgs3DLineGetItemColor No edit summary
- 11:5911:59, 10 January 2023 diff hist +984 N Dgs3DLineSetItemWidth Created page with "__NOTOC__ {{Client function}} This function sets the width of the specified item of DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineSetItemWidth( element line3D, int index, float width ) </syntaxhighlight> ===Required Arguments=== *'''line3D''': The DGS 3D Line element. *'''index''': The item index of DGS 3D Line. *'''width :''' A float of the width of the item. ===Returns=== Returns ''true'' if successful, ''false'' otherwise. ==Example== <sy..." current
- 11:5511:55, 10 January 2023 diff hist −8 Dgs3DLineRemoveItem No edit summary current
- 11:5511:55, 10 January 2023 diff hist −8 Dgs3DLineAddItem No edit summary current
- 11:5511:55, 10 January 2023 diff hist −8 Dgs3DLineSetItemPosition →Required Arguments
- 11:5511:55, 10 January 2023 diff hist −8 Dgs3DLineGetItemPosition →Required Arguments
- 11:5411:54, 10 January 2023 diff hist +169 Dgs3DLineGetItemPosition No edit summary
- 11:5411:54, 10 January 2023 diff hist +169 Dgs3DLineSetItemPosition No edit summary
- 11:5311:53, 10 January 2023 diff hist +1,025 N Dgs3DLineGetItemColor Created page with "__NOTOC__ {{Client function}} This function gets the color of the specified item of DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineSetItemColor( element line3D, int index, int color ) </syntaxhighlight> ===Required Arguments=== *'''line3D''': The DGS 3D Line. *'''index''': The item index of DGS 3D Line. ===Returns=== Returns an ''integer'' indicates the color of the item if successful, ''false'' otherwise. ==Example== <syntaxhighlight lang="l..."
- 11:5311:53, 10 January 2023 diff hist +209 Dgs3DLineSetItemColor No edit summary current
- 11:5011:50, 10 January 2023 diff hist +946 N Dgs3DLineSetItemColor Created page with "__NOTOC__ {{Client function}} This function sets the color of the specified item of DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineSetItemColor( element line3D, int index, int color ) </syntaxhighlight> ===Required Arguments=== *'''line3D''': The DGS 3D Line element. *'''index''': The item index of DGS 3D Line. *'''color:''' An integer of color (0-4294967295), use tocolor for converting RGBA to color number. If not set, default color of DG..."
- 11:4811:48, 10 January 2023 diff hist −2 Dgs3DLineGetItemPosition No edit summary
- 11:4811:48, 10 January 2023 diff hist −1 Dgs3DLineSetItemPosition No edit summary
- 11:4711:47, 10 January 2023 diff hist +1,035 N Dgs3DLineSetItemPosition Created page with "__NOTOC__ {{Client function}} This function sets the position of the specified item of DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineSetItemPosition( element line3D , int index, float x, float y, float z ) </syntaxhighlight> ===Required Arguments=== *'''line3D''': The DGS 3D Line element. *'''index''': The item index of DGS 3D Line. *'''x:''' A float of the 3D x position of the item of DGS 3D Line in the world. *'''y:''' A float of the 3D y pos..."
- 11:4111:41, 10 January 2023 diff hist +868 N Dgs3DLineGetItemPosition Created page with "__NOTOC__ {{Client function}} This function gets the position of the specified item of DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> float, float, float dgs3DLineGetItemPosition( element line3D , int index ) </syntaxhighlight> ===Required Arguments=== *'''line3D''': The DGS 3D Line element. *'''index ''': The item index of DGS 3D Line. ===Returns=== Returns 3 ''float''s indicates x, y and z coordinates of the item, ''false'' otherwise. ==Example== <syntax..."
- 11:3111:31, 10 January 2023 diff hist +52 Template:DGS 3D Line Functions No edit summary current
9 January 2023
- 15:1115:11, 9 January 2023 diff hist +24 DgsCreate3DLine No edit summary current
- 15:0215:02, 9 January 2023 diff hist +2,014 DGS Updates Log No edit summary
- 15:0015:00, 9 January 2023 diff hist 0 Resource:DGS No edit summary
8 January 2023
- 04:5604:56, 8 January 2023 diff hist −3 DgsGetCursorPosition →Required Arguments current Tag: Manual revert
- 04:5604:56, 8 January 2023 diff hist +3 DgsGetCursorPosition →Required Arguments
- 04:5504:55, 8 January 2023 diff hist +17 DgsGetCursorPosition →Returns
- 04:5304:53, 8 January 2023 diff hist +4 DgsGetCursorPosition →Returns
- 04:5304:53, 8 January 2023 diff hist +14 DgsGetCursorPosition →Returns
- 04:5104:51, 8 January 2023 diff hist +191 DgsGetCursorPosition →Syntax
24 December 2022
- 11:2811:28, 24 December 2022 diff hist 0 DgsSetMouseStayDelay →Example current
- 11:2811:28, 24 December 2022 diff hist −1 DgsSetMultiClickInterval →Example current
- 11:2811:28, 24 December 2022 diff hist +216 DgsSetMultiClickInterval No edit summary