Description
Wiki Description
Is this actor over-encumbered? An actor is considered over-encumbered if their total inventory weight exceeds their maximum carry weight.
Documentation Comment
Is the actor over-encumbered?
Caveats
CK Wiki - Notes
NPCs are never considered over-encumbered, only the player is.
Examples
; Is the player over-encumbered?
bool playerOverEncumbered = Game.GetPlayer().IsOverEncumbered()Auto-Generated Example
bool returnedValue = myActor__toCallFunctionOn.IsOverEncumbered()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
