GetActorBaseFlagsLow
Revision as of 11:47, 16 July 2014 by imported>Odessa (adapted from nvsewhatsnew)
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Returns the low base flags of the specified actor or calling reference, as a bitmask (int).
Syntax
(int) reference.GetActorBaseFlagsLow NPC:BaseForm
Example
int FlagsBitMask set FlagsBitMask to GetActorBaseFlagsLow 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