[DEV SERVER] Loading description...
Caveats
CK Wiki - Notes
If you're going to get all of the actors anyway, just use ObjectReference.GetActorsLinkedToMe(...) and ask the returned array for its size instead.
Parameters
Examples
;Get a count of instantiated (across all process levels) non-"lookout" Actors linked to the "turf" reference "Warehouse101Ref" via the "Turf" TurfKeyword
int warehouseCount = Warehouse101Ref.CountActorsLinkedToMe( TurfKeyword, LookoutKeyword )Auto-Generated Example
Keyword myKeyword__apLinkKeyword
Keyword myKeyword__apExcludeKeyword
int returnedValue = myObjectReference__toCallFunctionOn.CountActorsLinkedToMe(myKeyword__apLinkKeyword, myKeyword__apExcludeKeyword)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
