Interior::getInteriorGroupId
Returns the group ID of the specified interior. For example, regular interiors have group 0, subway interiors have group 1. There are a few other groups too.
Syntax
```js mp.game.interior.getInteriorGroupId(interiorID); ```
Required Arguments
- interiorID: int
Return value
- int
Example
```js // todo ```