User contributions for Thisdp
Jump to navigation
Jump to search
3 September 2023
- 03:0003:00, 3 September 2023 diff hist +892 N DgsCircleGetColor Created 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 DgsCircleSetColor Created 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 DgsRoundRectSetColor No edit summary current
- 02:5602:56, 3 September 2023 diff hist +798 N DgsCircleGetTextureRotation Created 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 DgsCircleGetAngle No edit summary current
- 02:5402:54, 3 September 2023 diff hist +7 DgsCircleGetDirection No 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 DgsCircleGetDirection Created 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 DgsCircleSetDirection Created 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 DgsCircleSetAngle Created 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 DgsCircleGetAngle No edit summary
- 02:2902:29, 3 September 2023 diff hist −15 DgsCircleGetAngle No edit summary
- 02:2902:29, 3 September 2023 diff hist +645 N DgsCircleGetRotation Created 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 DgsCircleGetAngle Created 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 DgsCircleSetRotation Created 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/Circle No edit summary current
1 September 2023
- 16:0016:00, 1 September 2023 diff hist −5 GetColorFilter →Example 1
- 15:5915:59, 1 September 2023 diff hist +38 GetColorFilter →Example 1
- 15:2015:20, 1 September 2023 diff hist −117 GetColorFilter →Example 1
- 14:4814:48, 1 September 2023 diff hist +987 GetColorFilter →Example
30 August 2023
- 02:4502:45, 30 August 2023 diff hist −1 GetColorFilter →Example
- 02:4402:44, 30 August 2023 diff hist −8 GetColorFilter →Example
- 02:4402:44, 30 August 2023 diff hist +136 GetColorFilter →Example
- 02:4302:43, 30 August 2023 diff hist −6 GetColorFilter →Example
- 02:4202:42, 30 August 2023 diff hist +2,474 N GetColorFilter Created page with "__NOTOC__ {{Client function}} {{Added feature/item|3.0161|1.6.0|22188|This function is used to get the values of color filtering.}} {{Tip|Normally the game is adding these colors to a screen to simulate weather effects. Sometimes it can be important to disable these effects. You can get rid of the effects by calling setColorFilter with zero values.}} ==Syntax== <syntaxhighlight lang="lua"> int, int, int, int, int, int, int, int getColorFilter ( bool isOriginal )..."
- 01:4401:44, 30 August 2023 diff hist +70 Template:Client world functions No edit summary
16 August 2023
- 12:1812:18, 16 August 2023 diff hist +1 Dgs-dxcombobox →arrowSize current
- 12:1812:18, 16 August 2023 diff hist −8 Dgs-dxbutton →iconSize
- 12:1812:18, 16 August 2023 diff hist +454 Dgs-dxcombobox No edit summary
- 12:1712:17, 16 August 2023 diff hist −4 Dgs-dxbutton →iconSize
15 August 2023
- 11:4011:40, 15 August 2023 diff hist +1,134 N DgsComboBoxSetItemBackGroundColor Created page with "{{Client function}} This function sets the background color of a specific item of the combo box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsComboBoxSetItemBackGroundColor( element comboBox, int itemIndex, texture imageDefault, texture imageHoving, texture imageSelected ) </syntaxhighlight> ===Required Arguments=== *'''comboBox:''' the combo box that you want to operate. *'''itemIndex:''' An integer of the item index. *'''colorDefault:''' An integer of the colo..."
- 11:3911:39, 15 August 2023 diff hist +20 DgsComboBoxSetItemBackGroundImage No edit summary current
- 11:3811:38, 15 August 2023 diff hist −7 DgsGridListSetRowBackGroundImage →Required Arguments current
- 11:3811:38, 15 August 2023 diff hist +28 DgsGridListSetRowBackGroundImage No edit summary
- 11:3711:37, 15 August 2023 diff hist +940 N DgsComboBoxGetItemBackGroundColor Created page with "{{Client function}} This function gets the background color of a specific item of the combo box. ==Syntax== <syntaxhighlight lang="lua"> int, int, int dgsComboBoxGetRowBackGroundColor( element comboBox, int itemIndex ) </syntaxhighlight> ===Required Arguments=== *'''comboBox:''' the combo box that you want to operate. *'''itemIndex:''' An integer of the item index. ===Returns=== Returns 3 integers if exist are '''colorDefault''', '''colorHoving''', '''colorSelecte..." current
- 11:3611:36, 15 August 2023 diff hist −21 DgsComboBoxGetItemBackGroundImage →Example current
- 11:3411:34, 15 August 2023 diff hist +2 DgsComboBoxGetItemBackGroundImage No edit summary
- 11:3411:34, 15 August 2023 diff hist +1 DgsComboBoxSetItemBackGroundImage No edit summary
- 11:3411:34, 15 August 2023 diff hist +1,090 N DgsComboBoxGetItemBackGroundImage Created page with "{{Client function}} This function gets the background texture of a specific item of the combo box. ==Syntax== <syntaxhighlight lang="lua"> texture/nil, texture/nil, texture/nil dgsComboBoxGetItemBackGroundImage( element comboBox, int itemIndex ) </syntaxhighlight> ===Required Arguments=== *'''comboBox:''' the combo box that you want to operate. *'''itemIndex:''' An integer of the item index. ===Returns=== Returns 3 textures if exist are '''imageDefault''', '''imag..."
- 11:3311:33, 15 August 2023 diff hist +23 DgsComboBoxSetItemBackGroundImage No edit summary
- 11:3111:31, 15 August 2023 diff hist +1,120 N DgsComboBoxSetItemBackGroundImage Created page with "{{Client function}} This function sets the row background texture of the combo box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsComboBoxSetRowBackGroundImage( element comboBox, int itemIndex, texture imageDefault, texture imageHoving, texture imageSelected ) </syntaxhighlight> ===Required Arguments=== *'''comboBox:''' the combo box that you want to operate. *'''itemIndex:''' An integer of the item index. *'''imageDefault:''' An integer of the image of the item..."
- 11:2911:29, 15 August 2023 diff hist +78 Template:DGS Combo Box Functions No edit summary
- 11:2911:29, 15 August 2023 diff hist +78 Template:DGS Combo Box Functions No edit summary
13 August 2023
- 14:1814:18, 13 August 2023 diff hist +76 Template:DGS Scroll Bar Functions No edit summary
- 13:0513:05, 13 August 2023 diff hist −1 DgsCreateSVG →Syntax
12 August 2023
- 07:5507:55, 12 August 2023 diff hist −33 DgsCreateMenu →Example current