Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionPlayDebugShader(ObjectReferenceakRef, float[]afRGBA)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Plays debug shader on the reference, with normalised RGBA color (or white if empty)

Caveats


Parameters

ObjectReferenceakRef

float[]afRGBA


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
float[] myFloatArray__afRGBA

PO3_SKSEFunctions.PlayDebugShader(myObjectReference__akRef, myFloatArray__afRGBA)

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.