GetCalculatedMaxCarryWeight

From GECK
Jump to: navigation, search


A function added by the ShowOff NVSE Plugin.

Description

Returns the calling actor reference's current Max Carry Weight. This accounts for the "Get Max Carry Weight" Perk Entry Point.

Syntax

[help]
(maxCarryWeight:float) actorRefr.GetCalculatedMaxCarryWeight

Example

player.GetCalculatedMaxCarryWeight

Returns the player's current Max Carry Weight.

See Also