Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionToggleChildNode(ObjectReferenceakRef, stringasNodeName, boolabDisable)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Toggles node attached to root 3D.

Caveats


Parameters

ObjectReferenceakRef

stringasNodeName

boolabDisable


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
string myString__asNodeName
bool myBool__abDisable

PO3_SKSEFunctions.ToggleChildNode(myObjectReference__akRef, myString__asNodeName, myBool__abDisable)

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.