max-su-2019

Results 2 comments of max-su-2019

Seems figured out the reason that cause this crash: It take place when you copy the container "BSTSmallArray graphs" which is memeber variable in "BSAnimationGraphManager" class. Change the codes as...

That may help you to get all the poision items from your inventory: ``` cpp RE::BSTArray poision_arr; auto playerref = RE::PlayerCharacter::GetSingleton(); auto inv = playerref->GetInventory(); for (auto& item : inv)...