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