Fixes, placeholders, and getters\setters
This commit is contained in:
@@ -13,9 +13,9 @@ local function AddBodyLocationBefore(newLocation, moveToLocation)
|
||||
end
|
||||
|
||||
|
||||
AddBodyLocationBefore("TOC_ArmRight", "Shoes")
|
||||
AddBodyLocationBefore("TOC_ArmLeft", "Shoes")
|
||||
AddBodyLocationBefore("TOC_Arm_R", "Shoes")
|
||||
AddBodyLocationBefore("TOC_Arm_L", "Shoes")
|
||||
|
||||
AddBodyLocationBefore("TOC_ArmProstRight", "Shoes")
|
||||
AddBodyLocationBefore("TOC_ArmProstLeft", "Shoes")
|
||||
AddBodyLocationBefore("TOC_ArmProst_R", "Shoes")
|
||||
AddBodyLocationBefore("TOC_ArmProst_L", "Shoes")
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
---@alias partData { isCut : boolean?, isInfected : boolean?, isOperated : boolean?, isCicatrized : boolean?, isCauterized : boolean?, isVisible : boolean?, cicatrizationTime : number }
|
||||
---@alias partData { isCut : boolean?, isInfected : boolean?, isOperated : boolean?, isCicatrized : boolean?, isCauterized : boolean?, isVisible : boolean?, cicatrizationTime : number, isProstEquipped : boolean, prostFactor : number}
|
||||
---@alias tocModData {Hand_L : partData, ForeArm_L : partData, UpperArm_L : partData, Hand_R : partData, ForeArm_R : partData, UpperArm_R : partData, isIgnoredPartInfected : boolean, isAnyLimbCut : boolean}
|
||||
---------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user