GetHeadParts

From GECK
Jump to: navigation, search


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.

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