# `GSIntListFromIndexPath`

*Function*

## Declaration

```swift
func GSIntListFromIndexPath(_ indexPath: IndexPath) -> [Any]
```

```objc
NSArray *GSIntListFromIndexPath(NSIndexPath *indexPath);
```

```python
GSIntListFromIndexPath(indexPath: NSIndexPath) -> list
```

## See Also

### Points and Index Paths

- [`GSPointToString`](/Core/GlyphsCore/GSPointToString)
- [`GSParseXYPairsAsPointValues`](/Core/GlyphsCore/GSParseXYPairsAsPointValues)
- [`GSIndexPathFromIntList`](/Core/GlyphsCore/GSIndexPathFromIntList)
- [`GSIndexPathFromString`](/Core/GlyphsCore/GSIndexPathFromString)
- [`GSIndexPathToBuffer`](/Core/GlyphsCore/GSIndexPathToBuffer)
- [`GSStringFromIndexPath`](/Core/GlyphsCore/GSStringFromIndexPath)

