CoordsArray and PosesArray index functions?
<div class="IPBDescription">What are they</div>CoordsArray and PosesArray don't have documented index functions.
CoordsArray has GetSize() and isa() according to my dump
PosesArray has isa()
What function lets you index an element in said array? Using [] notation does not work.
CoordsArray has GetSize() and isa() according to my dump
PosesArray has isa()
What function lets you index an element in said array? Using [] notation does not work.
Comments
Ah that's a bummer. Surely they plan to add the ability to retrieve bone positions as this is crucial to a great variety of mods, just look at GMod. Off the top there's weapons on back, equipable gear, hats :P, effect tracking, and so on. Plenty of reasons to add it.
I'm actually confused as to why its not there already. I mean the bone coords are in an array already.