Difference between revisions of "096F"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 8: Line 8:
 
}}
 
}}
  
This conditional opcode returns true if the vehicle is a street racer. By default the game will recognize the following list of vehicles as street racers:
+
This conditional opcode returns true if the vehicle is a street racer, i.e. the STREET_RACER flag is set for this vehicle in the [[Handling.cfg#Handling_Flag_Data|handling.cfg]] file. By default the game will recognize the following list of vehicles as street racers:
 
* Elegy
 
* Elegy
 
* Jester
 
* Jester

Latest revision as of 15:58, 4 June 2016

San Andreas IS_CAR_STREET_RACER


Description
Checks if the vehicle is a street racer
Syntax
096F:   car [car handle] street_racing_car
Parameter
[car handle]
The handle of the vehicle

This conditional opcode returns true if the vehicle is a street racer, i.e. the STREET_RACER flag is set for this vehicle in the handling.cfg file. By default the game will recognize the following list of vehicles as street racers:

  • Elegy
  • Jester
  • Stratum
  • Sultan
  • Uranus

Keywords

car, vehicle, street, racer, racing