Search results

Jump to navigation Jump to search
  • --Create a gridlist --Create columnA on the gridlist
    3 KB (325 words) - 18:47, 28 October 2021
  • 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
    908 bytes (100 words) - 15:42, 5 February 2023
  • This code will create an explosion for the local player when they spawn. -- and create an explosion there
    947 bytes (121 words) - 23:59, 1 June 2013
  • ...st") then --Check whether easing function named "test" exists,if not, then create one. parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window
    1,008 bytes (123 words) - 02:06, 10 June 2018
  • It exists out of server and client scripts to create, handle and destroy custom powerup items. Also since it allows you to set a custom colShape, you can use it to create tripmines, ...
    991 bytes (129 words) - 13:31, 12 May 2013
  • 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) - 12:08, 20 May 2020
  • local node = xmlCreateChild ( xmlFile, "somesubnode" ) -- Create a new subnode ...corrupted and will download it again from the server. Instead, you should create the XML within the script, and then load it within the script on future scr
    5 KB (633 words) - 20:52, 12 May 2019
  • ...indow = DGS:dgsCreateWindow(100,100,200,100,"ComboBox test area",false) -- create the container window ...ked ComboBox",false,dgsWindow) -- note the parameter after header, it will create a ComboBox
    991 bytes (123 words) - 11:15, 20 January 2018
  • -- Create A Gradient Plugin -- Create A Button
    912 bytes (99 words) - 02:43, 15 November 2023
  • local obj = createObject(1488,0,0,3,0,0,90) -- Create object local lod_obj = createObject(1337,0,0,3,0,0,90,true) -- Create LOD object
    977 bytes (120 words) - 19:41, 17 April 2024
  • 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
    975 bytes (116 words) - 13:45, 18 January 2018
  • function observable:create(defaultValue) a = observable:create("asdf") -- "asdf" is a default value.
    1 KB (206 words) - 12:56, 14 February 2024
  • local weaponElement = createWeapon("mp5", 0, 0, 3) -- Create a MP5 at the coordinates 0, 0, 3 This example will create an M4, attach it to the local player and fire it every frame. Be aware that
    2 KB (220 words) - 17:35, 4 May 2024
  • -- Create the interface. outputDebugString( "could not create FileSystem interface" );
    2 KB (249 words) - 02:42, 19 January 2022
  • 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 (128 words) - 12:11, 20 May 2020
  • -- we create the marker. -- Create a marker and show its type in chat.
    1 KB (128 words) - 13:43, 10 October 2023
  • local node = xmlCreateChild ( xmlFile, "somesubnode" ) -- Create a new subnode ...corrupted and will download it again from the server. Instead, you should create the XML within the script, and then load it within the script on future scr
    5 KB (579 words) - 11:36, 25 December 2014
  • -- Create the interface. outputDebugString( "could not create FileSystem interface" );
    2 KB (250 words) - 21:50, 16 January 2022
  • *'''parentNode:''' the [[xmlnode]] you want to create a new child node under. This example allows a player to use the command 'createfile' to create an .xml file.
    1 KB (128 words) - 04:26, 20 February 2022
  • 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
    961 bytes (124 words) - 06:03, 30 January 2019
  • ...corrupted and will download it again from the server. Instead, you should create the XML within the script, and then load it within the script on future scr '''This script will create the xml or load it if it exists'''
    5 KB (656 words) - 20:50, 12 May 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 (133 words) - 12:11, 20 May 2020
  • ...indow = DGS:dgsCreateWindow(100,100,200,100,"ComboBox test area",false) -- create the container window ...ked ComboBox",false,dgsWindow) -- note the parameter after header, it will create a ComboBox
    1 KB (133 words) - 11:15, 20 January 2018
  • This example will create ellipse detect area and set to debug mode to display a ellipse on the playe eda = DGS:dgsCreateEDA(400,300,400,200,false) --Create Ellipse Detect Area
    898 bytes (121 words) - 05:22, 21 March 2020
  • 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 (130 words) - 20:16, 25 May 2020
  • window = DGS:dgsCreateWindow(50,50,100,100,"dgs", false) -- create a window label = DGS:dgsCreateLabel(0,200,100,100,"label", false) -- create a label
    1 KB (134 words) - 23:12, 3 May 2021
  • 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 (130 words) - 20:14, 25 May 2020
  • ...'' button object which was created with [[GUI_Classes/Button:Create|Button:Create]] and the function was attached to --create a button object
    2 KB (343 words) - 16:35, 11 February 2015
  • *[[Vector3.create|create]]
    488 bytes (45 words) - 15:53, 7 September 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
    1 KB (137 words) - 19:07, 3 May 2021
  • <syntaxhighlight lang="lua">display = textCreateDisplay ( ) --create the display ...textCreateTextItem ( "Hello World", 0.5, 0.5, "low", 255, 0, 0, 0, 1.0 ) --create our "Hello World" text item
    1 KB (136 words) - 14:01, 21 September 2011
  • This example will create detect area and set to debug mode to display a ellipse on the player's scre da = DGS:dgsCreateDetectArea (400,300,400,200,false) -- Create Detect Area
    1,009 bytes (134 words) - 18:36, 21 March 2020
  • This example shows how to create and link a normal and low LOD object: -- Create an normal object
    3 KB (399 words) - 14:13, 7 August 2016
  • dxDrawRectangle ( x/3.8, y/3.8, x/2.02, y/2, tocolor ( 0, 0, 0, 150 ) ) -- Create our black transparent MOTD background Rectangle. ..., x/3.5, y/3.6, x, y, tocolor ( 255, 255, 255, 255 ), 1, "bankgothic" ) -- Create Welcome title.
    3 KB (359 words) - 17:16, 26 October 2018
  • ...indow = DGS:dgsCreateWindow(100,100,200,100,"ComboBox test area",false) -- create the container window ...ked ComboBox",false,dgsWindow) -- note the parameter after header, it will create a ComboBox
    1 KB (140 words) - 10:28, 6 February 2018
  • local svg = dgsCreateSVG(500,500) -- Create the SVG . local rect = dgsSVGCreateNode(svgDoc,"rect",50,50,50,50) -- Create SVG node with rect type.
    1 KB (131 words) - 17:52, 26 February 2022
  • 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 (141 words) - 20:15, 25 May 2020
  • 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
    1 KB (133 words) - 06:03, 30 January 2019
  • 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
  • This function creates a Tab Panel, which acts as a template to create Tabs upon. local myWindow = guiCreateWindow ( 0, 0, 0.5, 0.4, "Information", true )--create a window which has "Information" in the title bar.
    2 KB (373 words) - 08:10, 30 October 2023
  • local theList = guiCreateGridList(0.80, 0.10, 0.15, 0.60, true) -- Create the grid list local column = guiGridListAddColumn(theList, "New column", 0.9) -- Create a new column in the grid list
    1 KB (136 words) - 21:08, 7 November 2018
  • ...corrupted and will download it again from the server. Instead, you should create the XML within the script, and then load it within the script on future scr '''This script will create the xml or load it if it exists'''
    5 KB (603 words) - 11:29, 25 December 2014
  • --Create a gridlist --Create a column for myGridList to add rows into
    2 KB (221 words) - 14:14, 18 January 2018
  • 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 (146 words) - 20:10, 25 May 2020
  • This function is used to create columns in grid lists. local playerList = DGS:dgsCreateGridList ( 0.80, 0.10, 0.15, 0.60, true ) -- Create the grid list
    2 KB (250 words) - 07:59, 20 June 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
    1 KB (132 words) - 12:25, 1 July 2018
  • local svg = dgsCreateSVG(500,500) -- Create the SVG . local rect = dgsSVGCreateNode(svgDoc,"rect",50,50) -- Create SVG node with rect type.
    1 KB (144 words) - 16:51, 26 February 2022
  • local list = DGS:dgsCreateGridList (346, 163, 433, 403, false ) --Create the grid list element local column = DGS:dgsGridListAddColumn( list, "test", 0.5 ) --Create a column in the list
    1 KB (151 words) - 14:13, 5 April 2018
  • image = dgsCreateImage(300,300,200,200,_,false) -- Create an image local texture = dxCreateTexture(data) --assume it is a texture, just create the texture
    1 KB (140 words) - 11:44, 17 July 2021
  • --Create a gridlist --Create a column for myGridList to add rows into
    2 KB (222 words) - 21:18, 7 November 2018
View ( | ) (20 | 50 | 100 | 250 | 500)