IsComponentLoaded

From the Fallout3 GECK Wiki
Revision as of 15:48, 30 March 2015 by imported>Jazzisparis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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