Background for Skyrim SE
Member of the MiscUtil script
Actor[]functionScanCellActors(ObjectReferenceCenterOn, floatradius=5000.0, KeywordHasKeyword=NONE)Global

Description

Documentation Comment

LEGACY v3.3 - Added Ignoredead parameter to function, aliased for backwards compatability with v3.2.


Caveats


Parameters

ObjectReferenceCenterOn

floatradius=5000.0

KeywordHasKeyword=NONE


Examples

Auto-Generated Example

ObjectReference myObjectReference__CenterOn
float myFloat__radius
Keyword myKeyword__HasKeyword

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