jonnyboyC / kos-language-server

A language server for the Kerboscript (kOS) a language for Kerbal Space Program
MIT License
25 stars 6 forks source link

[BUG] SHIP:CONTROL:NEUTRALIZE is detected as read-only #126

Closed scimas closed 4 years ago

scimas commented 4 years ago

Describe the bug What the title says. In fact SHIP:CONTROL:NEUTRALIZE is not readable at all, it is only settable. Link to the relevant kos documentation.

To Reproduce Steps to reproduce the behavior: Try to set SHIP:CONTROL:NEUTRALIZE to true or false.

Editor (please complete the following information):

jonnyboyC commented 4 years ago

👍 Good catch, will get that updated asap.

jonnyboyC commented 4 years ago

This may actually take a bit longer than I was thinking. There was somewhat of an implicit assumption on my part that a type could either be gettable, gettable and settable or neither.

As a side note, I did find that there are actually two additional setters in ship:control that are not documented. specifically ship:control:killRotation and ship:control:resetTrim