MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

[Feature Request] Searchlight Support #205

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

Describe the solution you'd like the Warfare 2 update added "Searchlight" support, which is both a turret and a light.

It'd be nice to extend the turret support with searchlight support, and re-add the light properties for searchlight (may require using custom properties).

It shows up neither in lights nor in turrets, so not sure what this thing is yet.

jgersti commented 2 years ago

On the keen discord Digi said that the searchlight does not have a proper interface yet. the best you can do is IFunctionalBlock (?) and its subtypeid and the old property and action methods.

MerlinofMines commented 2 years ago

Ya I think i'll wait a bit and see if they add interface definitions, before implementing a custom one using direct properties.