GetCurrentScript
From GECK
A function added by the New Vegas Script Extender.
Contents
Description
Returns the current script, the form of the script that called this function.
Syntax
(script) GetCurrentScript
Example
ref rMe let rMe := GetCurrentScript
See Also
- GetCallingScript (for the script that called a UDF)