User contributions for Thisdp

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

3 September 2023

  • 03:0103:01, 3 September 2023 diff hist +14 DgsRoundRectGetTextureNo edit summary current
  • 03:0103:01, 3 September 2023 diff hist +3 DgsRoundRectSetTextureNo edit summary current
  • 03:0003:00, 3 September 2023 diff hist +3 DgsRoundRectGetColorNo edit summary current
  • 03:0003:00, 3 September 2023 diff hist +892 N DgsCircleGetColorCreated 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 DgsCircleSetColorCreated 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 DgsRoundRectSetColorNo edit summary current
  • 02:5602:56, 3 September 2023 diff hist +798 N DgsCircleGetTextureRotationCreated 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 DgsCircleGetAngleNo edit summary current
  • 02:5402:54, 3 September 2023 diff hist +7 DgsCircleGetDirectionNo 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 DgsCircleGetDirectionCreated 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 DgsCircleSetDirectionCreated 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 DgsCircleSetAngleCreated 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 DgsCircleGetAngleNo edit summary
  • 02:2902:29, 3 September 2023 diff hist −15 DgsCircleGetAngleNo edit summary
  • 02:2902:29, 3 September 2023 diff hist +645 N DgsCircleGetRotationCreated 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 DgsCircleGetAngleCreated 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 DgsCircleSetRotationCreated 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/CircleNo edit summary current

1 September 2023

30 August 2023

16 August 2023

15 August 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)