This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

GetModLocalData

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(data:multi) GetModLocalData key:string

Gets the 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. .