GetModLocalData

From GECK
Jump to: navigation, search


A function added by the New Vegas Script Extender.

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

[help]
(Multi) GetModLocalData Key:string

Example

ref rActor
let rActor := GetModLocalData "Player's Bestie" 

See Also