The Cell 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
Enables/disables fast travel out of this cell.
- Found in:
- Vanilla
Gets the 'parent' reference for this cell, if any (i.e. the ship if this is a ship interior/exterior cell)
- Found in:
- Vanilla
Returns whether this cell is currently 'attached' or not. (In the loaded area)
- Found in:
- Vanilla
Returns whether this cell is an interior cell or not.
- Found in:
- Vanilla
Sets the actor as the owner of this cell.
- Found in:
- Vanilla
Sets the faction as the owner of this cell.
- Found in:
- Vanilla
voidfunctionSetFogColor(intaiNearRed, intaiNearGreen, intaiNearBlue, intaiFarRed, intaiFarGreen, intaiFarBlue)NativeSets the near and far fog colors for this cell. Only works in non-sky-lit interiors.
- Found in:
- Vanilla
Sets the near and far fog plane distances for this cell. Only works in non-sky-lit interiors.
- Found in:
- Vanilla
Sets the fog power for this cell. Only works in non-sky-lit interiors.
- Found in:
- Vanilla
Sets the gravity scale on this cell, works on interiors only
- Found in:
- Vanilla
Sets the OffLimits flag on this cell
