malware-dev/MDK-SE

Sandbox.ModAPI.Ingame.IMyLightingBlock missing Offset property

nickwest opened this issue · 1 comments

Lights in game have a slider for "Offset" (not to be confused with blink offset). This is not available via the Ingame API so scripts can't set it or retrieve it. The property is missing on Sandbox.ModAPI.Ingame.IMyLightingBlock

I also checked if this was maybe just not documented, but actually implemented. It seems an IMyLightingBlock does not have a property for Offset accessible via the ingame API.

And nevermind because I'm realizing this is a community project just now and not a Keen repo. Thanks to all who have created this! The documentation is phenomenal.