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

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