GetFacegenModelFlag

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

Returns a specified Facegen model flag for a specified Armor. Flag IDs are as follows:
0 - Head
1 - Torso
2 - RightHand
3 - LeftHand

Syntax

[help]
(int(0/1)) GetFacegenModelFlag armor:ref flagID:int(0-3) isFemale:int(0/1)

Example

set torsoFlag to GetFacegenModelFlag OutfitWasteland01 1 0  // returns Torso flag for male biped model 

See also