Background for Skyrim SE
Member of the Actor script
boolfunctionIsOverEncumbered()Native

Description

Wiki Description

Returns if the actor is currently over-encumbered.

Documentation Comment

Is the actor over-encumbered?


Caveats


Examples

if (Game.GetPlayer().IsOverEncumbered())
  Debug.Trace("Player should drop some items, they're currently weighed down")
endIf

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsOverEncumbered()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.