[ANY/CSGO] Ragdoll PhysicsObject
Posted: Thu Apr 23, 2020 4:20 am
I've been messing around with server side ragdolls (prop_ragdoll), and I've ran into a wall. Since the ragdoll is made up of individual parts, I need to access certain bones, but I have no idea where to start (well.. sort of). There's this ragdoll_t struct that I keep seeing within the SDK, which has a list of ragdollelement_t and this element struct has what I need - an IPhysicsObject. Any suggestions as to how I could access this would be greatly appreciated!