The ActorBase script is a part of Starfield’s Papyrus scripting ecosystem. It is included with the base game.
For this script, the Papyrus index knows about:
- 16 functions
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
- Found in:
- Vanilla
Obtains the number of actors using this actor base that are dead.
- Found in:
- Vanilla
Obtains this actor's current level, not taking into account any leveling done to match the player's level.
- Found in:
- Vanilla
Returns this actor's pronoun.
0 - Unselected
1 - He_Him
2 - She_Her
3 - They_Them- Found in:
- Vanilla
Copy some genetic parent appearance related information from another npc to the calling npc
- Found in:
- Vanilla
Obtains the unique actor reference for this actor base. (Assuming the actor is actually unique)
- Found in:
- Vanilla
Obtains whether this actor base is flagged as essential or not.
- Found in:
- Vanilla
Obtains whether this actor base is flagged as protected or not.
- Found in:
- Vanilla
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.
- Found in:
- Vanilla
Sets or clears this actor's protected flag. If you set the flag, and the actor is essential, the essential flag will be cleared.
