Skip to content

Commit

Permalink
Update Actor::Unk_117
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Mar 2, 2025
1 parent e3626d2 commit 6dc30fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/A/Actor.h
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ namespace RE
virtual ActorHandle QLastRiddenMount() const; // 114 - { return {}; }
virtual bool CalculateCachedOwnerIsUndead() const; // 115
virtual bool CalculateCachedOwnerIsNPC() const; // 116
virtual void Unk_117(void); // 117 - { return; }
virtual void Unk_117(NiPoint3& a_origin); // 117 - { return; }
virtual void InitValues(); // 118
virtual const BSFixedString& GetResponseString() const; // 119 - { return "ActorResponse"; }
virtual void ModifyMovementData(float a_delta, NiPoint3& a_arg3, NiPoint3& a_arg4); // 11A
Expand Down

0 comments on commit 6dc30fb

Please sign in to comment.