GetModLocalData
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns the Mod Local Data value associated with the specified key for the mod to which the calling script belongs. If no data exists for the key, returns 0.
Syntax
(Multi) GetModLocalData Key:string
Example
ref rActor let rActor := GetModLocalData "Player's Bestie"