Interior::getInteriorGroupId

From RAGE Multiplayer Wiki
Revision as of 20:48, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

See also

Template:Interior function c