Difference between revisions of "GetCurrentScriptName"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
(looks okay, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetCurrentScriptName
 
|name=GetCurrentScriptName

Latest revision as of 18:59, 2 March 2010

Returns the name of the currently executing script

string GetCurrentScriptName(
);
Parameters:
None
Returns:

string with the name of the current script.

Source:

script.ldf

Description

Returns the name of the currently executing script for debugging purposes.