Function VisualServerSingleton.lightSetParam

Sets the specified light parameter. See lightparam for options. Equivalent to Light.setParam.

void lightSetParam (
  const(RID) light,
  const(long) param,
  const(double) value
) nothrow @nogc;