Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionSetLightRGB(LightakLight, int[]aiRGB)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Sets light color using RGB array [0-255].
  • Array must contain 3 elements (r,g,b).

Caveats


Parameters

LightakLight

int[]aiRGB


Examples

Auto-Generated Example

Light myLight__akLight
int[] myIntArray__aiRGB

PO3_SKSEFunctions.SetLightRGB(myLight__akLight, myIntArray__aiRGB)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.