- Found in:
- PapyrusUtil
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
Examples
Auto-Generated Example
ObjectReference myObjectReference__CenterOn
float myFloat__radius
Keyword myKeyword__HasKeyword
Actor[] returnedValue = MiscUtil.ScanCellActors(myObjectReference__CenterOn, myFloat__radius, myKeyword__HasKeyword)