Deep logging support

This commit is contained in:
MetricExpansion 2022-10-09 14:07:31 -07:00
parent 6d5ac0ea14
commit fbcd0ebbaa
7 changed files with 46 additions and 9 deletions

View file

@ -29,6 +29,7 @@ namespace OutfitSystem {
std::int32_t GetOutfitNameMaxLength(RE::BSScript::IVirtualMachine* registry,
std::uint32_t stackId,
RE::StaticFunctionTag*) {
LOG(trace, "GetOutfitNameMaxLength");
return ArmorAddonOverrideService::ce_outfitNameMaxLength;
}
std::vector<RE::TESObjectARMO*> GetCarriedArmor(RE::BSScript::IVirtualMachine* registry,