Put net message related stuff into a table with functions related to them within the ragdoll mover tool, to help with readability. Assuming overhead from calling table + functions should not be an issue, considering that net messages aren't being as spammy as they used to. Also made big gray disc not being able to rotate nonphys bones - it wasn't doing it correctly before anyway

This commit is contained in:
penolakushari 2024-12-03 23:50:30 +03:00
parent eefbda5c3b
commit 3c235dc4a8
2 changed files with 317 additions and 206 deletions

View File

@ -821,8 +821,7 @@ do
end
if self.axistype == 4 then
rotateang = nphysangle + localized
_a = rotateang
_a = nphysangle
else
_a = ent:GetManipulateBoneAngles(bone)
_a = _a*1 -- do this to copy angle in case if we're rotating advanced bonemerged stuff

File diff suppressed because it is too large Load Diff