Background for Fallout 4
Member of the EncounterZone script
Actor[]functionGetActors(KeywordapRequiredLinkedRefKeyword=NONE, KeywordapExcludeLinkedRefKeyword=NONE)Native

[DEV SERVER] Loading description...


Caveats


Parameters

KeywordapRequiredLinkedRefKeyword=NONE

CK Wiki Description

Keyword that actors MUST have, in order to be added to this array. If None, don't require any keyword.

  • Default:None

KeywordapExcludeLinkedRefKeyword=NONE

CK Wiki Description

Keyword that actors must NOT have, in order to be added to this array. If None, don't exclude on the basis of any keyword.

  • Default:None

Examples

;Get a list of all instantiated Actors (across all process levels) non-"lookout" actors in the encounter zone "Warehouse101"
Actor[] warehouseActors = Warehouse101Zone.GetActors( None, LookoutKeyword )

Auto-Generated Example

Keyword myKeyword__apRequiredLinkedRefKeyword
Keyword myKeyword__apExcludeLinkedRefKeyword

Actor[] returnedValue = myEncounterZone__toCallFunctionOn.GetActors(myKeyword__apRequiredLinkedRefKeyword, myKeyword__apExcludeLinkedRefKeyword)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.