Author Message

RedCarDriver

us
Posts: 1211

Location: United States Arizona
Occupation: it's complicated... more complicated than my relationships
Age: 30
V$: 86310
#151292   2018-11-13 04:27          
Hey Amilmand, sorry to bother you, but I had a question: do you know how to get the car's current flags? I've tried both getFlags(); and (int)the_car.getIndexedData(Chassis.IndexedData_Flags); and neither worked.

Also, is it possible to check whether or not ExhaustiveBits (or, really, any one individual Java method) exists, without crashing the game if it doesn't? I want to write some mod scripts that will use the ExhaustiveBits flags, but I don't want to crash other people's game if ExhaustiveBits is not installed.

Thanks in advance!