Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionEnableRefsInCell(CellakCell, intformTypeFilter=0)Global

Description

Documentation Comment

Enable all the object refs in akCell that match formTypeFilter.
If formTypeFilter is 0 (default) enable all refs in the cell.
Requires skse.


Caveats


Parameters

CellakCell

intformTypeFilter=0


Examples

Auto-Generated Example

Cell myCell__akCell
int myInt__formTypeFilter

DbMiscFunctions.EnableRefsInCell(myCell__akCell, myInt__formTypeFilter)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.