Open galaddirie opened 7 months ago
Currently Sequence.clone() is typed to return a Sequence when it actually returns a boolean
Sequence
boolean
The current type definitions incorrectly indicate that Sequence.clone() returns a Sequence object.
the ppro scripting documentation has the correct type: Sequence.clone() documentation
Currently Sequence.clone() is typed to return a
Sequence
when it actually returns aboolean
The current type definitions incorrectly indicate that Sequence.clone() returns a Sequence object.
the ppro scripting documentation has the correct type: Sequence.clone() documentation