- Found in:
- Dylbills PE
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
Examples
Auto-Generated Example
Actor myActor__akActor
Form myForm__akForm
DbMiscFunctions.UpdateActor(myActor__akActor, myForm__akForm)