Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionSetCollisionLayer(ObjectReferenceakRef, stringasNodeName, intaiCollisionLayer)NativeGlobal

[DEV SERVER] Loading description...


Caveats


Parameters

ObjectReferenceakRef

stringasNodeName

intaiCollisionLayer


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
string myString__asNodeName
int myInt__aiCollisionLayer

PO3_SKSEFunctions.SetCollisionLayer(myObjectReference__akRef, myString__asNodeName, myInt__aiCollisionLayer)

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.