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).
- 12:23, 14 September 2021 Thisdp talk contribs created page Math.rotVecToEulerAngle (Created page with "{{Useful Function}} ==Syntax== <syntaxhighlight lang="lua">float float float math.rotVecToEulerAngle( float x, float y, float z, float rot )</syntaxhighlight> ===Required Arg...")
- 16:20, 6 September 2021 Thisdp talk contribs created page Template:DGS Plugin/Screen Source Functions (Created page with "*dgsCreateScreenSource *dgsScreenSourceSetUVPosition *dgsScreenSourceGetUVPosition *dgsScreenSourceSetUVSize *dgsScreenSourceGetUVSize")
- 03:10, 9 August 2021 Thisdp talk contribs created page DgsSelectorSetItemFont (Created page with "{{Client function}} This function changes the font of an item of a dgs selector. ==Syntax== <syntaxhighlight lang="lua"> bool dgsSelectorSetItemFont( element selector, int...")
- 03:07, 9 August 2021 Thisdp talk contribs created page DgsGridListSetItemFont (Created page with "{{Client function}} This function changes the font of an item of a dgs grid list. ==Syntax== <syntaxhighlight lang="lua"> bool dgsGridListSetItemFont( element gridList, int...")
- 02:59, 9 August 2021 Thisdp talk contribs created page DgsScrollBarGetCursorWidth (Created page with "{{client function}} This function gets the width of cursor. ==Syntax== <syntaxhighlight lang="lua"> float dgsScrollBarGetCursorWidth( element scrollBar [, bool relative ] ) <...")
- 17:19, 7 August 2021 Thisdp talk contribs created page Template:DGS Plugin/Gradient (Created page with "*dgsCreateGradient *dgsGradientSetColor *dgsGradientGetColor *dgsGradientSetRotation *dgsGradientGetRotation *dgsGradientSetTexture *dgsGradientGetTe...")
- 11:58, 17 July 2021 Thisdp talk contribs created page DgsLineRemoveItem (Created page with "__NOTOC__ {{Client function}} This function removes an item from DGS Line. ==Syntax== <syntaxhighlight lang="lua"> bool dgsLineRemoveItem( element line, int itemIndex ) </s...")
- 11:56, 17 July 2021 Thisdp talk contribs created page DgsLineAddItem (Created page with "__NOTOC__ {{Client function}} This function adds an item into DGS Line. ==Syntax== <syntaxhighlight lang="lua"> int dgsLineAddItem( element line , float startX, float start...")
- 11:48, 17 July 2021 Thisdp talk contribs created page DgsPasteHandlerIsEnabled (Created page with "__NOTOC__ {{Client function}} This function gets whether the DGS Paste Handler is enabled or not. ==Syntax== <syntaxhighlight lang="lua"> bool dgsPasteHandlerIsEnabled ( )...")
- 11:47, 17 July 2021 Thisdp talk contribs created page DgsPasteHandlerIsFocused (Created page with "__NOTOC__ {{Client function}} This function gets whether the DGS Paste Handler is focused or not. ==Syntax== <syntaxhighlight lang="lua"> bool dgsPasteHandlerIsFocused( ) <...")
- 11:44, 17 July 2021 Thisdp talk contribs created page DgsPasteHandlerSetFocused (Created page with "__NOTOC__ {{Client function}} This function focus/blur DGS Paste Handler. ==Syntax== <syntaxhighlight lang="lua"> bool dgsPasteHandlerSetEnabled( bool state ) </syntaxhighl...")
- 11:31, 17 July 2021 Thisdp talk contribs created page DgsPasteHandlerSetEnabled (Created page with "__NOTOC__ {{Client function}} This function enables/disables DGS Paste Handler. This paste handler will enable player to paste (ctrl+v) something with format. ==Syntax== <...")
- 12:59, 18 June 2021 Thisdp talk contribs created page DgsRemoveDropHandler (Created page with "__NOTOC__ {{Client function}} This function removes the '''Drop''' handler from a dgs element. ==Syntax== <syntaxhighlight lang="lua"> bool dgsRemoveDropHandler( element dg...")
- 12:53, 18 June 2021 Thisdp talk contribs created page DgsEditSetTypingSoundVolume (Created page with "{{Client function}} __NOTOC__ This function changes the volume of the typing sound to a dgs edit. ==Syntax== <syntaxhighlight lang="lua"> bool dgsEditSetTypingSoundVolume( e...")
- 12:53, 18 June 2021 Thisdp talk contribs created page DgsEditGetTypingSoundVolume (Created page with "{{Client function}} __NOTOC__ This function gets the volume of the typing sound of a dgs edit ==Syntax== <syntaxhighlight lang="lua"> number dgsEditGetTypingSoundVolume( ele...")
- 12:52, 18 June 2021 Thisdp talk contribs created page DgsMemoGetTypingSoundVolume (Created page with "{{Client function}} __NOTOC__ This function gets the volume of the typing sound of a dgs memo ==Syntax== <syntaxhighlight lang="lua"> number dgsMemoGetTypingSoundVolume( ele...")
- 12:48, 18 June 2021 Thisdp talk contribs created page DgsMemoSetTypingSoundVolume (Created page with "{{Client function}} __NOTOC__ This function applies a typing sound to a dgs memo. ==Syntax== <syntaxhighlight lang="lua"> bool dgsMemoSetTypingSoundVolume( element memo, num...")
- 08:02, 23 May 2021 Thisdp talk contribs created page DgsGetValueFromStyle (Created page with "{{Client function}} __NOTOC__ This function returns the value from a '''loaded''' style( current style if not specified ) from DGS global or a specific resource. ==Syntax==...")
- 07:55, 23 May 2021 Thisdp talk contribs created page DgsGetAddedStyleList (Created page with "{{Client function}} __NOTOC__ This function get the added style list from DGS global or a specific resource. ==Syntax== <syntaxhighlight lang="lua"> bool dgsGetAddedStyleLis...")
- 07:52, 23 May 2021 Thisdp talk contribs created page DgsGetLoadedStyleList (Created page with "{{Client function}} __NOTOC__ This function get the loaded style list from DGS global or a specific resource. ==Syntax== <syntaxhighlight lang="lua"> bool dgsGetLoadedStyleL...")
- 07:47, 23 May 2021 Thisdp talk contribs created page DgsGetStyle (Created page with "{{Client function}} __NOTOC__ This function get the using style name from DGS global or a specific resource. ==Syntax== <syntaxhighlight lang="lua"> bool dgsGetStyle( [, res...")
- 07:44, 23 May 2021 Thisdp talk contribs created page DgsSetStyle (Created page with "{{Client function}} __NOTOC__ This function applies a DGS style to DGS global or just inside a specific resource. ==Syntax== <syntaxhighlight lang="lua"> bool dgsSetStyle( s...")
- 07:40, 23 May 2021 Thisdp talk contribs created page DgsUnloadStyle (Created page with "{{Client function}} __NOTOC__ This function unloads an existing style from memory. ==Syntax== <syntaxhighlight lang="lua"> bool dgsUnloadStyle( string styleName [, resource-...")
- 07:38, 23 May 2021 Thisdp talk contribs created page DgsLoadStyle (Created page with "{{Client function}} __NOTOC__ This function loads an existing style into memory. ==Syntax== <syntaxhighlight lang="lua"> bool dgsLoadStyle( string styleName [, resource-data...")
- 07:34, 23 May 2021 Thisdp talk contribs created page DgsAddStyle (Created page with "{{Client function}} __NOTOC__ This function adds a style into dgs, which is needed for external resource. This function is unncessary if you load the style from DGS style syst...")
- 06:49, 19 April 2021 Thisdp talk contribs created page Dgs3DImageGetSize (Created page with "__NOTOC__ {{Client function}} This function gets the size of the image of the 3d image '''when distance between camera and 3d image is 50 units'''. ==Syntax== <syntaxhighli...")
- 06:48, 19 April 2021 Thisdp talk contribs created page Dgs3DImageSetSize (Created page with "__NOTOC__ {{Client function}} This function sets the size of the image of the 3d image '''when distance between camera and 3d image is 50 units'''. ==Syntax== <syntaxhighli...")
- 06:40, 19 April 2021 Thisdp talk contribs created page DgsGridListScrollTo (Created page with "{{Client function}} __NOTOC__ This function scrolls the grid list to the specific item. ==Syntax== <syntaxhighlight lang="lua"> bool dgsGridListScrollTo( element gridList, i...")
- 06:35, 19 April 2021 Thisdp talk contribs created page Dgs3DLineRemoveItem (Created page with "__NOTOC__ {{Client function}} This function removes an item from dgs 3d line ==Syntax== <syntaxhighlight lang="lua"> bool dgs3DLineRemoveItem( element line3D, int itemIndex...")
- 06:33, 19 April 2021 Thisdp talk contribs created page DgsCreateLine (Created page with "__NOTOC__ {{Client function}} This function creates a DGS Line on the screen. ==Syntax== <syntaxhighlight lang="lua"> element dgsCreateLine ( float x, float y, float w, flo...")
- 06:27, 19 April 2021 Thisdp talk contribs created page File:DGS Line.png
- 06:27, 19 April 2021 Thisdp talk contribs uploaded File:DGS Line.png
- 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(...")