SetFacegenModelFlag

From GECK
Jump to: navigation, search


A function added by the JohnnyGuitar NVSE Plugin.

Description

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

Syntax

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

Example

SetFacegenModelFlag OutfitWasteland01 1 0 0 // disables Torso flag for male biped model 

See also