Difference between revisions of "StringToRef"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Rebuilds a reference from a string generated by RefToString. |name = StringToRef |returnType = form:ref |arguments = {{Function...")
 
imported>Jazzisparis
Line 12: Line 12:
}}
}}
==See Also==
==See Also==
*[[RefToString]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]

Revision as of 13:20, 28 March 2015

< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Rebuilds a reference from a string generated by RefToString.

Syntax

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

Example

StringToRef $strVar

See Also