Function VisualServerSingleton.lightSetShadow

If true, light will cast shadows. Equivalent to Light.shadowEnabled.

void lightSetShadow (
  const(RID) light,
  const(bool) enabled
) nothrow @nogc;