SetEyesFlags

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

Description

Sets the flags of the specified eyes form to the specified mask of the combined value of the bits (int).

Syntax

[help]
(none) SetEyesFlags eyes:BaseForm FlagsMask:int 

Example

int FlagsMask
SetEyesFlags rEyes, FlagsMask

Bits

  • 1 (bit 0) = playable
  • 2 (bit 1) = not male
  • 4 (bit 2) = not female

See Also