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
interior.getInteriorGroupId(interiorID);
Required Arguments
- interiorID: int
Return value
- int
Example
todo