Search results

From GiderosMobile
  • Returns three values: an iterator function, the table t, and nil, so that the construction: will iterate over any key pairs (indexed or associative) even with nil values.
    617 bytes (82 words) - 15:32, 13 July 2023
  • ...rom ''index'' or the beginning if not provided. If the value is not found, nil is returned. '''Returns''' (any) the index of first occurence of value or nil if not found<br/>
    963 bytes (141 words) - 15:33, 13 July 2023
  • *when called with nil as its second argument, ''next'' returns an initial index and its associate ...alled with the last index, or with nil in an empty table, ''next'' returns nil
    1 KB (194 words) - 15:30, 13 July 2023
  • ..., the function returns a string (or a number) with the characters read, or nil if it cannot read data with the specified format. *"*l": reads the next line (skipping the end of line), returning nil on end of file. This is the default format.
    1 KB (194 words) - 15:32, 13 July 2023
  • '''Returns''' (number) x tile position of texture or nil if tile is not set<br/> '''Returns''' (number) y tile position of texture or nil if tile is not set<br/>
    848 bytes (123 words) - 15:33, 13 July 2023
  • ...pixels per inch. If screen density information is not available, returns ''nil''. ...ailable returns the screen density in pixels per inch, otherwise returns ''nil''<br/>
    456 bytes (53 words) - 17:58, 12 July 2023
  • Sets a shader for this sprite. If nil is provided, sets default shader for the current object. '''programType''': (int) the type of program this shader should replace. Use nil for any '''optional'''<br/>
    697 bytes (89 words) - 15:33, 13 July 2023
  • local gui = UI.TextField.new("hello Gideros UI", nil, 64, 64, nil, Application.TEXTINPUT_CLASS_TEXT) local gui = UI.ButtonTextFieldCombo.new("hello Gideros X", nil, 64, 64, nil, Application.TEXTINPUT_CLASS_TEXT)
    3 KB (440 words) - 14:36, 12 November 2023
  • ...are no errors, returns the compiled chunk as a function, otherwise returns nil plus the error message. The environment of the returned function is the glo '''Returns''' (function) compiled chunk as a function, otherwise returns nil<br/>
    770 bytes (98 words) - 05:12, 2 December 2023
  • *'''nil''' if obj is not a file handle '''Returns''' (string) string representing the state of the object or nil if not file handler<br/>
    562 bytes (85 words) - 15:31, 13 July 2023
  • ...ue to the upvalue with index up of the function func. The function returns nil if there is no upvalue with the given index. Otherwise, it returns the name ...ranslate>Returns</translate>''' (string) <translate>name of the upvalue or nil</translate><br/>
    955 bytes (125 words) - 15:26, 13 July 2023
  • ...d font and text. Gideros runtime includes a default font. If you specify ''nil'' for the font parameter while creating the '''TextField''' object, default '''font''': (FontBase) the font used for displaying the TextField object. If nil, default font is used<br/>
    2 KB (279 words) - 19:48, 30 April 2024
  • ...DEROSMTD:os.getenv(varname) returns value of environment variable varname. nil if not defined--> ...ils''<br/><!--GIDEROSMTD:os.remove(filename) deletes file with given name, nil if fails-->
    3 KB (397 words) - 00:30, 23 January 2023
  • *'''"nil"''' (a string, not the value nil)
    789 bytes (116 words) - 15:33, 13 July 2023
  • ...ename) opens file in read mode, returns iterator function to return lines, nil ends--> ...en(filename,mode) opens file in specified mode "[rawb]", returns handle or nil-->
    3 KB (418 words) - 15:30, 13 July 2023
  • ...ex local of the function at level level of the stack. The function returns nil if there is no local variable with the given index, and raises an error whe ...anslate>Returns</translate>''' (string) <translate>name of the variable or nil</translate><br/>
    1 KB (155 words) - 15:27, 13 July 2023
  • ...lse, otherwise returns v''<br/><!--GIDEROSMTD:assert(v,message) error if v nil or false, otherwise returns v--> ...DEROSMTD:getmetatable(object) returns metatable of given object, otherwise nil-->
    5 KB (666 words) - 18:08, 12 July 2023
  • local mouseJoint = nil if mouseJoint ~= nil then
    2 KB (253 words) - 15:27, 13 July 2023
  • Returns nil if index out of range. '''Returns''' (numbers) numerical codes of characters in provided range or nil<br/>
    758 bytes (104 words) - 15:33, 13 July 2023
  • Sets the value for all keys within the given table to nil. This causes the # operator to return 0 for the given table. The allocated print(grades[4], #grades) --> nil, 0
    989 bytes (140 words) - 15:33, 13 July 2023
  • ...Scalar(label, ImGuiDataType, value, v_speed, [v_min=nil, v_max=nil, format=nil,
    2 KB (210 words) - 15:29, 13 July 2023
  • ...le of unique keys to retrieve stats for. If the function is called with it nil, it will fetch all stats.</translate> <br/> ...nction that will be called with two arguments: a set of key-value pairs or nil is the operation failed, and an error code if the function failed.</transla
    1 KB (152 words) - 15:29, 13 July 2023
  • ...of the expression is the then-expression when condition is truthy ('''not nil or false''') and else-expression otherwise. Only one of the two possible re newThing = if FFlagUseNewThing then t.whatever() else nil,
    2 KB (215 words) - 15:33, 13 July 2023
  • The function returns the name of the new locale, or nil if the request cannot be honored. When called with nil as the first argument, this function only returns the name of the current l
    1 KB (151 words) - 23:23, 14 October 2023
  • local Player2 = nil local Score2 = nil
    2 KB (268 words) - 19:13, 13 November 2023
  • local xtexpath = params.texpath or nil if xtexpath == nil then
    2 KB (312 words) - 23:41, 18 November 2023
  • ...nvertible to a number, ''tonumber'' returns this number, otherwise returns nil. '''Returns''' (number) returns the number or nil if it could not be converted<br/>
    1 KB (151 words) - 15:33, 13 July 2023
  • '''leaderboardId''': (string) <translate>Leaderboard to show, or nil for all leaderboards</translate> '''optional'''<br/>
    528 bytes (54 words) - 15:29, 13 July 2023
  • ...of the table, or n field, or table.setn value, or 1 less first index with nil value.
    399 bytes (53 words) - 15:33, 13 July 2023
  • ...indices of s where this occurrence starts and ends; otherwise, it returns nil. ...indices of s where this occurrence starts and ends; otherwise, it returns nil<br/>
    1 KB (176 words) - 22:46, 1 December 2023
  • local mouseJoint = nil if mouseJoint ~= nil then
    3 KB (378 words) - 02:57, 1 December 2023
  • ...irectories must be empty to be removed. If this function fails, it returns nil plus a string describing the error.
    410 bytes (55 words) - 15:31, 13 July 2023
  • ...or directory named oldname to newname. If this function fails, it returns nil plus a string describing the error.
    418 bytes (54 words) - 15:32, 13 July 2023
  • '''note''': if ''open'' is nil (window with no X button) then only the second boolean is returned. The boo '''open''': (bool) the status of the window, true=opened, false=closed, '''nil=no close button on window'''<br/>
    3 KB (425 words) - 04:46, 12 October 2023
  • if parent ~= nil then
    485 bytes (60 words) - 15:33, 13 July 2023
  • local microphone = Microphone.new(nil, 22050, 1, 16)
    684 bytes (71 words) - 15:27, 13 July 2023
  • ...urns</translate>''' (string) <translate>The expiration date if it's set, ''nil'' otherwise.</translate><br/>
    546 bytes (60 words) - 15:29, 13 July 2023
  • if f == nil then return false end ...format1,...) reads file according to given formats, returns read values or nil-->
    2 KB (331 words) - 08:54, 4 November 2023
  • local fixture = ship.body:createFixture(shape, nil, mass) -- shape, transform, mass
    512 bytes (59 words) - 15:32, 13 July 2023
  • Returns the parent body of this fixture. This is ''nil'' if the fixture is not attached.
    374 bytes (50 words) - 18:22, 12 July 2023
  • ballvp.body:createFixture(ballobj.shape, nil, 64)
    633 bytes (78 words) - 15:32, 13 July 2023
  • '''Returns''' (string) returns read values or nil<br/>
    459 bytes (55 words) - 15:30, 13 July 2023
  • ...ices of ''s'' where this occurrence starts and ends; otherwise, it returns nil. '''Returns''' (numbers) indices of occurrence of the pattern or nil<br/>
    2 KB (229 words) - 15:33, 13 July 2023
  • ...coordinates. If nil global coordinates are assumed '''optional, default = nil''', '''new Gideros 2023.2'''<br/>
    2 KB (220 words) - 06:28, 23 April 2024
  • '''color''': (vector) the color to use when drawing info, or '''nil''' to disable<br/>
    489 bytes (55 words) - 18:22, 12 July 2023
  • print(path) -- on cancel, returns nil for win32 and "" for other systems --if path ~= nil then -- for win32
    5 KB (725 words) - 10:38, 30 August 2023
  • local gui = UI.TextField.new("Hello Gideros UI!", nil, 480, 320)
    686 bytes (95 words) - 08:18, 17 October 2023
  • ...'': (table) <translate>Multiple names of the devices, eg keyboard, mouse. Nil for all.</translate><br/>
    754 bytes (89 words) - 15:27, 13 July 2023
  • if string.find(str, delim) == nil then if maxNb == nil or maxNb < 1 then
    9 KB (1,372 words) - 15:32, 13 July 2023
  • local fixture = shipvp.body:createFixture(shipobj.shape1, nil, shipobj.frontmass)
    774 bytes (95 words) - 15:32, 13 July 2023

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)