RemoveModLocalData
Revision as of 10:11, 22 August 2014 by imported>Odessa (created. source obse docs)
< [[::Category:Functions|Category:Functions]]
A function added by the New Vegas Script Extender.
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). Added by NVSE 4.1.
Syntax
(Existed:bool) RemoveModLocalData Key:string
Example
RemoveModLocalData "Some Key"