This commit is contained in:
ZioPao
2023-11-12 05:53:26 +01:00
parent 3443198edb
commit 3d963a2ad6
4 changed files with 27 additions and 11 deletions

View File

@@ -7,4 +7,10 @@ function CommonMethods.GetSide(name)
if string.find(name, "_L") then return "L" else return "R" end
end
---comment
---@param bodyPart BodyPart
function CommonMethods.GetLimbNameFromBodyPart(bodyPart)
local bodyPartType = bodyPart:getType()
end
return CommonMethods