psiberx / cp2077-codeware

Cyberpunk 2077 library and framework for creating script mods.
MIT License
71 stars 12 forks source link

Extend VehicleObject with property isOnGround. #21

Closed poirierlouis closed 1 month ago

poirierlouis commented 1 month ago

Depends on https://github.com/WopsS/RED4ext.SDK/pull/142.

psiberx commented 1 month ago

I think RTTI registration is missing?

poirierlouis commented 1 month ago

Oh right!

psiberx commented 1 month ago

And you have to include it in rtti.cpp to compile.

poirierlouis commented 1 month ago

Sorry, done :)