The Cell 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:
- 14 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
Enables/disables fast travel out of this cell.
Gets the ActorBase that owns this cell. Will return None if the cell isn't owned by an actor.
Gets the Faction that owns this cell. Will return None if the cell isn't owned by a faction.
Returns whether this cell is currently 'attached' or not. (In the loaded area)
Returns whether this cell is an interior cell or not.
Sets the actor as the owner of this cell.
Sets the faction as the owner of this cell.
- voidfunctionSetFogColor(intaiNearRed, intaiNearGreen, intaiNearBlue, intaiFarRed, intaiFarGreen, intaiFarBlue)Native
Sets the near and far fog colors for this cell. Only works in non-sky-lit interiors.
Sets the near and far fog plane distances for this cell. Only works in non-sky-lit interiors.
Sets the fog power for this cell. Only works in non-sky-lit interiors.
