Difference between revisions of "StringToRef"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
Line 14: Line 14:
*[[RefToString]]
*[[RefToString]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Utility Functions (JIP)]]

Revision as of 15:39, 30 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