Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionSetShaderType(ObjectReferenceakRef, ObjectReferenceakTemplate, stringasDiffusePath, intaiShaderType, intaiTextureType, boolabNoWeapons, boolabNoAlphaProperty)NativeGlobal

[DEV SERVER] Loading description...


Caveats


Parameters

ObjectReferenceakRef

ObjectReferenceakTemplate

stringasDiffusePath

intaiShaderType

intaiTextureType

boolabNoWeapons

boolabNoAlphaProperty


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
ObjectReference myObjectReference__akTemplate
string myString__asDiffusePath
int myInt__aiShaderType
int myInt__aiTextureType
bool myBool__abNoWeapons
bool myBool__abNoAlphaProperty

PO3_SKSEFunctions.SetShaderType(myObjectReference__akRef, myObjectReference__akTemplate, myString__asDiffusePath, myInt__aiShaderType, myInt__aiTextureType, myBool__abNoWeapons, myBool__abNoAlphaProperty)

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.