RefCollectionAlias
- Found in:
- Vanilla
Inheritance Tree
No indexed scripts extend this script.
Structs
Properties
Events
Functions
- Found in:
- Vanilla
Calls Actor.AddToFaction(...) on all the actors in the collection
- Found in:
- Vanilla
Calls ObjectReference.BlockActivation(...) on all the references in the collection
- Found in:
- Vanilla
kmk
convenience function - casts the reference at aiIndex as an actor before returning it
- Found in:
- Vanilla
Returns first reference in collection that is owned by the specified actor
- Found in:
- Vanilla
Calls ObjectReference.EnableNoWait(...) on all the references in the collection.
- Found in:
- Vanilla
Calls ObjectReference.DisableNoWait(...) on all the references in the collection.
- Found in:
- Vanilla
Calls Actor.EvaluatePackage(...) on all the actors in the collection.
- Found in:
- Vanilla
Calls ObjectReference.MoveTo(...) on all the references in the collection.
- Found in:
- Vanilla
Returns true if actorOwner owns anything in the collection
- Found in:
- Vanilla
Calls Actor.StartCombat(...) on all the actors in the collection.
- Found in:
- Vanilla
Calls Actor.RemoveFromFaction(...) on all the actors in the collection
- Found in:
- Vanilla
Calls Actor.RemoveFromAllFactions() on all the actors in the collection.
- Found in:
- Vanilla
Calls ObjectReference.Reset(...) on all the references in the collection.
- Found in:
- Vanilla
Calls Actor.SetProtected(...) on all the actors in the collection.
- Found in:
- Vanilla
Calls Actor.SetEssential(...) on all the actors in the collection.
- Found in:
- Vanilla
Adds the contents of the passed-in collection alias to this one.
- Found in:
- Vanilla
Adds the contents of the array to this collection.
- Found in:
- Vanilla
Calls ObjectReference.SetValue(...) on all the actors in the collection.
- Found in:
- Vanilla
LinkRefs each index of the RefCollectionAlias to the same index of the target RefCollectionAlias using the keyword specified. Can be set to wrap to the top of the target RefCollectionAlias if it runs out of indexes before the colleciton this is called on.
- Found in:
- Vanilla
Adds the given ref to this collection
- Found in:
- Vanilla
Searches for the specified form in the form list, returning its index (or a negative number if the form isn't found in the list)
- Found in:
- Vanilla
Gets the ref at the given index in this collection
- Found in:
- Vanilla
Removes the given reference from this collection
