Untitled

 avatar
unknown
c_cpp
a month ago
174 B
6
Indexable
uintptr_t get_bone_ptr(uint64_t bone_base, uint64_t bone_index) {
    return mem.Read<uintptr_t>(bone_base + (bone_index * offsets::BO6::bone::index_struct_size) + 0xE0);
}
Editor is loading...
Leave a Comment