Skip to content

Commit

Permalink
ci: maintenance 2023-09-28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 28, 2023
1 parent a476fe1 commit f88df81
Show file tree
Hide file tree
Showing 96 changed files with 116 additions and 115 deletions.
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/A/Actor.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ namespace RE

// More...
};
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/A/ActorValueInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ namespace RE
std::uint32_t sortIndex; // 17C
};
static_assert(sizeof(ActorValueInfo) == 0x180);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/A/ActorValueOwner.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ namespace RE
[[nodiscard]] virtual bool GetIsPlayerOwner() const; // 0B
};
static_assert(sizeof(ActorValueOwner) == 0x8);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/A/ActorValues.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ namespace RE
std::uint32_t avTypeCounts[10]; // 598
};
static_assert(sizeof(ActorValue) == 0x5C0);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSAttackDataForm.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ namespace RE
void* /*NiPointer<BGSAttackDataMap>*/ attackDataMap; // 08
};
static_assert(sizeof(BGSAttackDataForm) == 0x10);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSDestructibleObjectForm.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ namespace RE
DestructibleObjectData* data; // 08
};
static_assert(sizeof(BGSDestructibleObjectForm) == 0x10);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSEditorID.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ namespace RE
TESForm* _owner; // 08
};
static_assert(sizeof(BGSEditorID) == 0x10);
}
} // namespace RE
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/B/BGSEntryPoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,5 +270,5 @@ namespace RE
REL::Relocation<func_t> func{ REL::ID(110912) };
return func(a_entryPoint, a_perkOwner, a_args...);
}
}
}
} // namespace BGSEntryPoint
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSForcedLocRefType.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ namespace RE
std::uint64_t unk10; // 10
};
static_assert(sizeof(BGSForcedLocRefType) == 0x18);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSKeyword.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ namespace RE
SF_RTTI_VTABLE(BGSKeyword);
SF_FORMTYPE(KYWD);
};
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSKeywordForm.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ namespace RE
std::uint64_t unk28;
};
static_assert(sizeof(BGSKeywordForm) == 0x30);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSListForm.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ namespace RE
SF_RTTI_VTABLE(BGSListForm);
SF_FORMTYPE(FLST);
};
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSLocalizedString.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ namespace RE
BSFixedStringCS _data; // 0
};
static_assert(sizeof(BGSLocalizedString) == 0x8);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSLocation.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ namespace RE
bool hasBeenEverExplored; // 1DD
//
};
}
} // namespace RE
6 changes: 3 additions & 3 deletions CommonLibSF/include/RE/B/BGSMod.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ namespace RE
void* unk18; // 18
};
static_assert(sizeof(Items) == 0x20);
}
}
}
} // namespace Template
} // namespace BGSMod
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSNativeTerminalForm.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ namespace RE
BGSTerminal* terminal; // 08
};
static_assert(sizeof(BGSNativeTerminalForm) == 0x10);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSObjectPlacementDefaults.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ namespace RE
std::uint32_t unk18; // 18
};
static_assert(sizeof(BGSObjectPlacementDefaults) == 0x20);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSOverridePackCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ namespace RE
BGSListForm* unk40;
};
static_assert(sizeof(BGSOverridePackCollection) == 0x48);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSPerkRankArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ namespace RE
std::uint32_t perkCount; // 10
};
static_assert(sizeof(BGSPerkRankArray) == 0x18);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSPreviewTransform.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ namespace RE
std::uint64_t unk40; // 40
};
static_assert(sizeof(BGSPreviewTransform) == 0x48);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSPropertySheet.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ namespace RE
std::uint64_t /* BSTArray<BSTTuple<TESForm*, BGSTypedFormValuePair::SharedVal>>* */ unk08;
};
static_assert(sizeof(BGSPropertySheet) == 0x10);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSScene.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ namespace RE

