table.IsSequential
From GMod Wiki
Function | |
Syntax |
table.IsSequential( Table Table ) Where is this used? |
Description: | |
Returns true if all of a table's keys are sequential and numerical. | |
Returns: | Boolean |
Part of Library: | Table |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Table.IsSequential]Table.IsSequential [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- The function will return false even if only one of the keys is not sequential/numerical.