EventDescription.getInstanceList() Bugged?

Hi.

Using 1.03.01 the following code always return all active instances created by any EventDescription.

	EventInstance[] instances = null;
	ERRCHECK( desc.getInstanceList( out instances ) );

I assume it should only return those created by the given EventDescription.

The same goes for EventDescription.getInstanceCount()
Note that EventDescriptions in my case was gotten via bank.getEventList()

Thanks for pointing this out, and apologies for the bug! It has been fixed for the next release.