//
};
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSSkinForm.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ namespace RE
TESObjectARMO* formSkin; // 08
};
static_assert(sizeof(BGSSkinForm) == 0x10);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSSnapTemplateComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ namespace RE
std::uint64_t unk10; // 10
};
static_assert(sizeof(BGSSnapTemplateComponent) == 0x18);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BGSTerminal.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ namespace RE
public:
SF_RTTI_VTABLE(BGSTerminal);
};
}
} // namespace RE
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/B/BSFixedString.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ namespace RE
extern template class BSFixedString<char, true>;
extern template class BSFixedString<wchar_t, false>;
extern template class BSFixedString<wchar_t, true>;
}
} // namespace detail

using BSFixedString = detail::BSFixedString<char, false>;
using BSFixedStringCS = detail::BSFixedString<char, true>;
using BSFixedStringW = detail::BSFixedString<wchar_t, false>;
using BSFixedStringWCS = detail::BSFixedString<wchar_t, true>;
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BSInputEventReceiver.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ namespace RE
std::uint32_t currInputTimeCount; // 08
};
static_assert(sizeof(BSInputEventReceiver) == 0x10);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BSIntrusiveRefCounted.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ namespace RE
std::uint32_t unk04; // 04
};
static_assert(sizeof(BSIntrusiveRefCounted) == 0x08);
}
} // namespace RE
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/B/BSReflection.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ namespace RE
void* data; // 08
};
static_assert(sizeof(TypedData) == 0x10);
}
}
} // namespace BSReflection
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BSStringPool.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ namespace RE
REL::Relocation<func_t> func{ REL::ID(198220) };
return func(a_result, a_string, a_caseSensitive);
}
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BSStringT.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ namespace RE
size_type _size{ 0 }; // ??
size_type _capacity{ 0 }; // ??
};
}
} // namespace RE
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/B/BSTEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace RE

inline SinkBase::~SinkBase() = default;
inline SourceBase::~SourceBase() = default;
}
} // namespace BSTEventDetail

template <class>
class BSTEventSource;
Expand Down Expand Up @@ -86,4 +86,4 @@ namespace RE
virtual ~BSTGlobalEvent(); // 00
};
static_assert(sizeof(BSTGlobalEvent) == 0x08);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BSTList.h
Original file line number Diff line number Diff line change
Expand Up @@ -429,4 +429,4 @@ namespace RE
// members
Node _listHead; // 00
};
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BSTSingleton.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ namespace RE
};

#endif
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/B/BaseFormComponent.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ namespace RE
virtual void Unk_0A(); // 0A
};
static_assert(sizeof(BaseFormComponent) == 0x08);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/C/CombatGroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ namespace RE
*/
};
//static_assert(sizeof(CombatGroup) == 0x168);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/C/ConsoleLog.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ namespace RE
Print(std::vformat(a_fmt.get(), std::make_format_args(a_args...)).c_str());
}
};
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/F/FORM_ENUM_STRING.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ namespace RE
FormType formType; // 08
};
static_assert(sizeof(FORM_ENUM_STRING) == 0x10);
}
} // namespace RE
8 changes: 4 additions & 4 deletions CommonLibSF/include/RE/F/FormTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,15 @@ namespace RE

[[nodiscard]] const char* FormTypeToString(FormType a_formType);
[[nodiscard]] FormType StringToFormType(std::string_view a_formType);
}
} // namespace RE

namespace std
{
[[nodiscard]] inline std::string to_string(RE::FormType a_formType)
{
return RE::FormTypeToString(a_formType);
}
}
} // namespace std

#ifdef FMT_VERSION
namespace fmt
Expand All @@ -253,7 +253,7 @@ namespace fmt
return fmt::format_to(a_ctx.out(), "{}", RE::FormTypeToString(a_formType));
}
};
}
} // namespace fmt
#endif

#ifdef __cpp_lib_format
Expand All @@ -268,7 +268,7 @@ namespace std
return formatter<std::string_view, CharT>::format(RE::FormTypeToString(a_formType), a_ctx);
}
};
}
} // namespace std
#endif

