Cell - powerof3/PapyrusExtenderSSE GitHub Wiki

Getters

GetCellNorthRotation

  • Gets cell north rotation/worldspace north rotation for exterior cells. Rotation is in degrees.
float Function GetCellNorthRotation(Cell akCell) global native

GetLightingTemplate

LightingTemplate Function GetLightingTemplate(Cell akCell) global native

Setters

SetLightingTemplate

Function SetLightingTemplate(Cell akCell, LightingTemplate akLightingTemplate) global native

SetCellNorthRotation

Function SetCellNorthRotation(Cell akCell, float afAngle) global native