AgaHackTools.Example.Shared.Structs.Player.GetBoneAddress C# (CSharp) Method

GetBoneAddress() public method

public GetBoneAddress ( int boneIndex ) : int
boneIndex int
return int
        public int GetBoneAddress(int boneIndex)
        {
            return m_pBoneMatrix + boneIndex * 0x30;
        }