Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionSetMembraneColorKeyData(EffectShaderakEffectShader, intaiColorKey, int[]aiRGB, floatafAlpha, floatafTime)NativeGlobal


Caveats


Parameters

EffectShaderakEffectShader

intaiColorKey

int[]aiRGB

floatafAlpha

floatafTime


Examples

Auto-Generated Example

EffectShader myEffectShader__akEffectShader
int myInt__aiColorKey
int[] myIntArray__aiRGB
float myFloat__afAlpha
float myFloat__afTime

PO3_SKSEFunctions.SetMembraneColorKeyData(myEffectShader__akEffectShader, myInt__aiColorKey, myIntArray__aiRGB, myFloat__afAlpha, myFloat__afTime)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.