ModLocalDataExists

From GECK
Jump to: navigation, search


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.

Syntax

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

Example

if eval ModLocalDataExists "Something Important"
   ; do something
endif 

See Also