RemoveModLocalData
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Deletes the Mod Local Data entry associated with the specified key for the mod to which the calling script belongs. Returns false (0) if no data existed for the specified key, otherwise true (1).
Syntax
(Existed:bool) RemoveModLocalData Key:string
Example
RemoveModLocalData "Some Key"