Skip to content

Commit

Permalink
feat: add GetBodyImpl()
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse authored Aug 4, 2024
1 parent 62ba0d6 commit 7880df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/B/bhkCharacterController.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ namespace RE
virtual void CheckSupportImpl() = 0; // 0D
virtual void Unk_0E(void) = 0; // 0E
virtual bhkWorld* GetWorldImpl() = 0; // 0F
virtual void Unk_10(void) = 0; // 10
virtual hkpWorldObject* GetBodyImpl() = 0; // 10
virtual float GetVDBAlpha() const = 0; // 11
virtual void Unk_12(void) = 0; // 12
virtual void RotateImpl(hkTransform& a_tranform) = 0; // 13
Expand Down

0 comments on commit 7880df5

Please sign in to comment.