GetCurrentScript
Revision as of 03:19, 17 July 2014 by imported>Odessa (clarified)
< [[::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
(script) GetCurrentScript
Example
ref rMe let rMe := GetCurrentScript
See Also
- GetCallingScript (for the script that called a UDF)