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)

10 January 2023

  • 12:0212:02, 10 January 2023 diff hist +914 N DgsLineGetItemColorCreated 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 Dgs3DLineGetItemWidthCreated 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 Dgs3DLineGetItemColorNo edit summary
  • 11:5911:59, 10 January 2023 diff hist +984 N Dgs3DLineSetItemWidthCreated 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 Dgs3DLineRemoveItemNo edit summary current
  • 11:5511:55, 10 January 2023 diff hist −8 Dgs3DLineAddItemNo 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 Dgs3DLineGetItemPositionNo edit summary
  • 11:5411:54, 10 January 2023 diff hist +169 Dgs3DLineSetItemPositionNo edit summary
  • 11:5311:53, 10 January 2023 diff hist +1,025 N Dgs3DLineGetItemColorCreated 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 Dgs3DLineSetItemColorNo edit summary current
  • 11:5011:50, 10 January 2023 diff hist +946 N Dgs3DLineSetItemColorCreated 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 Dgs3DLineGetItemPositionNo edit summary
  • 11:4811:48, 10 January 2023 diff hist −1 Dgs3DLineSetItemPositionNo edit summary
  • 11:4711:47, 10 January 2023 diff hist +1,035 N Dgs3DLineSetItemPositionCreated 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 Dgs3DLineGetItemPositionCreated 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 FunctionsNo edit summary current

9 January 2023

8 January 2023

24 December 2022

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