GetCurrentScript

From GECK
Jump to: navigation, search


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