Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. const int matrix = mem.Read<int>(pTargetIn + m_BoneMatrix);
  2.  
  3.     return Vector(
  4.         mem.Read<float>(matrix + 0x30 * bone + 0xC),
  5.         mem.Read<float>(matrix + 0x30 * bone + 0x1C),
  6.         mem.Read<float>(matrix + 0x30 * bone + 0x2C)
  7.     );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement