Function VisualServerSingleton.lightSetNegative

If true, light will subtract light instead of adding light. Equivalent to Light.lightNegative.

void lightSetNegative (
  const(RID) light,
  const(bool) enable
) nothrow @nogc;