- Found in:
- Dylbills PE
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
Examples
Auto-Generated Example
Location myLocation__akLocation
ActorBase myActorBase__akOwner
int myInt__matchMode
Cell[] returnedValue = DbSkseFunctions.GetAllInteriorCells(myLocation__akLocation, myActorBase__akOwner, myInt__matchMode)