table.IsSequential
From GMod Wiki
Revision as of 22:23, 22 October 2011 by TheFreeman193  (Talk | contribs)
				
			| 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.
 
			
			