Difference between revisions of "GetCurrentScriptName"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
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.