Difference between revisions of "Table"
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<!--GIDEROSOBJ:table--> | <!--GIDEROSOBJ:table--> | ||
| − | '''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]]<br/> | + | '''Supported platforms:''' [[File:Platform android.png]][[File:Platform ios.png]][[File:Platform mac.png]][[File:Platform pc.png]][[File:Platform html5.png]][[File:Platform winrt.png]][[File:Platform win32.png]][[File:Platform linux.png]]<br/> |
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
=== Description === | === Description === | ||
This library provides generic functions for table manipulation. | This library provides generic functions for table manipulation. | ||
| + | |||
| + | See also: '''https://luau.org/library/#table-library''' | ||
Most functions in the table library assume that the table represents an array or a list. For these functions, when we talk about the "length" of a table we mean the result of the length operator. | Most functions in the table library assume that the table represents an array or a list. For these functions, when we talk about the "length" of a table we mean the result of the length operator. | ||
Latest revision as of 01:50, 1 February 2026
Supported platforms: ![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Available since: Gideros 2011.6
Description
This library provides generic functions for table manipulation.
See also: https://luau.org/library/#table-library
Most functions in the table library assume that the table represents an array or a list. For these functions, when we talk about the "length" of a table we mean the result of the length operator.
Methodstable.clear sets all keys in the given table to nil |
EventsConstants |