Search results

Jump to navigation Jump to search

Page title matches

  • checkboxObject CheckBox:Create ( float x, float y, float width, float height, string text, bool selected,
    2 KB (337 words) - 14:43, 1 March 2009
  • <syntaxhighlight lang="lua">mixed pumPowerup Create( int object_id, string powerup_class, float x, float y, float z, int respaw
    1 KB (161 words) - 20:57, 23 January 2012
  • buttonObject Button:Create ( float x, float y, float width, float height, string text, [ bool relative --create a button object
    3 KB (407 words) - 16:35, 11 February 2015

Page text matches

  • ...= DGS:dgsCreateWindow(400,300,300,320,"Example Object Preview",false) -- Create a window veh = createVehicle(411,0,0,3) -- Create a vehicle
    1 KB (118 words) - 08:04, 9 February 2020
  • gridlist= DGS:dgsCreateGridList(50,50,100,100,false) -- create a gridlist row = DGS:dgsGridListAddRow(gridlist) -- create a row for the gridlist
    908 bytes (110 words) - 18:15, 28 November 2020
  • -- Create a generic resource root translator -- Create some folders.
    1 KB (156 words) - 03:25, 23 January 2022
  • ...= DGS:dgsCreateWindow(400,300,300,320,"Example Object Preview",false) -- Create a window veh = createVehicle(411,0,0,3) -- Create a vehicle
    1 KB (129 words) - 07:59, 9 February 2020
  • -- Create a generic resource root translator -- Create some folders.
    1 KB (149 words) - 23:21, 16 January 2022
  • ...= DGS:dgsCreateWindow(400,300,300,320,"Example Object Preview",false) -- Create a window veh = createVehicle(411,0,0,3) -- Create a vehicle
    1 KB (132 words) - 08:02, 9 February 2020
  • *[[createWeapon|create]]
    120 bytes (9 words) - 15:13, 12 September 2016
  • gridlist= DGS:dgsCreateGridList(50,50,100,100,false) -- create a gridlist row = DGS:dgsGridListAddRow(gridlist) -- create a row for the gridlist
    1 KB (157 words) - 15:24, 28 May 2021
  • parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window child1 = DGS:dgsCreateLabel(10,0,380,20,"",false,parent) --Create child 1
    1 KB (175 words) - 19:00, 3 May 2021
  • ...click on gta_sa.exe in the Process list and select ''''Create Dump'''->'''Create Minidump'''' ===
    714 bytes (104 words) - 19:58, 26 November 2015
  • This example will create a trailer and a trailer tower, then attach them. newvehicle = createVehicle ( 515, 0, 0, 4 ) -- create a trailer tower (roadtrain)
    945 bytes (105 words) - 15:46, 13 October 2014
  • This example will create a trailer and a trailer-tower, attach them, then check if they attached. local towingVehicle = createVehicle ( 515, 500, 500, 40 ) -- create a trailer-tower (roadtrain)
    1,007 bytes (112 words) - 23:12, 17 December 2014
  • ...avoidance. If a specific filename is taken then the algorithm will try to create the next file with increased numeric insert. *'''target''': the file translator based on which to create the file
    1 KB (143 words) - 03:57, 23 January 2022
  • ...oidance. If a specific filename is taken then an the algorithm will try to create the next file with increased numeric insert. *'''target''': the file translator based on which to create the file
    1 KB (138 words) - 22:48, 16 January 2022
  • list = DGS:dgsCreateGridList(0.80, 0.10, 0.15, 0.60, true) -- Create the grid list c1= DGS:dgsGridListAddColumn(list, "New column", 0.9) -- Create a new column in the grid list
    1 KB (211 words) - 08:25, 17 January 2021
  • This example will create a trailer and a trailer-tower, attach them, then check if they attached. local towingVehicle = createVehicle ( 515, 500, 500, 40 ) -- create a trailer-tower (roadtrain)
    1 KB (118 words) - 23:11, 17 December 2014
  • This example create a window based on an orange theme.And create a button based on default theme.
    663 bytes (83 words) - 20:14, 25 May 2012
  • parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window child1 = DGS:dgsCreateLabel(10,0,380,20,"",false,parent) --Create child 1
    2 KB (203 words) - 18:59, 3 May 2021
  • veh1 = createVehicle(411,0,0,3) -- Create a vehicle objPrev = DGS:dgsCreateObjectPreviewHandle(veh,0,0,0) -- Create object preview handle
    1 KB (118 words) - 08:10, 9 February 2020
  • First we'll create the window. Then add a tabpanel and couple tabs with some labels in them. Q local myWindow = guiCreateWindow ( 0, 0, 0.5, 0.4, "Information", true ) -- create a window which has "Information" in the title bar.
    2 KB (234 words) - 17:42, 16 June 2021
  • -- 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
  • local serverDisplay = textCreateDisplay() -- create a text display local serverText = textCreateTextItem ( "Hello world!", 0.5, 0.5 ) -- create a text item for the display
    999 bytes (111 words) - 00:39, 21 January 2011
  • 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 (206 words) - 14:21, 20 May 2018
  • window1 = DGS:dgsCreateWindow(100,50,200,200,"Center",false) --Create window1 window2 = DGS:dgsCreateWindow(100,50,200,200,"RemainX",false) --Create window2
    1 KB (155 words) - 23:18, 3 May 2021
  • -- Create A Gradient Plugin -- Create An Image
    943 bytes (97 words) - 04:32, 21 November 2021
  • Once you create a GUI Object, it has a bunch of variables that you can access. One of them -- create our object
    2 KB (382 words) - 12:47, 1 March 2009
  • 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
    789 bytes (100 words) - 04:45, 9 August 2021
  • local effect3d = DGS:dgsCreateEffect3D(20) --Create the 3D effect plugin local sp = DGS:dgsCreateScrollPane(300,300,500,500,false) --Create a scroll pane
    1 KB (167 words) - 17:29, 24 August 2020
  • button1 = DGS:dgsCreateRadioButton( 243, 204, 36, 16, "test1", false ) --Create a radio button button2 = DGS:dgsCreateRadioButton( 243, 234, 36, 16, "test2", false ) --Create another radio button
    907 bytes (102 words) - 11:08, 20 January 2018
  • 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
    831 bytes (105 words) - 06:03, 30 January 2019
  • local playerList = DGS:dgsCreateGridList (346, 163, 433, 403, false ) --Create the grid list element local column = DGS:dgsGridListAddColumn( playerList, "Player", 0.5 ) --Create a players column in the list
    1 KB (118 words) - 11:58, 20 May 2020
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)