#define SF_FORMTYPE(TYPE) \
Expand Down
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/I/IAnimationGraphManagerHolder.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ namespace RE
virtual void Unk_17(); // 17
virtual void Unk_18(); // 18
};
}
} // namespace RE
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/I/IFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ namespace RE
BSIntrusiveRefCounted refCount; // 08
};
static_assert(sizeof(IFunction) == 0x10);
}
}
} // namespace BSScript
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/I/IKeywordFormBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ namespace RE
virtual bool HasKeyword(const BGSKeyword* a_keyword, const TBO_InstanceData* a_data);
virtual void CollectAllKeywords(void* /* BSScrapArray<const BGSKeyword> */ a_refOutKeywordA, const TBO_InstanceData* a_data);
};
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/I/IMovementInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ namespace RE
virtual ~IMovementInterface(); // 00
};
static_assert(sizeof(IMovementInterface) == 0x8);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/I/INIPrefSettingCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ namespace RE
virtual ~INIPrefSettingCollection();
};
static_assert(sizeof(INIPrefSettingCollection) == 0x160);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/I/INISettingCollection.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ namespace RE
virtual ~INISettingCollection();
};
static_assert(sizeof(INISettingCollection) == 0x160);
}
} // namespace RE
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ namespace RE
virtual void DoPostAnimationChannelUpdate() = 0; // 01
};
static_assert(sizeof(IPostAnimationChannelUpdateFunctor) == 0x8);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/M/MenuOpenCloseEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ namespace RE
bool opening; // 08
};
static_assert(sizeof(MenuOpenCloseEvent) == 0x10);
}
} // namespace RE
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/N/NativeFunction.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ namespace RE
void* _callback; // 50
};
static_assert(sizeof(NativeFunction) == 0x60);
}
}
} // namespace BSScript
} // namespace RE
6 changes: 3 additions & 3 deletions CommonLibSF/include/RE/N/NativeFunctionBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ namespace RE
BSFixedString _docString; // 48
};
static_assert(sizeof(NativeFunctionBase) == 0x50);
}
}
}
} // namespace NF_util
} // namespace BSScript
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/N/NiPoint3.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ namespace RE
std::array<std::byte, 0x4> padding; // 0xC
};
static_assert(sizeof(NiPoint3A) == 0x10);
}
} // namespace RE
2 changes: 1 addition & 1 deletion CommonLibSF/include/RE/N/NiSmartPointer.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ namespace RE

template <class T>
NiPointer(T*) -> NiPointer<T>;
}
} // namespace RE

#define NiSmartPointer(className) \
class className; \
Expand Down
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/Offsets_RTTI.h
Original file line number Diff line number Diff line change
Expand Up @@ -31715,5 +31715,5 @@ namespace RE
inline constexpr REL::ID winrt__impl__delegate_winrt__Windows__Foundation__EventHandler_winrt__Windows__Gaming__Input__Gamepad___lambda_a466c087e9cd272369893bc050bef422__{ 811143 };
inline constexpr REL::ID winrt__impl__implements_delegate_winrt__Windows__Foundation__EventHandler_winrt__Windows__Gaming__Input__Gamepad___lambda_a466c087e9cd272369893bc050bef422__{ 811147 };
inline constexpr REL::ID winrt__impl__make_marshaler__2__marshaler{ 811144 };
}
}
} // namespace RTTI
} // namespace RE
4 changes: 2 additions & 2 deletions CommonLibSF/include/RE/Offsets_VTABLE.h
Original file line number Diff line number Diff line change
Expand Up @@ -22374,5 +22374,5 @@ namespace RE
inline constexpr std::array<REL::ID, 1> type_info{ REL::ID(284559) };
inline constexpr std::array<REL::ID, 1> winrt__impl__delegate_winrt__Windows__Foundation__EventHandler_winrt__Windows__Gaming__Input__Gamepad___lambda_a466c087e9cd272369893bc050bef422__{ REL::ID(438927) };
inline constexpr std::array<REL::ID, 1> winrt__impl__make_marshaler__2__marshaler{ REL::ID(438935) };
}
}
} // namespace VTABLE
} // namespace RE
Loading

0 comments on commit f88df81

Please sign in to comment.