Bones

data/bones/bones.lua

This is a complete list of native bone names and IDs. It is not recommended to edit this file.

Example

local bones = {
    SKEL_ROOT = 0x0,
    SKEL_Pelvis = 0x2E28,
    SKEL_L_Thigh = 0xE39F,
    SKEL_L_Calf = 0xF9BB,
    SKEL_L_Foot = 0x3779,
    SKEL_L_Toe0 = 0x83C,
    -- ...
}

_ENV.Bones = bones

Last updated