All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:22, 19 April 2021 Thisdp talk contribs created page DgsApplyDetectArea (Created page with "__NOTOC__ {{Client function}} This function applies the detectarea to a dgs element as collider. ==Syntax== <syntaxhighlight lang="lua"> bool dgsApplyDetectArea( element dg...")
- 06:19, 19 April 2021 Thisdp talk contribs created page DgsRemoveDetectArea (Created page with "__NOTOC__ {{Client function}} This function remove the detectarea from a dgs element. ==Syntax== <syntaxhighlight lang="lua"> bool dgsRemoveDetectArea( element dgsElement )...")
- 06:17, 19 April 2021 Thisdp talk contribs created page DgsGetDetectArea (Created page with "__NOTOC__ {{Client function}} This function get the detectarea from a dgs element. ==Syntax== <syntaxhighlight lang="lua"> element dgsGetDetectArea( element dgsElement ) </...")
- 06:09, 19 April 2021 Thisdp talk contribs created page Dgs3DImageSetImage (Created page with "{{Client function}} __NOTOC__ This function allows you to change the image in DGS 3d image element to another one. '''Note:''' *If you pass '''path''' into this function, pat...")
- 06:08, 19 April 2021 Thisdp talk contribs created page Dgs3DImageGetImage (Created page with "{{Client function}} __NOTOC__ This function allows you to get the image from dgs 3d image element. ==Syntax== <syntaxhighlight lang="lua"> texture dgs3DImageGetImage ( eleme...")
- 05:47, 19 April 2021 Thisdp talk contribs created page Dgs3DLineAddItem (Created page with "__NOTOC__ {{Client function}} This function adds an item into 3d line. ==Syntax== <syntaxhighlight lang="lua"> int dgs3DLineAddItem( element line3D , float startX, float st...")
- 05:32, 19 April 2021 Thisdp talk contribs created page Dgs3DImageGetInterior (Created page with "__NOTOC__ {{Client function}} This function gets the interior of the DGS 3D Image. ==Syntax== <syntaxhighlight lang="lua"> int dgs3DImageGetInterior( element image3D ) </sy...")
- 05:31, 19 April 2021 Thisdp talk contribs created page Dgs3DInterfaceGetInterior (Created page with "__NOTOC__ {{Client function}} This function gets the interior of the DGS 3D Interface. ==Syntax== <syntaxhighlight lang="lua"> int dgs3DInterfaceGetInterior( element interf...")
- 05:29, 19 April 2021 Thisdp talk contribs created page Dgs3DLineGetInterior (Created page with "__NOTOC__ {{Client function}} This function gets the interior of the DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> int dgs3DLineGetInterior( element line3D ) </synta...")
- 05:27, 19 April 2021 Thisdp talk contribs created page Dgs3DInterfaceSetInterior (Created page with "__NOTOC__ {{Client function}} This function sets the interior of the DGS 3D Interface. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DInterfaceSetInterior( element inter...")
- 05:26, 19 April 2021 Thisdp talk contribs created page Dgs3DImageSetInterior (Created page with "__NOTOC__ {{Client function}} This function sets the interior of the DGS 3D Image. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DImageSetInterior( element image3D, int...")
- 05:25, 19 April 2021 Thisdp talk contribs created page Dgs3DLineSetInterior (Created page with "__NOTOC__ {{Client function}} This function sets the interior of the DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineSetInterior( element line3D, int int...")
- 05:21, 19 April 2021 Thisdp talk contribs created page Dgs3DLineGetDimension (Created page with "__NOTOC__ {{Client function}} This function sets the dimension (-1~65535) of the DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineSetDimension( element li...")
- 05:18, 19 April 2021 Thisdp talk contribs created page Dgs3DImageGetDimension (Created page with "__NOTOC__ {{Client function}} This function gets the dimension (-1~65535) of the DGS 3D Image. ==Syntax== <syntaxhighlight lang="lua"> int dgs3DImageGetDimension( element i...")
- 05:16, 19 April 2021 Thisdp talk contribs created page Dgs3DImageSetDimension (Created page with "__NOTOC__ {{Client function}} This function sets the dimension (-1~65535) of the DGS 3D Image. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DImageSetDimension( element...")
- 05:15, 19 April 2021 Thisdp talk contribs created page Dgs3DLineSetDimension (Created page with "__NOTOC__ {{Client function}} This function sets the dimension (-1~65535) of the DGS 3D Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineSetDimension( element li...")
- 05:11, 19 April 2021 Thisdp talk contribs created page Dgs3DImageGetNativeSize (Created page with "{{Client function}} __NOTOC__ This function gets the size of the texture that is loaded in DGS 3d image. ==Syntax== <syntaxhighlight lang="lua"> int, int dgs3DImageGetNativeS...")
- 05:09, 19 April 2021 Thisdp talk contribs created page DgsImageGetNativeSize (Created page with "{{Client function}} __NOTOC__ This function gets the size of the texture that is loaded in DGS image. ==Syntax== <syntaxhighlight lang="lua"> int, int dgsImageGetNativeSize(...")
- 05:04, 19 April 2021 Thisdp talk contribs created page Dgs3DImageGetUVSize (Created page with "{{Client function}} __NOTOC__ This function gets the UV size of a DGS 3d image (Only available when there is a texture loaded in DGS 3d image). ==Syntax== <syntaxhighlight la...")
- 05:01, 19 April 2021 Thisdp talk contribs created page Dgs3DImageGetUVPosition (Created page with "__NOTOC__ {{Client function}} This function gets the UV positon of a DGS 3d image (Only available when there is a texture loaded in DGS 3d image). ==Syntax== <syntaxhighlig...")
- 04:55, 19 April 2021 Thisdp talk contribs created page Dgs3DImageSetUVSize (Created page with "{{Client function}} __NOTOC__ This function sets the UV size of a DGS 3d image (Only available when there is a texture loaded in DGS 3d image). ==Syntax== <syntaxhighlight la...")
- 04:55, 19 April 2021 Thisdp talk contribs created page Dgs3DImageSetUVPosition (Created page with "{{Client function}} __NOTOC__ This function sets the UV size of a DGS 3d image (Only available when there is a texture loaded in DGS 3d image). ==Syntax== <syntaxhighlight la...")
- 04:51, 19 April 2021 Thisdp talk contribs created page DgsWindowGetHorizontalAlign (Created page with "{{Client function}} __NOTOC__ This function gets the horizontal alignment of a dgs window. Valid alignment types are: *"left" *"center" *"right" ==Syntax== <syntaxhighlight...")
- 04:50, 19 April 2021 Thisdp talk contribs created page DgsWindowGetVerticalAlign (Created page with "{{Client function}} __NOTOC__ This function gets the vertical alignment of a dgs window. Valid alignment types are: *"top" *"center" *"bottom" ==Syntax== <syntaxhighlight la...")
- 04:47, 19 April 2021 Thisdp talk contribs created page DgsWindowSetVerticalAlign (Created page with "{{Client function}} __NOTOC__ This function sets the vertical alignment of the title text of a dgs window. ==Syntax== <syntaxhighlight lang="lua"> bool dgsWindowSetVerticalA...")
- 04:47, 19 April 2021 Thisdp talk contribs created page DgsWindowSetHorizontalAlign (Created page with "{{Client function}} __NOTOC__ This function sets the horizontal alignment of the title text of a dgs window. ==Syntax== <syntaxhighlight lang="lua"> bool dgsWindowSetHorizon...")
- 04:45, 19 April 2021 Thisdp talk contribs created page DgsGridListGetPreselectedItem (Created page with "{{Client function}} This function returns the row and colum indexes of the hovering item in a grid list. ==Syntax== <syntaxhighlight lang="lua"> int, int dgsGridListGetPrese...")
- 22:57, 18 April 2021 User account Andres28 talk contribs was created
- 16:19, 18 April 2021 Thisdp talk contribs created page DgsCreateCircle (Created page with "__NOTOC__ {{Client function}} This function creates a 3d effect for scroll pane. ==Syntax== <syntaxhighlight lang="lua"> element dgsCreateCircle( [ float outsideRadius = 0...")
- 16:13, 18 April 2021 Thisdp talk contribs created page File:DGS Circle.png
- 16:13, 18 April 2021 Thisdp talk contribs uploaded File:DGS Circle.png
- 08:34, 18 April 2021 User account TheBeast talk contribs was created
- 19:28, 17 April 2021 User account Csoki talk contribs was created
- 17:24, 17 April 2021 EOFIK talk contribs created page RU/number (Перенаправление) Tag: New redirect
- 17:21, 17 April 2021 EOFIK talk contribs created page RU/Number (Перевод страницы на русский язык)
- 16:45, 17 April 2021 EOFIK talk contribs created page RU/Nil (Перевод страницы на русский язык)
- 16:37, 17 April 2021 EOFIK talk contribs created page RU/integer (Перенаправление) Tag: New redirect
- 16:37, 17 April 2021 EOFIK talk contribs created page RU/Integer (Перенаправление) Tag: New redirect
- 15:49, 17 April 2021 EOFIK talk contribs created page RU/GuiCreateFont (Перенаправление) Tag: New redirect
- 15:49, 17 April 2021 EOFIK talk contribs created page RU/GuiGetFont (Перенаправление) Tag: New redirect
- 15:46, 17 April 2021 EOFIK talk contribs created page RU/guiCreateFont (Перевод страницы на русский язык)
- 16:56, 16 April 2021 User account RIGZI talk contribs was created
- 05:40, 16 April 2021 Thisdp talk contribs created page DgsGetElementKeeperEnabled (Created page with "__NOTOC__ {{Client function}} '''This function only works with dgsImportFunction and dgsImportOOPClass''' This function gets whether current resource enables DGS ele...")
- 20:11, 15 April 2021 Lettify talk contribs created page Template:DGS/OOP (DGS OOP Syntax Mission)
- 19:55, 15 April 2021 EOFIK talk contribs created page RU/DestroyElement (Перенаправление) Tag: New redirect
- 19:53, 15 April 2021 EOFIK talk contribs created page RU/createElement (Перевод страницы на русский язык)
- 19:47, 15 April 2021 EOFIK talk contribs created page RU/CreateElement (Перенаправление) Tag: New redirect
- 19:45, 15 April 2021 EOFIK talk contribs created page RU/Element/Colshape (Перенаправление) Tag: New redirect
- 19:44, 15 April 2021 EOFIK talk contribs created page RU/attachElements (Перевод страницы на русский язык)
- 19:26, 15 April 2021 EOFIK talk contribs created page RU/AttachElements (Перенаправление) Tag: New redirect