uint Size() const/ETHEntityArray

Returns the number of elements in the array.

ETHEntityArray zombies;
GetEntityArray("zombie.ent", zombies);
print("The scene has " + zombies.Size() + "zombies!");