ModLocalDataExists

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

A function added by the New Vegas Script Extender.

Description

Returns true (1) if Mod Local Data exists associated with the specified key for the mod to which the calling script belongs. Added by NVSE 4.1.

Syntax

[help]
(Exists:bool) ModLocalDataExists Key:string

Example

if eval ModLocalDataExists "Something Important"
   ; do something
endif

See Also