Deep logging support
This commit is contained in:
parent
6d5ac0ea14
commit
fbcd0ebbaa
7 changed files with 46 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue