Difference between revisions of "GetCurrentScript"
Jump to navigation
Jump to search
imported>Odessa (created) |
imported>Odessa m (clarified) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
|origin = NVSE | |origin = NVSE | ||
|summary = Returns the | |summary = Returns the current script, the form of the script that called this function. | ||
|name = GetCurrentScript | |name = GetCurrentScript | ||
|returnType = script | |returnType = script | ||
Line 12: | Line 12: | ||
}} | }} | ||
==See Also== | ==See Also== | ||
*[[GetCallingScript]] (for the | *[[GetCallingScript]] (for the script that called a [[User Defined Function|UDF]]) | ||
[[Category:Functions_(NVSE)]] | [[Category:Functions_(NVSE)]] |
Revision as of 03:19, 17 July 2014
< [[::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)