IsComponentLoaded

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns 1 if the UI component (which can be either a menu, an object-element, or a property-element) is currently loaded in memory.

Syntax

[help]
(loaded:0/1) IsComponentLoaded componentPath:string

Example

IsComponentLoaded "InventoryMenu\GLOW_BRANCH\IM_HotKeyWheel"
IsComponentLoaded "HUDMainMenu\XPMeter\XPPointer\_x_min"
IsComponentLoaded "StartMenu"

See Also