ModLocalDataExists

From the Fallout3 GECK Wiki
Revision as of 11:07, 22 August 2014 by imported>Odessa (created. source obse docs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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