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).

Logs
  • 13:33, 5 February 2023 Kezoto talk contribs created page DgsCheckBoxGetButtonAlign (Created blank page)
  • 13:33, 5 February 2023 Kezoto talk contribs created page DgsCheckBoxSetButtonAlignment (Created page with "{{Client function}} __NOTOC__ This function sets the alignment of the button of a dgs check box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsCheckBoxSetButtonAlignment(dgsCheckBox, string relative[, string side = "left"]) </syntaxhighlight> ===Required Arguments=== *'''checkBox:''' The dgs check box to set the vertical alignment. *'''relative:''' The object the dgs check box's button is relative to. Valid type strings are: **"text": The dgs check box will be rel...")
  • 13:24, 5 February 2023 Kezoto talk contribs created page DgsCheckBoxSetButtonAlign (Created page with "{{Client function}} __NOTOC__ This function sets the alignment of the button of a dgs check box. ==Syntax== <syntaxhighlight lang="lua"> bool dgsCheckBoxSetButtonAlign(dgsCheckBox, string alignment [, string side = "left"]) </syntaxhighlight> ===Required Arguments=== *'''checkBox:''' The dgs check box to set the vertical alignment. *'''relative:''' The object the dgs check box's button is relative to. Valid type strings are: **"text": The dgs check box will be relat...")
  • 07:56, 13 August 2022 Kezoto talk contribs created page Table.sortNumerically (Created page with "{{Useful Function}} __NOTOC__ This function sorts tables by index numerically from largest to smallest or from smallest to largest. Its also useful for removing gaps from your table. <br> '''Important : WORKS ONLY FOR TABLES WITH NUMERIC INDEXES!''' <br> ==Syntax== <syntaxhighlight lang="lua">table table.sortNumerically( table theTable, bool fromHighestToLowest = false )</syntaxhighlight> ===Required Arguments=== * '''theTable''': the table you would like to sort. ===O...")
  • 17:39, 12 August 2022 Kezoto talk contribs created page DxDrawShadedText (Created page with "{{Useful Function}} __NOTOC__ This function creates shadow effect for the dxText. <br> '''Important : WORKS ONLY FOR DX TEXT!''' <br> ==Syntax== <syntaxhighlight lang="lua">table dxDrawShadedText( string text, number leftX, number topY, number rightX, number bottomY, color color, color shadowColor, number offsetX, number offsetY)</syntaxhighlight> ===Required Arguments=== * '''text''': the string with your text. *'''text:''' the text to draw *'''leftX:''' the absolute...")
  • 17:50, 18 January 2022 Kezoto talk contribs created page InsertValueBetweenIndexesInTable (Created page with "{{Useful Function}} __NOTOC__ This function places the index among other indexes in the table. <br> '''Important : ONLY WORKS FOR TABLES WITH NUMERIC INDEXES!''' <br> ==Syntax== <syntaxhighlight lang="lua">table insertValueBetweenIndexesInTable( table theTable, int index, value )</syntaxhighlight> ===Required Arguments=== * '''theTable''': The table you want the index to be placed on. * '''index''': The index where you want to put the value. * '''value''': The value yo...")
  • 22:21, 15 January 2022 Kezoto talk contribs created page SortTableNumerically (Created page with "{{Useful Function}} __NOTOC__ This function sorts tables by index numerically from largest to smallest or smallest to largest. <br> '''Important : ONLY WORKS FOR TABLES WITH NUMERIC INDEXES!''' <br> ==Syntax== <syntaxhighlight lang="lua">table sortTableNumerically( table theTableToSort, bool fromHighestToLowest = false)</syntaxhighlight> ===Required Arguments=== * '''theTableToSort''': the table you would like to sort. ===Optional Arguments=== * '''fromHighestToLowest'...")
  • 22:12, 15 January 2022 Kezoto talk contribs created page SortPairsTable (Created page with "{{Useful Function}} __NOTOC__ This function sorts tables by index numerically from largest to smallest or smallest to largest. <br> '''Important : ONLY WORKS FOR TABLES WITH NUMERIC INDEXES!.''' <br> ==Syntax== <syntaxhighlight lang="lua">table sortTableNumerically( table theTableToSort, bool fromHighestToLowest = false)</syntaxhighlight> ===Required Arguments=== * '''theTableToSort''': the table you would like to sort. ===Optional Arguments=== * '''fromHighestToLowest...")
  • 20:40, 15 January 2022 User account Kezoto talk contribs was created