GetRawFormIDString

Revision as of 07:04, 19 July 2014 by imported>Odessa (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the FormID number as a string in hexadecimal for the specified reference variable or array element, regardless of whether or not it is a valid FormID.

Syntax

(string) GetRawFormIDString ToGet:Multi

Example

string_var formid
let formid := GetFormIDString MyArray[0]

Notes

  • You can use this to convert a form for use as an array map key. However, beware that FormIDs may change on game load, dependent on load order.

See Also