The ActorBase script is a part of Fallout 4’s Papyrus scripting ecosystem. It is included with the base game, and is extended/modified by modded sources such as Fallout 4 Script Extender (F4SE).
For this script, the Papyrus index knows about:
- 22 functions
- 1 struct
Inheritance Tree
No indexed scripts extend this script.
Structs
The Papyrus Index is still under construction. Structs have not been implemented yet.
Properties
No properties found.
Events
No events found.
Functions
Obtains the number of actors using this actor base that are dead.
Obtains this actor's FormList of keywords to use as a gift filter.
Obtains this actor's current level, not taking into account any leveling done to match the player's level.
Obtains the unique actor reference for this actor base. (Assuming the actor is actually unique)
Obtains whether this actor base is flagged as essential or not.
Obtains whether this actor base is flagged as invulnerable or not.
Obtains whether this actor base is flagged as protected or not.
Sets or clears this actor's essential flag. If the actor is protected and you set the essential flag, the protected flag will be removed.
Sets or clears this actor's invulnerable flag.
Sets or clears this actor's protected flag. If you set the flag, and the actor is essential, the essential flag will be cleared.
- Found in:
- F4SE
Gets the template of the ActorBase.
- Found in:
- F4SE
Returns the head part array from either the overlay list or original list.
- Found in:
- F4SE
Sets this actors BodyWeight information. Call Actor.QueueUpdate(...) on the Actor instance to update visually.
- Found in:
- F4SE
Returns this actors BodyWeight information.
