GetNPCHeight

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the height attribute of the specified NPC or calling reference. Added by NVSE 4.1.

Syntax

[help]
(float) Actor.GetNPCHeight Actor:NPC

Example

float SunnyHeight
let SunnyHeight := SunnyREF.GetNPCHeight

See Also