StringToRef

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Rebuilds a reference from a string generated by RefToString or GetFormIDString, or GetRawFormIDString.

Syntax

[help]
(form:ref) StringToRef refString:string

Example

StringToRef $strVar

Notes

  • The function will first resolve the mod index from the string, therefore changes in the load-order will not invalidate the reference ID.

See Also