User contributions for ClawSuit
Jump to navigation
Jump to search
20 May 2022
- 20:2320:23, 20 May 2022 diff hist +158 m DxSetFont No edit summary
- 20:2220:22, 20 May 2022 diff hist +143 m DxFont No edit summary
- 20:2120:21, 20 May 2022 diff hist +74 m DxButton No edit summary
- 20:2120:21, 20 May 2022 diff hist +4 m DxEdit No edit summary
- 20:1920:19, 20 May 2022 diff hist +71 m DxEdit No edit summary
- 20:1420:14, 20 May 2022 diff hist +86 m DxEdit No edit summary
- 20:1220:12, 20 May 2022 diff hist −224 m DxButton No edit summary
- 20:0520:05, 20 May 2022 diff hist +98 m DxCheckBox No edit summary
11 May 2022
- 05:1605:16, 11 May 2022 diff hist −1 m DxSetFont No edit summary
- 05:1405:14, 11 May 2022 diff hist −1 m DxSetFont No edit summary
- 05:1305:13, 11 May 2022 diff hist +12 m DxSetFont No edit summary
- 05:1105:11, 11 May 2022 diff hist +1,417 N DxSetFont Created page with "__NOTOC__ {{Client Function}} Esta funcion sirve para cambiar la fuente de un elemento de la Modern-Library . ==Sintaxis== <syntaxhighlight lang="lua">bool dxSetFont(string fontName, float size )</syntaxhighlight> ===Argumentos requeridos=== * '''fontName''': El nombre de la fuente sin su extension, ''Ejemplo'' en ves de ''Basic-Regular.ttf'' colocar ''Basic-Regular'' * '''size''': Un flotante que representa el tamaño de la fuente. ===Fuentes locales=== * '''Basic..."
- 05:0305:03, 11 May 2022 diff hist −7 m DxFont No edit summary
- 05:0205:02, 11 May 2022 diff hist +1,412 N DxFont Created page with "__NOTOC__ {{Client Function}} Esta funcion sirve para crear una fuente que podra ser utilizada por cualquier elemento de Modern-Library. ==Sintaxis== <syntaxhighlight lang="lua">bool dxFont(string path, float size, [ bool bold = nil ] )</syntaxhighlight> ===Argumentos requeridos=== * '''path''': La ruta del archivo tipo fuente. > ''Ruta local de la libreria'' '''"files/font/"''' ↓ * '''size''': Un flotante que representa el tamaño de la fuente. ===Argumentos..."
- 04:1304:13, 11 May 2022 diff hist −24 m DxWindowGetCloseState No edit summary
- 04:1204:12, 11 May 2022 diff hist −22 m DxWindowGetCloseState No edit summary
- 04:1104:11, 11 May 2022 diff hist +723 N DxWindowGetCloseState Created page with "__NOTOC__ {{Client Function}} Esta funcion obtiene el estado del boton de cerrado de una dxWindow. ==Sintaxis== <syntaxhighlight lang="lua">bool dxWindowGetCloseState(element element)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La ventana la cual se obtendra el estado del boton de cerrado. ==Ejemplo de Uso== <syntaxhighlight lang="lua"> loadstring(exports.dxlib:dxGetLibrary())() --creamos una ventana win = dxWindow(251, 21, 250, 300, 'Window DEM..."
- 04:0604:06, 11 May 2022 diff hist +751 N DxWindowSetCloseState Created page with "__NOTOC__ {{Client Function}} Esta funcion oculta o visualiza el boton de cerrado de una dxWindow. ==Sintaxis== <syntaxhighlight lang="lua">bool dxWindowSetCloseState(element element, bool state)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La ventana la cual se le cambiara el estado del boton de cerrado. * '''state''': Un booleano que representa el estado del boton de cerrado, ''true'' o ''false''. ==Ejemplo de Uso== <syntaxhighlight lang="lua">..."
- 04:0004:00, 11 May 2022 diff hist −1 m DxWindow No edit summary
- 03:5903:59, 11 May 2022 diff hist +4 m DxWindow No edit summary
- 03:3903:39, 11 May 2022 diff hist +1,400 N DxWindow Created page with "{{Client Function}} 300px|thumb|right|Ventana de Pruebas. Esta funcion crea una ventana moderna basado en dxDrawing. ==Sintaxis== <syntaxhighlight lang="lua">element dxWindow(int x, int y, int w, int h, string title, [ bool closebutton, bool rounded, float border ])</syntaxhighlight> ===Argumentos requeridos=== * '''x''': Un entero que representa la posición X del origen absoluto de la ventana, representado por píxeles en la pantalla. * '''y''':..."
- 03:2303:23, 11 May 2022 diff hist 0 N File:DxWindow.png No edit summary current
- 02:5702:57, 11 May 2022 diff hist 0 m SvgCreateRoundedRectangle No edit summary current
30 April 2022
- 23:2323:23, 30 April 2022 diff hist 0 m SvgCreateRoundedRectangle →Syntaxs
- 23:2223:22, 30 April 2022 diff hist −1 m SvgCreateRoundedRectangle No edit summary
- 23:2223:22, 30 April 2022 diff hist −8 m SvgCreateRoundedRectangle No edit summary
- 23:2123:21, 30 April 2022 diff hist +2,126 N SvgCreateRoundedRectangle Created page with "{{Useful Function}} This function creates a rectangle with rounded edges by using svg ==Sintaxis== <syntaxhighlight lang="lua">svg svgCreateRoundedRectangle(width, height, ratio, color1, [ borderWidth, color2 ])</syntaxhighlight> ===Required arguments=== * '''width''': an integer representing the width of the rectangle. * '''height''': an integer representing the height of the rectangle. * '''ratio''': an integer representing the radius of the border. * '''color1''': r..."
- 23:1123:11, 30 April 2022 diff hist +140 m Template:Useful Functions →Utility
- 23:0723:07, 30 April 2022 diff hist −28 m Useful Functions removed Category:Svg functions using HotCat Tag: Manual revert
- 23:0223:02, 30 April 2022 diff hist +161 N Category:Svg functions →Svg functions current
- 22:5822:58, 30 April 2022 diff hist +28 m Useful Functions added Category:Svg functions using HotCat
16 May 2021
- 16:3716:37, 16 May 2021 diff hist +17 m AddTableChangeHandler No edit summary
- 16:3216:32, 16 May 2021 diff hist +1,062 m AddTableChangeHandler No edit summary
13 May 2021
- 15:3615:36, 13 May 2021 diff hist +89 m AddTableChangeHandler No edit summary
- 15:2615:26, 13 May 2021 diff hist +1,393 N AddTableChangeHandler Created page with "{{Useful Function}} This function monitors the changes of a table ==Sintaxis== <syntaxhighlight lang="lua">bool addTableChangeHandler(table, function)</syntaxhighlight> ===A..."
- 15:1315:13, 13 May 2021 diff hist +163 m Template:Useful Functions →Table functions
24 June 2019
- 17:0917:09, 24 June 2019 diff hist 0 m ES/Delay ClawSuit moved page Delay to Es/Delay
- 17:0717:07, 24 June 2019 diff hist +1,858 N ES/Delay Created page with "{{Useful Function}} Esta Funcion nos sirve para dar un retraso entre una linea de codigo y la(s) siguiente(s) ==Sintaxis== <syntaxhighlight lang="lua">bool delay(func, time,..."
- 17:0017:00, 24 June 2019 diff hist +185 Template:Useful Functions →Utility
16 April 2019
- 02:0702:07, 16 April 2019 diff hist +3 Template:Useful Functions →Drawing functions
- 02:0702:07, 16 April 2019 diff hist +136 Template:Useful Functions →Drawing functions
- 02:0402:04, 16 April 2019 diff hist +6 DxDrawRombo No edit summary
- 02:0402:04, 16 April 2019 diff hist +15 DxDrawRombo No edit summary
- 02:0202:02, 16 April 2019 diff hist +53 N DxDrawRombo Created page with "[https://wiki.multitheftauto.com/wiki/ES/dxDrawRombo]"
14 April 2019
- 06:2506:25, 14 April 2019 diff hist −4 ES/GuiGridListItemsInColumn No edit summary current
- 06:1706:17, 14 April 2019 diff hist −33 ES/dxDrawRombo No edit summary current
- 06:1306:13, 14 April 2019 diff hist +183 ES/dxDrawRombo No edit summary
- 06:1006:10, 14 April 2019 diff hist +3 ES/dxDrawRombo No edit summary
- 06:1006:10, 14 April 2019 diff hist +1,148 N ES/dxDrawRombo Created page with "{{Useful Function}} Esta Funcion Crea un Texto Dentro de un dxDrawRectangle ==Sintaxis== <syntaxhighlight lang="lua">bool dxDrawRombo(x,y,w,tocolor)</syntaxhighlight> ==..."
- 06:0606:06, 14 April 2019 diff hist 0 N File:Rombo.JPG No edit summary current