[FEATURE REQUEST] Damage and repair tires

Please provide a programmatic way to damage and repair tires of certain vehicles.

Additionally there should be an option to disable vehicle damage when driving with damaged / popped tires.

@Knight_Breaker Thank you for your feedback. While I cannot guarantee a response, I can confirm that this has been forwarded to the appropriate team.

To the team at Epic that was working on this. Thank you. I spotted that there has been work done in this direction.

    # Pops all of the tires on the vehicle, if applicable.
    PopAllTires<epic_internal>():void = external {}

    # Repairs all of the tires on the vehicle, if applicable.
    RepairAllTires<epic_internal>():void = external {}

Additionally it would be great if we could query if the current vehicle has any popped tires.

The request for disabling damage when driving with popped tires still remains.