Difference between revisions of "SetFlagsLow"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
(source whatsnew)
 
imported>Odessa
m (+nvse version)
 
Line 1: Line 1:
{{Function
{{Function
  |origin = NVSE
  |origin = NVSE
  |summary = Sets all of the first set of individual flags for a form to those specified by the bitmask int. See [[GetFlagsLow]] for explanation of what the bits mean, and various warnings.
  |summary = Sets all of the first set of individual flags for a form to those specified by the bitmask int. See [[GetFlagsLow]] for explanation of what the bits mean, and various warnings. Added by NVSE 4.6.3.
  |name = SetFlagsLow
  |name = SetFlagsLow
  |alias =  
  |alias =  

Latest revision as of 15:49, 11 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Sets all of the first set of individual flags for a form to those specified by the bitmask int. See GetFlagsLow for explanation of what the bits mean, and various warnings. Added by NVSE 4.6.3.

Syntax

[help]
(none) reference.SetFlagsLow FlagsBitMask:int Target:form

See Also