GetAllModLocalData
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns a String Map consisting of all of the key-value entries for the Mod Local Data associated with the mod to which the calling script belongs. This is a copy of the local data, so modifying the array contents will not modify the stored data.
Syntax
(stringmap) GetAllModLocalData
Example
array_var AllModLocalData let AllModLocalData := GetAllModLocalData