Перейти к содержанию

Vehicle::getModVariation

Материал из RAGE MP Wiki Archive

Only used for wheels(ModType = 23/24) Returns true if the wheels are custom wheels

Syntax

<syntaxhighlight lang="javascript">vehicle.getModVariation(modType);</syntaxhighlight>

Required Arguments

  • modType: int

Return value

  • Boolean

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also