Returns the distances from all actors of the array to the origin
Returns the distances from all actors of the set to the origin
Returns the distances squared from all actors of the array to the origin
Returns the distances squared from all actors of the set to the origin
Returns the location of all actors
Returns the location of all actors
Returns the rotation of all actors
Returns the rotation of all actors
Returns the scale of all actors
Returns the scale of all actors
Returns the transform of all actors
Returns the transform of all actors
Returns the actor and distance to the origin that is either farthest or closest to the origin based on the setting.
Returns the actor and distance to the origin that is either farthest or closest to the origin based on the setting.
Returns the two actors from the array that are furthest or closest to each other, depending on the setting
Returns the two actors from the array that are furthest or closest to each other, depending on the setting
Returns the index of the two actors from the array that are furthest or closest to each other, depending on the setting
Returns the index of the actor and distance to the origin that is either farthest or closest to the origin based on the setting.
Returns the index of the actor and distance to the origin that is either farthest or closest to the origin based on the setting.
Sorts the actor from the array based on the distance to the origin and returns an array with the actor and the distance to the origin. If this is to be sorted in place, please use the function “Sort Actors By Distance Inline”.
Sorts the actor from the set based on the distance to the origin and returns an array with the actor and the distance to the origin. If this is to be sorted in place, please use the function “Sort Actors By Distance Inline”.
Sorts the actors from the array according to the distance to the origin. If a copy of the array is to be created, please use the “Sort Actors by Distance” function.
Returns an array containing all actors that have the given tag. If there are duplicates in the array, they will also exist twice in the returned array.
Returns an array containing all actors that have the given tag.
Returns the first file found in the array with the given tag. If no actor was found with the tag, a NULL actor is returned.
Returns the first file found in the array with the given tag. If no actor was found with the tag, a NULL actor is returned.