Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PhysicsRagdoll.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
15sealed class PhysicsRagdoll: pointer
16{
21 proto external void SetActive(int act);
25 proto external void Destroy();
29 proto external bool Enable();
34 proto external bool Disable(bool resetSkeleton);
39 proto external Physics GetBoneRigidBodyByNodeIndex(int nodeIndex);
44 proto external Physics GetBoneRigidBody(int index);
46 proto external int GetNumBones();
60 static proto PhysicsRagdoll CreateRagdoll(notnull IEntity owner, string ragdollDefName, float mass, int layerMask);
65 static proto PhysicsRagdoll GetRagdoll(notnull IEntity owner);
66}
67
SCR_DestructionSynchronizationComponentClass ScriptComponentClass int index