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

Description

Documentation Comment

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


Caveats


Parameters

LocationakLocation

WorldSpaceakWorldSpace

intmatchMode=0


Examples

Auto-Generated Example

Location myLocation__akLocation
WorldSpace myWorldSpace__akWorldSpace
int myInt__matchMode

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