user-grinch / PyLoader

Python script loader for Grand Theft Auto San Andreas
GNU General Public License v3.0
29 stars 5 forks source link

Exposing RenderWare classes #1 #7

Closed ghost closed 2 years ago

ghost commented 2 years ago

RwTexture, RwTexDictionary, RwRaster from rwcore.h RwObject, RwLLLink, RwLinkist from rwplcore.h CSprite2d from game_sa/CSprite2d.h The commit include an utility module '_cppinterface.py' to work with game objects simply from their memory address.

Note: not everything has been tested, When RwRaster class will be available, I'll test every function