Files
GTASource/game/physics/VehicleFragImpulseFunction.psc
expvintl 419f2e4752 init
2025-02-23 17:40:52 +08:00

17 lines
485 B
Plaintext

<?xml version="1.0"?>
<ParserSchema xmlns="http://www.rockstargames.com/RageParserSchema"
generate="class">
<structdef type="VehicleFragImpulseRange">
<float name="m_OutputMin"/>
<float name="m_OutputMax"/>
<float name="m_InputThreshold"/>
</structdef>
<structdef type="VehicleFragImpulseFunction">
<array name="m_Ranges" type="atArray" addGroupWidget="false">
<struct type="VehicleFragImpulseRange"/>
</array>
</structdef>
</ParserSchema>