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
kmk
convenience function - casts the reference at aiIndex as an actor before returning it
- Found in:
- Vanilla
jduvall
convenience function
return a random reference
- Found in:
- Vanilla
joshua.mcqueary
Gets a random number of things from the collection
- 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
sc
Move all actors to packages locations.
- Found in:
- Vanilla
Returns true if actorOwner owns anything in the collection
- Found in:
- Vanilla
kmk
return true if detectionTarget is detected by any actor in the collection
- Found in:
- Vanilla
kmk
return true if any actor in the collection has detection LOS on actorTarget
- Found in:
- Vanilla
Kills all the actors in this 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
bsn
convenience function - stops combat on everyone
- Found in:
- Vanilla
convenience function - stop combat alarm on everyone
- Found in:
- Vanilla
Adds the contents of the passed-in collection alias to this one.
- Found in:
- Vanilla
- Found in:
- Vanilla
Adds the contents of the array to this collection.
- Found in:
- Vanilla
jduvall
Get count of dead actors in Collection
- Found in:
- Vanilla
jduvall
Get count of dead actors and/or unloaded refs in Collection
- Found in:
- Vanilla
jduvall
Get count of dead actors and unloaded refs in Collection
- Found in:
- Vanilla
kmk
Get count of disabled refs in Collection
- Found in:
- Vanilla
kmk
remove disabled refs in Collection
returns number of refs removed
- 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
lvc Set the conscious/unconscious state of a ref collection
- 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 an array of all refs in the collection
- Found in:
- Vanilla
Gets an array of all actors in the collection
- Found in:
- Vanilla
Gets the ref at the given index in this collection
- Found in:
- Vanilla
Removes the given reference from this collection
