SetActorBaseFlagsLow
Revision as of 11:50, 16 July 2014 by imported>Odessa (adapted from nvsewhatsnew)
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Sets the low base flags of the specified actor or calling reference to the specified bitmask (int). Using unknown flags may cause random behavior.
Syntax
(none) reference.SetActorBaseFlagsLow FlagsBitMask:int NPC:BaseForm
Example
int FlagsBitMask SetActorBaseFlagsLow FlagsBitMask, SomeNPC
Actor Base Flags Low
- 1 = female
- 2 = essential
- 4 = has chargen face
- 8 = respawn
- 16 = auto-calc stats
- 32 = unknown
- 64 = unknown
- 128 = pc level mult
- 256 = use template
- 512 = no low-level processing
- 1024 = unknown
- 2048 = no blood spray
- 4096 = no blood decal
- 8192 = unknown
- 16384 = unknown
- 32768 = unknown