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

Vehicle::setTaxiLights

Материал из RAGE MP Wiki Archive
Версия от 23:48, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

This is not tested - it's just an assumption.
- Nac

Doesn't seem to work. I'll try with an int instead. --JT

Read the scripts, im dumpass.

if (!VEHICLE::IS_TAXI_LIGHT_ON(l_115)) {
VEHICLE::SET_TAXI_LIGHTS(l_115, 1);
}

Syntax

<syntaxhighlight lang="javascript">vehicle.setTaxiLights(state);</syntaxhighlight>

Required Arguments

  • state: Boolean

Return value

  • Undefined

Example

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

See also