GetNPCHeight

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Returns the height attribute of the specified NPC or calling reference.

Syntax

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

Example

float SunnyHeight
let SunnyHeight := SunnyREF.GetNPCHeight

See Also