malware-dev / MDK-SE

Malware's Development Kit for SE
MIT License
1.02k stars 123 forks source link

API Summary incorrect for IMyLightingBlock.BlinkLength #303

Closed soulscythe closed 1 year ago

soulscythe commented 1 year ago

The summary indicates that the property is "a value between 0 and 1", however in-game testing seems to show that the value is actually exactly what is given for the percentage in the grid terminal. A value of 0.5f in script leads to the Blink Length being literally 0.5%, not 50%.

The summary should describe it as a value between 0 and 100.

The same issue seems to be true of IMyLightingBlock.BlinkOffset also.

malware-dev commented 1 year ago

You're gonna have to tell that to Keen, not me. The API documentation is autogenerated.