Skyrim

Video information

Added on

Uploaded by

Ghurir

About this video

This video is part of a playlist: https://www.youtube.com/playlist?list=PLektTyeQhBZc3slJ3bDsRMLk2QP4tpQWR
I can't find any documentation, but here is an example use https://github.com/mrowrpurr/AddSpellMenu.
you can also find nexus mods that use this mod and look at  their code.

If you are using the uimagicmenu and want it to work both ways, make sure to set the player as the receiving actor:


magicMenu = UIExtensions.GetMenu("UIMagicMenu") as UIMagicMenu
magicMenu.OpenMenu(akActor, PlayerRef)

magicMenu.SetPropertyForm("receivingActor", PlayerRef)

0 comments