Merge pull request #121 from ZioPao/dev

v2.1.3
This commit is contained in:
Pao
2024-08-23 03:04:44 +02:00
committed by GitHub
8 changed files with 119 additions and 28 deletions

View File

@@ -123,7 +123,8 @@ function CachedDataHandler.CalculateHandFeasibility(limbName)
CachedDataHandler.handFeasibility[side] = not dcInst:getIsCut(limbName) or dcInst:getIsProstEquipped(limbName)
end
---@param side string Either "L" or "R"
---@return boolean
function CachedDataHandler.GetHandFeasibility(side)
return CachedDataHandler.handFeasibility[side]
end