- Found in:
- Dylbills PE
Description
Documentation Comment
Disable all the object refs in akCell that match formTypeFilter.
If formTypeFilter is 0 (default) disable all refs in the cell.
Requires skse.
Caveats
Parameters
CellakCell
intformTypeFilter=0
Examples
Auto-Generated Example
Cell myCell__akCell
int myInt__formTypeFilter
DbMiscFunctions.DisableRefsInCell(myCell__akCell, myInt__formTypeFilter)