Search results

Jump to navigation Jump to search
  • -- Create a text display. -- Create a new text item with the text 'Hello World' and a priority of 'low' and col
    1 KB (128 words) - 18:55, 21 August 2007
  • This example will create detect area. da = DGS:dgsCreateDetectArea (400,300,400,200,false) -- Create Detect Area
    1 KB (184 words) - 18:33, 21 March 2020
  • * '''x:''' The x position to create the weapon. * '''y:''' The y position to create the weapon.
    2 KB (263 words) - 05:17, 26 August 2021
  • effect3d = dgsCreateEffect3D(20) --Create the 3D effect plugin sp = dgsCreateScrollPane(300,300,500,500,false) --Create a scroll pane
    1 KB (116 words) - 18:07, 9 January 2020
  • local effect3d = dgsCreateEffect3D(20) --Create the 3D effect plugin local sp = dgsCreateScrollPane(300,300,500,500,false) --Create a scroll pane
    1,015 bytes (120 words) - 18:08, 9 January 2020
  • wnd = guiCreateWindow ( 100, 100, 400, 400, "Test", false ); -- Create Window grid = guiCreateGridList ( 25, 30, 350, 350, false, wnd ); -- Create Gridlist
    2 KB (190 words) - 10:03, 26 March 2013
  • --create a button object local button = Button:Create( 0.7, 0.1, 0.2, 0.1, "Output!", true );
    2 KB (227 words) - 16:35, 11 February 2015
  • ...recated|executeSQLQuery|See the examples at executeSQLQuery for equivalent CREATE TABLE usage.}} <syntaxhighlight lang="lua">CREATE TABLE IF NOT EXISTS tableName ( definition )</syntaxhighlight>
    2 KB (249 words) - 15:13, 4 October 2016
  • list = DGS:dgsCreateGridList(0.80, 0.10, 0.15, 0.60, true) -- Create the grid list column = DGS:dgsGridListAddColumn(list, "New column", 0.9) -- Create a new column in the grid list
    781 bytes (92 words) - 18:09, 9 January 2020
  • local myWindow = guiCreateWindow ( 0, 0, 0.5, 0.4, "Information", true )--create a window which has "Information" in the title bar. local tabPanel = guiCreateTabPanel ( 0, 0.1, 1, 1, true, myWindow ) --create a tab panel which fills the whole window
    2 KB (222 words) - 08:10, 30 October 2023
  • window1 = DGS:dgsCreateWindow(400,100,200,200,"DGS Window 1",false) --Create window1 window2 = DGS:dgsCreateWindow(400,100,200,200,"DGS Window 2",false) --Create window2
    714 bytes (81 words) - 02:53, 1 May 2018
  • // Create it // Create new decleration
    2 KB (191 words) - 13:40, 14 May 2017
  • *[[setTimer|create]]
    194 bytes (17 words) - 20:39, 9 December 2013
  • local tabPanel = DGS:dgsCreateTabPanel ( 0, 0.1, 1, 1, true) --create a tab panel which fills the whole window local tab1 = DGS:dgsCreateTab("Welcome",tabPanel) --create a tab for the tab panel above
    1 KB (194 words) - 13:41, 24 February 2018
  • ...= DGS:dgsCreateWindow(400,300,300,320,"Example Object Preview",false) -- Create a window veh = createVehicle(411,0,0,3) -- Create a vehicle
    2 KB (273 words) - 01:36, 12 January 2023
  • window1 = DGS:dgsCreateWindow(400,100,200,200,"DGS Window 1",false) --Create window1 window2 = DGS:dgsCreateWindow(400,100,200,200,"DGS Window 2",false) --Create window2
    788 bytes (91 words) - 02:53, 1 May 2018
  • local tabPanel = DGS:dgsCreateTabPanel ( 0, 0.1, 1, 1, true) --create a tab panel which fills the whole window local tab1 = DGS:dgsCreateTab("Welcome",tabPanel) --create a tab for the tab panel above
    1 KB (194 words) - 13:39, 24 February 2018
  • *'''parentNode:''' the [[xmlnode]] you want to create a subnode of. We need to create a new node between the tags <config> and </ config>.
    1,020 bytes (119 words) - 16:33, 13 February 2015
  • local tabPanel = guiCreateTabPanel ( 0, 0.1, 1, 1, true) --create a tab panel which fills the whole window local tab1 = guiCreateTab("Welcome",tabPanel) --create a tab for the tab panel above
    1 KB (192 words) - 14:21, 20 May 2018
  • window1 = DGS:dgsCreateWindow(400,100,200,200,"DGS Window 1",false) --Create window1 window2 = DGS:dgsCreateWindow(400,100,200,200,"DGS Window 2",false) --Create window2
    818 bytes (92 words) - 15:56, 2 May 2018
View ( | ) (20 | 50 | 100 | 250 | 500)