User contributions for ClawSuit
Jump to navigation
Jump to search
13 April 2024
- 05:0105:01, 13 April 2024 diff hist +5 m AddTableChangeHandler No edit summary current
12 April 2024
- 03:2003:20, 12 April 2024 diff hist +6 m AddTableChangeHandler No edit summary
- 03:1903:19, 12 April 2024 diff hist +14 m AddTableChangeHandler No edit summary
- 03:1803:18, 12 April 2024 diff hist +5 m AddTableChangeHandler No edit summary
- 03:1703:17, 12 April 2024 diff hist +244 m AddTableChangeHandler No edit summary
1 November 2023
- 03:1903:19, 1 November 2023 diff hist −1 m Template:Useful Functions →Drawing functions Tag: Manual revert
- 03:1803:18, 1 November 2023 diff hist +1 m Template:Useful Functions →Drawing functions
12 August 2023
- 17:0517:05, 12 August 2023 diff hist +669 N DxGetLibrary Created page with "__NOTOC__ {{Client Function}} Esta funcion extrae los diferentes exports de la libreria en forma de variables para hacer el uso de la libreria mas facil para ello debe de complementarse con '''<span style="color:#00ff00; text-shadow:black 0em 0.1em 0.1em;">loadstring</span>'''. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="l..." current
- 16:5816:58, 12 August 2023 diff hist +35 m DxCheckBox No edit summary current
10 August 2023
- 00:3700:37, 10 August 2023 diff hist +949 N DxListRemoveItem Created page with "__NOTOC__ {{Client Function}} Esta funcion elimina un texto o item de una dxList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxListRemoveItem(element, index int)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': Elemento dxList creado previamente. * '''index''': Un entero que representa la..." current
- 00:3500:35, 10 August 2023 diff hist +7 m DxListAddItem No edit summary current
- 00:2000:20, 10 August 2023 diff hist +846 N DxListAddItem Created page with "__NOTOC__ {{Client Function}} Esta funcion agrega un texto al final de la una dxList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Sintaxis== <syntaxhighlight lang="lua">bool dxListAddItem(element, item)</syntaxhighlight> ===Argumentos requeridos=== * '''element''': La dxList creada. * '''item''': Un texto(string) que se agregara a la lista. ==Eje..."
21 May 2022
- 20:2520:25, 21 May 2022 diff hist −16 m DxButton No edit summary current
- 20:2420:24, 21 May 2022 diff hist +8 m DxFont No edit summary current
- 20:2420:24, 21 May 2022 diff hist +8 m DxSetFont No edit summary current
- 20:2420:24, 21 May 2022 diff hist +8 m DxWindow No edit summary current
- 20:2320:23, 21 May 2022 diff hist +8 m DxWindowSetCloseState No edit summary current
- 20:2320:23, 21 May 2022 diff hist +8 m DxWindowGetCloseState No edit summary current
- 20:2320:23, 21 May 2022 diff hist −280 m DxButton No edit summary
- 20:2020:20, 21 May 2022 diff hist +8 m DxCheckBox No edit summary
- 20:2020:20, 21 May 2022 diff hist +8 m DxCheckBoxSetState No edit summary current
- 20:1920:19, 21 May 2022 diff hist +8 m DxCheckBoxGetState No edit summary current
- 20:1920:19, 21 May 2022 diff hist +8 m DxEdit No edit summary current
- 20:1920:19, 21 May 2022 diff hist +8 m DxEditSetMasked No edit summary current
- 20:1820:18, 21 May 2022 diff hist +8 m DxEditSetMaxCharacters No edit summary current
- 20:1820:18, 21 May 2022 diff hist +8 m DxGridList No edit summary current
- 20:1820:18, 21 May 2022 diff hist +8 m DxGridListAddItem No edit summary current
- 20:1820:18, 21 May 2022 diff hist +8 m DxGridListRemoveItem No edit summary current
- 20:1720:17, 21 May 2022 diff hist +8 m DxGridListAddColumn No edit summary current
- 20:1720:17, 21 May 2022 diff hist +8 m DxGridListRemoveColumn No edit summary current
- 20:1720:17, 21 May 2022 diff hist +8 m DxGridListGetItemSelected No edit summary current
- 20:1620:16, 21 May 2022 diff hist +8 m DxGridListSetItemSelected No edit summary current
- 20:1620:16, 21 May 2022 diff hist +8 m DxGridListGetScrollHV No edit summary current
- 20:1520:15, 21 May 2022 diff hist +8 m DxList No edit summary current
- 20:1420:14, 21 May 2022 diff hist 0 m DxImage No edit summary current
- 20:1420:14, 21 May 2022 diff hist +17 m DxImage No edit summary
- 20:1420:14, 21 May 2022 diff hist +1,863 N DxImage Created page with "__NOTOC__ {{Client function}} Esta función crea una imagen basada en dxCreateTexture + dxDrawing. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> element dxImage( int x, int y, int w, int h, string filepath, [ element parent = nil , string textureformat = 'dxt5', mipmaps = true, textureType = 'clamp' ] ) </syntaxhig..."
- 19:0619:06, 21 May 2022 diff hist +1 m DxGridListGetScrollHV No edit summary
- 19:0519:05, 21 May 2022 diff hist +1,500 N DxGridListGetScrollHV Created page with "__NOTOC__ {{Client function}} Esta función sirve para extraer el scroll horizontal y vertical de una dxGridList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> element element dxGridListGetScrollHV( element element ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList. ==Ej..."
- 18:4918:49, 21 May 2022 diff hist +1,257 N DxGridListSetItemSelected Created page with "__NOTOC__ {{Client function}} Esta función sirve para seleccionar una fila de articulos/items de una dxGridList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> bool dxGridListSetItemSelected( element element, int index ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList. *..."
- 17:1717:17, 21 May 2022 diff hist −3 m DxGridListGetItemSelected No edit summary
- 17:1417:14, 21 May 2022 diff hist +1,415 N DxGridListGetItemSelected Created page with "__NOTOC__ {{Client function}} Esta función sirve para obtener la fila de articulos/items seleccionada de una dxGridList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> int table dxGridListGetItemSelected( element element ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList...."
- 07:3907:39, 21 May 2022 diff hist +934 N DxGridListRemoveColumn Created page with "__NOTOC__ {{Client function}} Esta función sirve para remover una columna de una dxGridList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> bool dxGridListRemoveColumn( element element, string name ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList. * '''name''': El nombr..."
- 07:3707:37, 21 May 2022 diff hist +965 N DxGridListAddColumn Created page with "__NOTOC__ {{Client function}} Esta función sirve para agregar una columna a una dxGridList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> bool dxGridListAddColumn( element element, string name, float size ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList. * '''name''':..."
- 07:3307:33, 21 May 2022 diff hist −2 m DxGridListAddItem No edit summary
- 07:3307:33, 21 May 2022 diff hist +1,175 N DxGridListRemoveItem Created page with "__NOTOC__ {{Client function}} Esta función sirve para eliminar un articulo/ítem de una dxGridList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> bool dxGridListRemoveItem( element element, int index ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList. * '''index''': Un e..."
- 07:2807:28, 21 May 2022 diff hist +1,131 N DxGridListAddItem Created page with "__NOTOC__ {{Client function}} Esta función sirve para agregar un articulo/ítem a una dxGridList. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> element dxGridListAddItem( element element, columna1, column2, ... ) </syntaxhighlight> ===Argumentos requeridos=== * '''element''': El elemento dxGridList. * '''......"
- 07:2007:20, 21 May 2022 diff hist +1,186 N DxGridList Created page with "__NOTOC__ {{Client function}} Esta función crea una lista de cuadrícula basado en dxDrawing. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> element dxGridList( int x, int y, int w, int h, [ element parent = nil] ) </syntaxhighlight> ===Argumentos requeridos=== * '''x''': Un entero que representa la posición X de la..."
- 07:1107:11, 21 May 2022 diff hist +845 N DxEditSetMaxCharacters Created page with "__NOTOC__ {{Client function}} Esta función sirve para colocar un maximo de caracteres que se pueden escribir en un dxEdit. <small>'''<span style="color:#ff0000; text-shadow:black 0em 0.1em 0.1em;">''Aviso: Esta es una función exportada por Modern-Library!''</span>'''</small> ==Syntax== <syntaxhighlight lang="lua"> bool dxEditSetMaxCharacters( element element, int quantity ) </syntaxhighlight> ===Argumentos requeridos=== *'''element:''' El elemento dxEdi..."
- 07:0807:08, 21 May 2022 diff hist −71 m DxCheckBoxGetState No edit summary