User contributions for ClawSuit
Jump to navigation
Jump to search
21 May 2022
- 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
- 07:0607:06, 21 May 2022 diff hist −116 m DxCheckBoxSetState No edit summary
- 07:0607:06, 21 May 2022 diff hist −93 m DxWindowSetCloseState No edit summary
- 07:0407:04, 21 May 2022 diff hist +748 N DxEditSetMasked Created page with "__NOTOC__ {{Client function}} Esta función sirve para enmascarar el texto de 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 dxEditSetMasked( element element, bool bool ) </syntaxhighlight> ===Argumentos requeridos=== *'''element:''' El elemento dxEdit. *'''bool:''' Un booleano (true o false)...."
- 06:5806:58, 21 May 2022 diff hist +978 N DxCheckBoxGetState Created page with "__NOTOC__ {{Client function}} Esta función sirve para obtener el estado de un dxCheckBox. <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 dxCheckBoxSetState( element element ) </syntaxhighlight> ===Argumentos requeridos=== thumb|Boton *'''element:''' El elemento dxCheckBox al que..."
- 06:5606:56, 21 May 2022 diff hist +1,086 N DxCheckBoxSetState Created page with "__NOTOC__ {{Client function}} Esta función cambia el estado de un dxCheckBox. <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 dxCheckBoxSetState( element element, bool bool ) </syntaxhighlight> ===Argumentos requeridos=== thumb|Boton *'''element:''' El elemento dxCheckBox al que..."
- 00:0600:06, 21 May 2022 diff hist +183 m DxList No edit summary
- 00:0400:04, 21 May 2022 diff hist +15 m DxEdit No edit summary
- 00:0300:03, 21 May 2022 diff hist +90 m DxCheckBox No edit summary
- 00:0300:03, 21 May 2022 diff hist +15 m DxButton No edit summary
- 00:0200:02, 21 May 2022 diff hist +158 m DxWindowGetCloseState No edit summary
20 May 2022
- 20:2520:25, 20 May 2022 diff hist +158 m DxWindowSetCloseState No edit summary
- 20:2520:25, 20 May 2022 diff hist +158 m DxWindow No edit summary
- 20:2520:25, 20 May 2022 diff hist +15 m DxFont No edit summary