- Found in:
- PO3's PE
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
