Vehicle::getNumMods

From RAGE Multiplayer Wiki
Revision as of 16:48, 26 February 2019 by Kar (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns how many possible mods a vehicle has for a given mod type.

Syntax

vehicle.getNumMods(modType);

Required Arguments

  • modType: int

Return value

  • int

Example

// todo

See also