getHighestCloneIndex: Returns the highest index value of clones with actorName.
actorName : Any Actor in game.
Script Editor Syntax:
int maxIndex = getHighestCloneIndex("enemy"); \\ highest index value of enemy clones.
Useful for traversing clone arrays.

