StringToRef

From the Fallout3 GECK Wiki
Revision as of 15:53, 2 April 2015 by imported>Jazzisparis
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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