UnloadUIComponent

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

Description

Unloads and deletes the specified UI component, along with all its children components.

This function is only safe to use with UI components dynamically added using InjectUIXML or InjectUIComponent.

Syntax

[help]
UnloadUIComponent componentPath:string

Example

UnloadUIComponent "HUDMainMenu\MyMenuExtension\SomeComponent" 

See Also