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

Vehicle::getModColor1TextLabel

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

returns a string which is the codename of the vehicle's currently selected primary color

p1 is always 0

Syntax

<syntaxhighlight lang="javascript">vehicle.getModColor1TextLabel(p1);</syntaxhighlight>

Required Arguments

  • p1: Boolean

Return value

  • String

Example

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

See also