User contributions for Thisdp
Jump to navigation
Jump to search
21 September 2023
- 11:2811:28, 21 September 2023 diff hist +5 DGS OOP Class →Get Started
- 11:2811:28, 21 September 2023 diff hist 0 DGS OOP Class →Get Started
8 September 2023
- 11:2811:28, 8 September 2023 diff hist +1 DgsAddEasingFunction →Predefined Variables current
- 11:2811:28, 8 September 2023 diff hist +6 DgsAddEasingFunction →Predefined Variables
- 11:2711:27, 8 September 2023 diff hist +1 DgsAddEasingFunction →Predefined Variables
- 11:2711:27, 8 September 2023 diff hist +38 DgsAddEasingFunction →Predefined Variables
- 11:2711:27, 8 September 2023 diff hist +487 DgsAddEasingFunction →Syntax
3 September 2023
- 03:1703:17, 3 September 2023 diff hist +70 DgsCircleSetTextureRotation No edit summary current
- 03:0303:03, 3 September 2023 diff hist +2 DgsRoundRectGetColorOverwritten No edit summary current
- 03:0303:03, 3 September 2023 diff hist +2 DgsRoundRectSetColorOverwritten No edit summary current
- 03:0303:03, 3 September 2023 diff hist +1 DgsCircleSetTexture No edit summary current
- 03:0203:02, 3 September 2023 diff hist −2 DgsRoundRectGetBorderThickness No edit summary current
- 03:0103:01, 3 September 2023 diff hist +3 DgsRoundRectGetRadius No edit summary current
- 03:0103:01, 3 September 2023 diff hist +3 DgsRoundRectSetRadius No edit summary current
- 03:0103:01, 3 September 2023 diff hist +14 DgsRoundRectGetTexture No edit summary current
- 03:0103:01, 3 September 2023 diff hist +3 DgsRoundRectSetTexture No edit summary current
- 03:0003:00, 3 September 2023 diff hist +3 DgsRoundRectGetColor No edit summary current
- 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 current
- 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