CommonArrayFunctions
- Found in:
- Vanilla
Inheritance Tree
No indexed scripts extend this script.
Structs
Properties
Events
Functions
- Found in:
- Vanilla
Checks to see if the passed in reference is in the array. (Basically a wrapper around a simple find, with some None checks)
- Found in:
- Vanilla
Finds the reference in the alias array and returns the index (or < 0 if not found)
- Found in:
- Vanilla
Loops through an array of ReferenceAliases and checks if any of them have the specified ObjectReference in them.
- Found in:
- Vanilla
Loops through an array of Factions and checks if the specified actor in in any of them.
- Found in:
- Vanilla
Loops through an array of Keywords and checks if the specified ObjectReference has any of them.
- Found in:
- Vanilla
jduvall
- Found in:
- Vanilla
Checks to see if the passed in form is in the array. (Basically wrapping a find call with a couple of additional checks to handle None)
- Found in:
- Vanilla
Checks to see if the specified location is in the array, or optionally is a child of one of the locations in the array.
- Found in:
- Vanilla
Loops through an array of location aliases and checks if the specified location in in any of them. (Or a child of one of them if matchIfChildLocation)
- Found in:
- Vanilla
Finds and returns the first keyword in the array that is attached to the specified location.
- Found in:
- Vanilla
Finds and returns the first faction in the array that the actor belongs to.
- Found in:
- Vanilla
Checks to see if any of the actors in the array are hostile to the specified actor.
