Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 authored and github-actions[bot] committed Jun 3, 2024
1 parent 2fb10bf commit a4145f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonLibF4/include/RE/Bethesda/TESForms.h
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ namespace RE
virtual bool IsFormTypeChild([[maybe_unused]] std::uint8_t a_type) { return false; } // 3E
virtual bool LoopingActivate(TESObjectREFR* a_itemActivated, TESObjectREFR* a_actionRef) { return Activate(a_itemActivated, a_actionRef, nullptr, 1); } // 3F
virtual bool Activate([[maybe_unused]] TESObjectREFR* a_itemActivated, [[maybe_unused]] TESObjectREFR* a_actionRef, [[maybe_unused]] TESBoundObject* a_objectToGet, [[maybe_unused]] std::int32_t a_count) { return false; } // 40
virtual void SetFormID(TESFormID a_formID, bool a_updateFile); // 41
virtual void SetFormID(TESFormID a_formID, bool a_updateFile); // 41
virtual const char* GetObjectTypeName() const { return ""; } // 42
virtual bool QAvailableInGame() const { return true; } // 43
virtual BGSMod::Template::Items* GetObjectTemplate() { return nullptr; } // 44
Expand Down

0 comments on commit a4145f7

Please sign in to comment.