Background for Skyrim SE
Member of the AhzMoreHud script
voidfunctionRegisterIconFormList(stringaKey, FormListalist)NativeGlobal

Description

Documentation String

Registers a form list with this key. The key is the name of the icon.
The icon must exist in the 'Data/Interface/exported/moreHUD/baseIcons.swf'


Caveats


Parameters

stringaKey

FormListalist


Examples

Auto-Generated Example

string myString__aKey
FormList myFormList__alist

AhzMoreHud.RegisterIconFormList(myString__aKey, myFormList__alist)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.