Library containing fuction stubs to help with Assetto Corsa mod development when using an IDE
Helps internal intellisense to know function calls with types.
This recreates the ac
module with currently known stubs
Python Pacakage:
You will need to install the package in your environment:
pip install acintellisense
Now if your PyCharm project is accessible to this package,
after import ac
, you should be able to use autocomplete.
Now you can check your IDE, autocomplete should work.
Please submit issues/pull requests if there is something missing, documentation inaccuracy, or a revision I am trying to keep this as up to date as possible to help in mod development
Any and all work on this is appreciated!
For a list of functions missing documetation: Missing Functions
rikby/ac-stubs - These guys did a bunch of the heavy lifting by getting all the function stubs. I just modified it and documented it. The only reason why this repository exists is that its been over a year since that repository was updated and I saw that there was still room to imporve on it and with the pull request I made remaing open, I decided to create this to continue its inital purpose by helping modders when it comes to IDE intellisense