Enums.SkeletonBodyType
Enumarator for what BodyType Twilight should assume players as when updating Skeleton ESPs.
Note
This Enum is Currently Unused by the library.
| Name | Absolute Value | Description |
|---|---|---|
| R6 | 1 | 6-Part Character |
| R15 | 2 | 15-Part Character |
| Dynamic | nil | Automatically Detect The Player's Body Type On Update and use it. |
info
Since R6 and R15 Contains Numbers, you will need to use the [property] method of indexing it.
Twilight.Enums.SkeletonBodyType["R6"] or Twilight.Enums.SkeletonBodyType["R15"]