Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionSetFootstepSet(ArmorAddonakArma, FootstepSetakFootstepSet)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Sets armor addon's footstep set

Caveats


Parameters

ArmorAddonakArma

FootstepSetakFootstepSet


Examples

Auto-Generated Example

ArmorAddon myArmorAddon__akArma
FootstepSet myFootstepSet__akFootstepSet

PO3_SKSEFunctions.SetFootstepSet(myArmorAddon__akArma, myFootstepSet__akFootstepSet)

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.