ReplicantBodyPart
July 7, 2023 ยท View on GitHub
from tdw.replicant.replicant_body_part import ReplicantBodyPart
The name of each Replicant body part.
| Value | Description |
|---|---|
hand_l | |
hand_r | |
head | |
lowerarm_l | |
lowerarm_r | |
lowerleg_l | |
lowerleg_r | |
spine_01 | |
spine_02 | |
spine_03 | |
upperarm_l | |
upperarm_r | |
upperleg_l | |
upperleg_r | |
shoulder_l | |
shoulder_r | |
# The able-bodied body part enum values in a list. | The able-bodied body part enum values in a list. |
ABLE_BODIED_BODY_PARTS: List[ReplicantBodyPart] | |
# The wheelchair-bound body part enum values in a list. | The wheelchair-bound body part enum values in a list. |
WHEELCHAIR_BODY_PARTS: List[ReplicantBodyPart] | |
ReplicantBodyPart.spine_02, | |
ReplicantBodyPart.spine_03, | |
ReplicantBodyPart.shoulder_l, | |
ReplicantBodyPart.upperarm_l, | |
ReplicantBodyPart.lowerarm_l, | |
ReplicantBodyPart.hand_l, | |
ReplicantBodyPart.shoulder_r, | |
ReplicantBodyPart.upperarm_r, | |
ReplicantBodyPart.lowerarm_r, | |
ReplicantBodyPart.hand_r, | |
ReplicantBodyPart.head] |