Jump to content

No Inventory Weight Actor Value?


RedxYeti

Recommended Posts

Skyrim has a Inventory weight (not carry weight) actor value, so statements like

If PlayerRef.GetAV("Inventory Weight") < (PlayerRef.GetAV("Carry Weight") * 0.85)

can compare your current amount of items weight against the total weight you can carry

 

Does FO4 (or f4se) have an equivalent that I'm not seeing? or am I SOL?

Link to comment
Share on other sites

 

Yes, there's an F4SE ObjectReference script function: GetInventoryWeight()

If PlayerRef.GetInventoryWeight() < (PlayerRef.GetAV("Carry Weight") * 0.85)

 

Thank you, I looked for a bit on the wiki but the search function is a bit dated to say the least

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...