GetActorBaseFlagsHigh
Revision as of 02:07, 6 July 2015 by imported>Ana
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
Description
Returns the high base flags of the specified actor or calling reference as a bitmask (int).
Syntax
(int) reference.GetActorBaseFlagsHigh NPC:BaseForm
Example
int FlagsBitMask set FlagsBitMash to GetActorBaseFlagsHigh SomeNPC
Actor Base Flags High
- 1 = unknown
- 2 = unknown
- 4 = unknown
- 8 = unknown
- 16 = no VATS melee
- 32 = unknown dialogue
- 64 = can be all races 1)
- 128 = unknown
- 256 = unknown 2)
- 512 = unknown 3)
- 1024 = no knockdowns
- 2048 = not pushable
- 4096 = unknown 4)
- 8192 = unknown 5)
- 16384 = no rotate to head track
- 32768 = unknown 6)
04/07/15 (small note)
- 1) Can't open doors (for creatures)
- 2) Tilt Front/Back
- 3) Tilt Left/Right
- 4) Allow pickpocket
- 5) Is Ghost
- 6) Invulnerable