GetNPCWeight

< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the weight attribute of the specified NPC or calling reference. It is unclear if this attribute has any affect in the vanilla game. Added by NVSE 4.1.

Syntax

(float) Actor.GetNPCWeight Actor:NPC

Example

float SunnyWeight
let SunnyWeight := SunnyREF.GetNPCWeight

See Also