User contributions for TFv10
Jump to navigation
Jump to search
11 March 2024
- 04:1904:19, 11 March 2024 diff hist +2 DgsComboBoxGetScrollBar →Example current
25 April 2023
- 19:2619:26, 25 April 2023 diff hist +49 N User:TFv10 Created page with "* Senior MTA developer * Senior Python developer" current
- 19:2519:25, 25 April 2023 diff hist −24 m Resource:DGS No edit summary
11 August 2022
- 22:2122:21, 11 August 2022 diff hist +43 Dgs3DImageIsAttached →Example
- 22:2022:20, 11 August 2022 diff hist +7 Dgs3DImageIsAttached No edit summary
- 22:1822:18, 11 August 2022 diff hist +1,529 N Dgs3DImageIsAttached Created page with "{{Server client function}} __NOTOC__ <!-- Describe in plain english what this function does. Don't go into details, just give an overview --> This functions checks whether or not an element is attached to another element. ==Syntax== <!-- NOTE: don't use 'special' names for variable names, e.g. you shouldn't be writing things like 'player player, vehicle vehicle', instead write something like 'player thePlayer, vehicle vehicleToGetInto'. This is less confusing and preve..."
- 22:1422:14, 11 August 2022 diff hist +40 Dgs3DImageAttachToElement No edit summary
- 22:1122:11, 11 August 2022 diff hist +13 Dgs3DImageDetachFromElement No edit summary
- 22:1022:10, 11 August 2022 diff hist +1,958 N Dgs3DImageDetachFromElement Created page with "__NOTOC__ {{Server client function}} This function detaches attached 3DImageElement from another element. ==Syntax== <syntaxhighlight lang="lua"> bool detachElements ( element the3DImageElement, [ element theAttachToElement ] ) </syntaxhighlight> {{OOP||element:3DImageDetachFromElement||3DImageAttachToElement}} ===Required Arguments=== *'''the3DImageElement:''' The element to be detached (the "child") ===Optional Arguments=== {{OptionalArg}} *'''theAttachToEl..."
- 21:4221:42, 11 August 2022 diff hist +9 Dgs3DImageAttachToElement No edit summary
- 21:4121:41, 11 August 2022 diff hist −437 Dgs3DImageAttachToElement No edit summary
- 21:3921:39, 11 August 2022 diff hist −229 Dgs3DImageAttachToElement No edit summary
- 21:3621:36, 11 August 2022 diff hist +11 Dgs3DImageAttachToElement No edit summary
- 21:3621:36, 11 August 2022 diff hist +3,840 N Dgs3DImageAttachToElement Created page with "__NOTOC__ {{Client function}} This function attaches one element to another, so that the first one follows the second whenever it moves. If an attempt is made to attach two elements that are already attached the opposite way (eg theElement becomes theAttachToElement and vice versa), the 1st attachment order is automatically detached in favor of the 2nd attachment order. For example, if carA was attached to carB, now carB is attached to carA. Also, an element cannot be..."
26 June 2022
- 11:0611:06, 26 June 2022 diff hist +62 DgsCreateRoundRect →Optional Arguments
- 11:0611:06, 26 June 2022 diff hist +14 DgsCreateRoundRect →Syntax
- 11:0511:05, 26 June 2022 diff hist +48 DgsCreateRoundRect →Syntax
26 February 2022
- 17:5217:52, 26 February 2022 diff hist +6 DgsSVGGetDocument →Example
- 14:0014:00, 26 February 2022 diff hist 0 DgsSVGNodeGetAttributes →Example
- 13:5413:54, 26 February 2022 diff hist +4 DgsSVGNodeSetAttributes No edit summary
- 13:5413:54, 26 February 2022 diff hist +1,360 N DgsSVGNodeGetAttributes Created page with "{{Client function}} __NOTOC__ This function gets xmlnode attributes value. ==Syntax== <syntaxhighlight lang="lua"> table dgsSVGNodeSetAttributes( xmlnode xmlNode) </syntaxhighlight> ===Required Arguments=== *'''xmlNode:''' xmlnode That you want to get its attributes and value . ===Optional Arguments=== ===Returns=== * Returns ''true'' if succeed, ''false'' otherwise. ==Example== <section name="Client" class="client" show="true"> <syntaxhighlight lang="lua">..."
- 13:4513:45, 26 February 2022 diff hist −6 DgsSVGNodeSetAttributes →Example
- 13:4413:44, 26 February 2022 diff hist +1 DgsSVGNodeSetAttributes →Required Arguments
- 13:4413:44, 26 February 2022 diff hist +6 DgsSVGNodeSetAttributes No edit summary
- 13:4313:43, 26 February 2022 diff hist +1,256 N DgsSVGNodeSetAttributes Created page with "{{Client function}} __NOTOC__ This function change xmlnode attributes value. ==Syntax== <syntaxhighlight lang="lua"> bool dgsSVGNodeSetAttributes( xmlnode xmlNode, table attributesANDValue) </syntaxhighlight> ===Required Arguments=== *'''xmlNode:''' xmlnode that you want to change its attributes . *'''attributesANDValue:''' Table that contain attributes and its new value . ===Optional Arguments=== ===Returns=== * Returns ''true'' if succeed, ''false'' otherwi..."
- 13:3113:31, 26 February 2022 diff hist +1,547 N DgsSVGNodeGetAttribute Created page with "{{Client function}} __NOTOC__ This function change single node attribute in svg document . ==Syntax== <syntaxhighlight lang="lua"> string dgsSVGNodeGetAttribute( xmlnode xmlNode, string attributeName) </syntaxhighlight> ===Required Arguments=== *'''xmlNode:''' The xmlnode you want to change their attribute value. *'''attributeName:''' The attribute name that you want change its value . ===Returns=== * Returns ''string attribute value'' if succeed, ''false'' otherwi..."
- 13:1913:19, 26 February 2022 diff hist +4 DgsSVGCreateNode →Syntax
- 13:1913:19, 26 February 2022 diff hist +1 DgsSVGCreateNode →Required Arguments
- 13:1813:18, 26 February 2022 diff hist −12 DgsSVGCreateNode →Required Arguments
- 13:1513:15, 26 February 2022 diff hist +1,425 N DgsSVGNodeSetAttribute Created page with "{{Client function}} __NOTOC__ This function change single node attribute in svg document . ==Syntax== <syntaxhighlight lang="lua"> bool dgsSVGNodeSetAttribute( xmlnode xmlNode, string attributeName, string value) </syntaxhighlight> ===Required Arguments=== *'''xmlNode:''' The xmlnode you want to change their attribute value. *'''attributeName:''' The attribute name that you want change its value . *'''value:''' The new value for the attribute. ===Returns=== * Retur..."
- 12:4212:42, 26 February 2022 diff hist +1 DgsCreateSVG →Example
- 12:4112:41, 26 February 2022 diff hist +1 DgsSVGCreateNode →Example
- 12:4112:41, 26 February 2022 diff hist +4 DgsSVGCreateNode →Returns
- 12:4012:40, 26 February 2022 diff hist +1 DgsSVGGetDocument →Example
- 12:3912:39, 26 February 2022 diff hist +4 DgsSVGDestroyNode →Example
- 12:3712:37, 26 February 2022 diff hist −1 DgsCreateSVG →Example
- 12:3512:35, 26 February 2022 diff hist −7 DgsSVGGetDocument →Example
- 12:3512:35, 26 February 2022 diff hist −9 DgsSVGCreateNode →Example
- 12:3412:34, 26 February 2022 diff hist −6 DgsSVGDestroyNode →Example
- 12:3312:33, 26 February 2022 diff hist −27 DgsSVGDestroyNode →Example
- 12:3112:31, 26 February 2022 diff hist −76 DgsSVGDestroyNode →Example
- 12:2212:22, 26 February 2022 diff hist +1 DgsSVGDestroyNode →Example
- 12:2212:22, 26 February 2022 diff hist +3 DgsSVGDestroyNode →Example
- 12:1912:19, 26 February 2022 diff hist −282 DgsSVGDestroyNode No edit summary
- 12:1112:11, 26 February 2022 diff hist 0 DgsSVGDestroyNode →Example
- 12:1012:10, 26 February 2022 diff hist −2 DgsSVGDestroyNode →Example
- 12:1012:10, 26 February 2022 diff hist −54 DgsSVGDestroyNode →Requirements
- 12:1012:10, 26 February 2022 diff hist +6 DgsSVGDestroyNode →Example
- 12:0912:09, 26 February 2022 diff hist +1,894 N DgsSVGDestroyNode Created page with "{{Client function}} __NOTOC__ This function create a node in svg document . ==Syntax== <syntaxhighlight lang="lua"> boolean dgsSVGDestroyNode ( svg svgElement, string nodeType, int width, int height) </syntaxhighlight> ===Required Arguments=== *'''svgElement:''' The svg element you want to get the XML document of. *'''nodeType :''' Node type Available types : '''"rect"''' '''"circle"''' '''"line"''' '''"polygon"''' '''"polyline"''' '''"path"''' '''"ellipse"''' . *..."
- 11:5911:59, 26 February 2022 diff hist +16 DgsSVGCreateNode No edit summary