Difference between revisions of "GetCurrentScript"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Odessa
m (clarified)
imported>Odessa
m (+cat)
 
Line 14: Line 14:
*[[GetCallingScript]] (for the script that called a [[User Defined Function|UDF]])
*[[GetCallingScript]] (for the script that called a [[User Defined Function|UDF]])
[[Category:Functions_(NVSE)]]
[[Category:Functions_(NVSE)]]
[[Category:Script Functions]]

Latest revision as of 05:59, 6 August 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

[help]
(script) GetCurrentScript 

Example

ref rMe
let rMe := GetCurrentScript

See Also