Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionScaleObject3D(ObjectReferenceakRef, stringasNodeName, floatafScale)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Scales node & collision (bhkBoxShape, bhkSphereShape).
  • Entire nif will be scaled if string is empty. Collision has to be directly attached to named nodes.
  • Adds "PO3_SCALE" NiExtraData to root node.

Caveats


Parameters

ObjectReferenceakRef

stringasNodeName

floatafScale


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
string myString__asNodeName
float myFloat__afScale

PO3_SKSEFunctions.ScaleObject3D(myObjectReference__akRef, myString__asNodeName, myFloat__afScale)

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.