kRPC: Control the game using C#, C++, Java, Lua, Python...

kRPC: Control the game using C#, C++, Java, Lua, Python...

7.8k Downloads

No error reported when setting invalid value for a PartModule field

djungelorm opened this issue ยท 0 comments

commented

If you use Module.SetFieldFloat to set the value of a boolean field, the RPC completes successfully. It should return an error.

It seems that the KSP API does not throw an exception in this case (just quietly outputs an error to the log).

Related to #706