ModLocalDataExists
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
(Exists:bool) ModLocalDataExists Key:string
Example
if eval ModLocalDataExists "Something Important" ; do something endif