Page 1 of 1

PipeConnectionDefinition positions not marked optional

Posted: Sun Oct 15, 2023 5:39 am
by _CodeGreen
PipeConnectionDefinition doesn't have positions (plural) marked as optional, when it depends on whether or not position (singular) is defined. Is this intentional, or should it be optional? It's trickling down to the Lua typedefs making me disable diagnostics every time.

Re: PipeConnectionDefinition positions not marked optional

Posted: Wed Oct 25, 2023 9:04 am
by Bilka
It's mandatory when position is not defined. I marked it optional and added that note for the next version.