Background for Skyrim SE
Member of the MiscUtil script
Actor[]functionScanCellNPCs(ObjectReferenceCenterOn, floatradius=0.0, KeywordHasKeyword=NONE, boolIgnoreDead=true)NativeGlobal

[DEV SERVER] Loading description...


Caveats


Parameters

ObjectReferenceCenterOn

floatradius=0.0

KeywordHasKeyword=NONE

boolIgnoreDead=true


Examples

Auto-Generated Example

ObjectReference myObjectReference__CenterOn
float myFloat__radius
Keyword myKeyword__HasKeyword
bool myBool__IgnoreDead

Actor[] returnedValue = MiscUtil.ScanCellNPCs(myObjectReference__CenterOn, myFloat__radius, myKeyword__HasKeyword, myBool__IgnoreDead)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.