Page 1 of 1
SoundPrototype docs wrong
Posted: Fri Aug 09, 2024 7:39 pm
by Zancmok
I found that the type of the SoundPrototype's variations property has its type wrongly defined. It is defined as array[SoundDefinition] while it apperently is PtreeItemOrArrayIterator.
Re: SoundPrototype docs wrong
Posted: Fri Aug 09, 2024 7:59 pm
by boskid
Proposed version makes no sense. It is a helper for handling $union(X, $array(X)) but PreeItemOrArrayIterator is not a lua concrpt that can be exposed.
Re: SoundPrototype docs wrong
Posted: Fri Aug 09, 2024 8:01 pm
by Bilka
Request was understood anyway. Doc fixed to be "SoundDefinition or array[SoundDefinition]" for the next doc release, thank you for making the post.