Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionUpdateActor(ActorakActor, FormakForm)Global

Description

Documentation Comment

add and remove akForm from actor silently.
This is useful for instance after changing an actors speed via akActor.SetAv("SpeedMult", 110)
Or after changing armor model paths, or on the player after changing item names if in the inventory or container menu, will display visually the name change.
No requirements


Caveats


Parameters

ActorakActor

FormakForm


Examples

Auto-Generated Example

Actor myActor__akActor
Form myForm__akForm

DbMiscFunctions.UpdateActor(myActor__akActor, myForm__akForm)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.