Background for Skyrim SE
Member of the DbSkseFunctions script
Cell[]functionGetAllInteriorCells(LocationakLocation, ActorBaseakOwner, intmatchMode=0)NativeGlobal

Description

Documentation Comment

Get all interior cells in game that match the akLocation and or akOwner
if matchMode == 0, get all cells in game where either the passed in akLocation or akOwner match.
if matchMode == 1, get all cells in game where both the passed in akLocation and akOwner match.
if matchMode == anything else, get all interior cells in game


Caveats


Parameters

LocationakLocation

ActorBaseakOwner

intmatchMode=0


Examples

Auto-Generated Example

Location myLocation__akLocation
ActorBase myActorBase__akOwner
int myInt__matchMode

Cell[] returnedValue = DbSkseFunctions.GetAllInteriorCells(myLocation__akLocation, myActorBase__akOwner, myInt__matchMode)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.