GetAllModLocalData

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

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

[help]
(stringmap) GetAllModLocalData

Example

array_var AllModLocalData
let AllModLocalData := GetAllModLocalData 

See Also