GetCurrentScript

From the Fallout3 GECK Wiki
Revision as of 06:59, 6 August 2014 by imported>Odessa (+cat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Returns the current script, the form of the script that called this function.

Syntax

[help]
(script) GetCurrentScript 

Example

ref rMe
let rMe := GetCurrentScript

See Also