There is an open-source project that allows you to view GTA5/RDR3 natives:
https://nativedb.dotindustries.dev/gta5/natives
This website is very cool and much better than the current one. There is some work to do: the website reads natives from a JSON file. Some work is needed to read the current MD files, add Lua definitions, and support Markdown, I guess?
Here is the render with CFX natives (in the settings, you need to enable FiveM as a source or else it won’t work):
https://nativedb.dotindustries.dev/gta5/natives/0x5BA35AAF https://nativedb.dotindustries.dev/gta5/natives/0x5BA35AAF?search=addstate
Why?
- Better UI experience
- RDR3 native documentation
- We can filter natives (namespace, gamebuild)
- The project is fully open source (GitHub - DottieDot/GTAV-NativeDB)