GetHeadParts

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 an array containing all the head parts attached the calling reference or specified NPC. Added by NVSE 4.5.

Syntax

[help]
(array) Actor.GetHeadParts Target:NPC

Example

array_var Head_Parts

let Head_Parts := EasyPeteRef.GetHeadParts

Ar_Dump Head_Parts would print something like:

** Dumping Array #24 **
Refs: 1 Owner 0B: nvse-test.esp
[ 0.000000 ] : Old Beard (0009F923)

See Also