Closed ohlidalp closed 5 months ago
Showcases existing and new API to get node info.
EXISTING:
* actor.getNodeCount() * actor.getWheelNodeCount() * actor.getNodePosition(int nodenum)
NEW:
* actor.isNodeWheelRim(int nodenum) * actor.isNodeWheelTire(int nodenum)
I added node selecting with mouse (LMB click to select/unselect). This is only in the script, the game doesn't know about it at all.
Showcases existing and new API to get node info.
EXISTING:
NEW: